Advanced Features
Last updated
Last updated
After executing a test and viewing the report, you'll find several actions that you can perform to manage and interact with the test results.
The "Username" section displays the name of the user who initiated the test execution.
The "Send Email" action allows you to share the test report with relevant stakeholders via email.
The "Download Report" option enables you to download the test report as a file. This is useful for offline review, archiving, or sharing the report outside of the testing platform.
If the test execution encountered issues or failures, the "Retry Test" button lets you initiate the same test run again. This can be helpful for retesting to verify fixes or rule out intermittent issues.
The "Delete Report" action allows you to permanently remove the test report.
The "Create Ticket" action enables you to create a support or bug ticket directly from the test report.
In this guide, you'll learn how to perform parameterized API testing using external Excel and JSON files. You'll also understand how to configure test script connections, add connection configurations, and execute the scripts.
step-1 : Prepare an Excel or JSON or XML file with a list of input details to be parameterized and saved.
Step-2 : Implement the API request to save connections using the data from the file.
Step-3 : Execute the script and ensure the connections are saved as expected.
For parameterized reports we will have individual reports for each case in Functional.
For parameterized reports we will have individual reports for each case in Performance.
Input JSON Data:
Users access the application and are presented with a text area or input field where they can paste or enter JSON data.
Click "Extract" Button:
Users click the "Extract" button to initiate the extraction process.
JSON Path Extraction:
The application processes the entered JSON data using the provided JSON Path expression.
The extracted data based on the JSON Path expression is displayed as the response.
Enter XPath Expression:
Users also have the option to enter an XPath expression in another input field if they want to extract data from XML.
Click "Extract" Button:
Users click the "Extract" button to initiate the extraction process.
XPath Extraction:
The application processes the entered XML data using the provided XML Path expression.
The extracted data based on the XML Path expression is displayed as the response.