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
Copy file name to clipboardExpand all lines: src/test/java/Chapters/Chapter03/Chapter03.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,10 @@ object into a String. Your final dependency block should look like
34
34
35
35

36
36
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
+
37
41
#### **Tests**
38
42
This Chapter consists only one test
39
43
1.**Test-1:** Creating the POST Request and validating the Response Code
0 commit comments