Forum Discussion

randall's avatar
randall
Contributor
7 years ago
Solved

Does TestComplete provide syncronizing tests being run on 2 clients in a client-server configuration

To be specific, here is what I want to be able to do:

 

  1. I have two testcases, let's call them Test Case A and Test Case B
  2. I have a client/server configuration that I need to test the product on
  3. In the client/server configuration I have 2 client machines - Client 1 and Client 2
  4. I want to run Test Case A on Client 1 and Test Case B on Client 2
  5. The kind of synchronization I am looking for is, while the test cases are different, they are dependent upon each other.  There are steps in each test case that need to be run after the tester on the other client does something.  Say for example, the tester on Client 1 needs to check out a project (not a TestComplete project, an app project) but not until after the tester on Client 2 checks in the project, and vice versa.