background image
<< Inserting a Test Script into a Suite | Setting a precondition on a test case >>
<< Inserting a Test Script into a Suite | Setting a precondition on a test case >>

Inserting configured test cases to verify

Inserting a Test Case into a Suite
207
Inserting a Test Case into a Suite
Test cases let you:
s
Define a test without being concerned about its implementation. Over time, the
implementation can be changed, but the test case remains the same. The benefit is
that you can create a suite with a test case and change the implementation (test
script) without updating or maintaining the suite.
s
Insert test cases into suites so that you can run multiple test cases at one time and
save the set of test cases that are running together.
s
Insert configured test cases to verify that a test case succeeds in multiple different
environments. When you insert configured test cases in suites, TestManager
automatically assigns the test cases to the appropriately configured computers.