3. Plan the Test

Applies to TestComplete 14.0, last modified on January 23, 2019

The sample iOS Orders application works with a list of orders. Suppose, you need to test whether the application Edit Order page functions properly and modifies data in the order list. In this case, you need to specify the following:

  • Test purpose: The test should check whether the Edit Order page saves the modified data, and the changes are visible in the order list.

  • Testing steps: Our test should simulate modifying order details, and then verify data in the order list. For simplicity, our test will “change” only one property of one order.

  • Checking and logging the test result: If the change made to the order has been saved correctly, it should be visible in the order list. To check this, our test will compare the data in the list with the expected value. We will add a special comparison command to the test for this. This command will post comparison results to the test log, so we will see whether verification failed or passed successfully.

For more information on planning tests with TestComplete, see Planning Tests.

Prev     Next

See Also

About Tested Application
Planning Tests

Highlight search results