Forum Discussion

vatbub's avatar
vatbub
Contributor
9 years ago
Solved

Declare tests that depend on other tests

Hi there, We use TestComplete for mobile testing. For our app, we've set up several tests. The thing is, that these tests depend on each other. E. g., we have test A that launches the app and check...
  • Marsha_R's avatar
    9 years ago

    What we have done in a similar case is create a wrapper test that does nothing but call the other tests in the order we want them.  It makes the log file a little longer but it's a good way to control the test flow.

     

    The other thing you could do is put a call to test A inside test B.  Our "pick the option from the menu" test is called inside every test that needs it.