Next: , Previous: resume keyword, Up: Test Case control


5.7.11 complete keyword

The complete keyword is used to have a started test case wait to complete. It blocks until the test case has finished. complete has one mandatory argument, described below.

Argument
testid
The test ID from the run command.

The complete keyword can be used, for example, in the following way:

     complete test1

Note: If this keyword is used when more than one test case has the same testid (even if it's completed already) it will wait for the last test case to complete. Avoid using the same testid for many test case runs. See run keyword.