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
Description : In this, once the user adds the requests blocks then he should be able to run the request & find the success & failure of the test cases with the success & error messages.
Figma/SS: NA
Acceptance criteria 1: [Run button]
Given User adds the requests blocks & wants to run the test flows
When User clicks on the run button given at the top RHS of the canvas
Then User should be able to click on run button & start testing the api requests. If the request response is good it should indicate in green & Toast message should appear "Test completed" with numbers of passed & failed test cases. if the request response is bad then it should indicate in red & toast message should appear at the top of the canvas stating "Failed to test. Please try again".
Note:
User will be able to see the api request at the top of the bottom table & request response will be inside the api request table.
User can click on the X icon & close the bottom table
User should be able to download, copy & beautify the request. The functionality will be same as previous.
Acceptance criteria 2: [Request of the test case]
Given User wants to check the request section
When User clicks on request tab from the bottom table
Then User should be able to see the request of the selected block including body, header & parameter of that particular api request.
Acceptance criteria 3: [Response of the test case]
Given User wants to check the response of the request
When User clicks on response from the bottom table
Then User should be able to see the response of the selected block including body & header of that particular api request.
The text was updated successfully, but these errors were encountered:
Description : In this, once the user adds the requests blocks then he should be able to run the request & find the success & failure of the test cases with the success & error messages.
Figma/SS: NA
Acceptance criteria 1: [Run button]
Given User adds the requests blocks & wants to run the test flows
When User clicks on the run button given at the top RHS of the canvas
Then User should be able to click on run button & start testing the api requests. If the request response is good it should indicate in green & Toast message should appear "Test completed" with numbers of passed & failed test cases. if the request response is bad then it should indicate in red & toast message should appear at the top of the canvas stating "Failed to test. Please try again".
Note:
Acceptance criteria 2: [Request of the test case]
Given User wants to check the request section
When User clicks on request tab from the bottom table
Then User should be able to see the request of the selected block including body, header & parameter of that particular api request.
Acceptance criteria 3: [Response of the test case]
Given User wants to check the response of the request
When User clicks on response from the bottom table
Then User should be able to see the response of the selected block including body & header of that particular api request.
The text was updated successfully, but these errors were encountered: