חסרות לי כל פונקציות הtest – הן מאוד עוזרות כשמקימים אינטגרציה ראשונית. מבקש לתאר ולהסביר בפרק נפרד של "פונקציות בדיקה
i. Sys_Test
-המטרה היא לודא שאנחנו מתקשרים עם הסרוור - התשובה שמתקבלת היא הIP שלי וזה אומר שהבדיקה תקינה
ii. Sys_TestEcho
מה שרושמים אחרי ה= זה מה שאני מצפה לקבל חזרה - מה שבדקנו פה זה פינפונג עם המערכת. לראות שהמערכת מגיבה נכון להזנת פרמטרים.בדיקה שקבלת/שליחת הפרמטרים קורת בצורה נכונה ומוחזרת תשובה נכונה
iii. Sys_VerifyUser
בדיקת תקינות היוזר לפי שם משתמש , IP הרשאות, ותדירות Before performing an initial integration process with the SDK, it is very important to perform three functional tests as described in the following document.
Test 1 - Sys_Test
The goal of this test is to ensure that you are able to communicate with the server. You will receive an IP address as the answer from the server support, which indicates that the test is valid.
Code Block |
---|
https://sdk.galooli-systems.com.galooli-systems.com/json/sys_Test?userName= |
...
[MY USER]&password=[MY PASSWORD] |
Test 2 - Sys_TestEcho
The purpose of this test is to ensure that the system correctly responds to parameters entered by checking that the parameters have been received and sent.
Write down the test word after the = symbol, and you will see the same word in the test results, indicating that the test is valid.
Code Block |
---|
https://sdk.galooli-systems.com.galooli-systems.com/Json/sys_TestEcho?userName= |
...
[MY USER]&password= |
...
[MY PASSWORD]&str=test |
Test 3 - Sys_VerifyUser
It is the purpose of this test to verify the accuracy of the user, the IP address, and the max allowed requested interval
Upon completion of the test, you will receive the user name, IP address, and the maximum allowed requested interval, which indicates that the test was successful.
Code Block |
---|
https://sdk.galooli-systems.com.galooli-systems.com/Json/sys_VerifyUser?userName= |
...
[MY USER]&password= |
...
[MY PASSWORD] |