Click or drag to resize

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.

Test case for functional test

Add one or more sections with content

Ordinary Test Case

A normal Test Case contains a set of steps where Automation engine will execute them one after another.

Data-driven Test case

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.

Test case for performance test

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

See Also