Skip to content

Commit faba24a

Browse files
authored
updated paths
1 parent dfdc3e6 commit faba24a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# httpGo<sup>Test</sup>
2+
**Learn Testing, without coding!!**
3+
24
Open source API testing and automation framework written in Go language.
35

46
## Overview
@@ -11,7 +13,7 @@ In httpGo test case is nothing but a simple xml file, if you can understand xml
1113

1214
![N|Solid](https://github.com/git-naren/httpGo/blob/master/images/test_project_structure.png)
1315

14-
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
1517

1618
**Sample Test Case XML** [TAG **&lt;testcase&gt;**]
1719
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
3133
</testcase>
3234
```
3335

34-
### Test Steps [TAG **&lt;teststep&gt;** Attributes *type, desc*]
36+
### Test Steps [TAG **&lt;teststep&gt;** Attributes *type, desc, runalways*]
3537
Test steps are the core functionality that has to be achieved by the test case. Currently httpGo supports the following test step types
3638

3739
- **HTTP STEP** for achieving the http protocol based API transactions Ex:- Sending API request
3840
- **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
3941
- **SFTP STEP** for processing the upload and download file operations between remote machines and httpGo server. Ex:- Downloading the log files
4042
- **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
4143

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)
4345

4446

4547
### Variables [TAG **&lt;variable&gt;** Attribute *name*]

0 commit comments

Comments
 (0)