Skip to content

Commit d4bee56

Browse files
VinayKumar VVSVinayKumar VVS
authored andcommitted
Updated Chapter03.md
1 parent 27005c5 commit d4bee56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/Chapters/Chapter03/Chapter03.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ object into a String. Your final dependency block should look like
3434

3535
![](https://i.imgur.com/5TxF64T.png)
3636

37+
#### **Introducing RequestHelper**
38+
* [RequestHelper](https://github.com/vinaykumarvvs/api-automation-tutorial/tree/master/src/test/java/utils/RequestHelper.java) - helps us to convert the Java object into a String.
39+
It takes input as an object and returns the String.
40+
3741
#### **Tests**
3842
This Chapter consists only one test
3943
1. **Test-1:** Creating the POST Request and validating the Response Code

0 commit comments

Comments
 (0)