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: README.md
+14-13
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# API-testing-tool
2
2
Aim : To build a tool using Jmeter to test performance of APIs in lower environment.
3
3
4
-
The following RESTful APIs has been developed for input to our Jmeter based testing tool. Since APIs are hosted on AWS RDS and docker image of tool is available on docker hub(Details in footer), testings could also be done remotely.
4
+
The following RESTful APIs has been developed for input to our Jmeter based testing tool. Since APIs are hosted on AWS RDS and docker image of tool is available on docker hub(Details in footer), testings could also be done remotely. All this APIs are also tested using Postman using this collection : https://www.getpostman.com/collections/482468e327bd012f4aac and are working correctly.
5
5
6
-
To connect on postman: http://apitesting.ap-south-1.elasticbeanstalk.com/webapi/ is to be used as the base path followed by the any of the following request method path.
6
+
For connection: http://apitesting.ap-south-1.elasticbeanstalk.com/webapi/ is to be used as the BASE PATH followed by the any of the following request method path.
7
7
8
-
GET Methods: “{}” represents the input variable in the path. (Airports have been named by their three letter codes. For eg. DEL, MUM etc.)
8
+
1.GET Methods: “{}” represents the input variable in the path. (Airports have been named by their three letter codes. For eg. DEL, MUM etc.)
9
9
> List all flights: /flightInfo
10
10
11
11
> Search by Flight id - /flightInfo/{FlightId}
@@ -20,29 +20,34 @@ GET Methods: “{}” represents the input variable in the path. (Airports have
0 commit comments