You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the projects will be located in ~/data/project/ path of httoGo. Creating adding a new project is simply creating new folder in project path, follwed by group and testcase
16
+
All the projects will be located in **~/data/** path of httoGo. Creating adding a new project is simply creating new folder in project path, follwed by group and testcase
15
17
16
18
**Sample Test Case XML**[TAG **<testcase>**]
17
19
Following show the sample test case xml to fetch the user details via HTTP API with user name and validate the response status
@@ -31,15 +33,15 @@ Following show the sample test case xml to fetch the user details via HTTP API w
31
33
</testcase>
32
34
```
33
35
34
-
### Test Steps [TAG **<teststep>** Attributes *type, desc*]
36
+
### Test Steps [TAG **<teststep>** Attributes *type, desc, runalways*]
35
37
Test steps are the core functionality that has to be achieved by the test case. Currently httpGo supports the following test step types
36
38
37
39
-**HTTP STEP** for achieving the http protocol based API transactions Ex:- Sending API request
38
40
-**SSH STEP** to execute the remote commands that may be required during test case execution Ex:- Starting or stopping the servers before running the test
39
41
-**SFTP STEP** for processing the upload and download file operations between remote machines and httpGo server. Ex:- Downloading the log files
40
42
-**TIMER STEP** to keep some delay between the test steps execution when needed. Ex:- after sending api request if acoount sync takes some time to reflect in main database
41
43
42
-
TODO:About the detailed tags and supported options about each type of step please refer the usage document
44
+
About the detailed tags and supported options about each type of step please refer [DempTestProject Samples!](https://github.com/git-naren/httpGo/tree/master/data/DemoTestProject)
0 commit comments