Test case |
A Test Case is a specification of the inputs, testing procedure and expected results. These different testing procedure is defined in "Test Steps".
There are also different kinds of Test Cases to achieved different test objectives.
Add one or more sections with content
A normal Test Case contains a set of steps where Automation engine will execute them one after another.
A Data Driven Test case contains in addition a Data Source, That automation engine will read data from an external source (Excel spreadsheet, CSV file of SQL database) and assigns them to variables. Then execute all the test steps for every iteration.
There are also some Load Test Cases allows you to run API performance test within an automation project.
Performance test cases can only be added into a Load Test Suite
There are different kind performance test models provided to achieve different test objectives, including:
Basic Load Test
Stress Test
Spike Test
Custom Load Test
For more information please refer to: Performance Test