Forum Discussion
mathare
13 years agoContributor
Thanks for the replies so far everyone. I guess I had better try to explain my set up better to help us hopefully move towards a solution.All my test code is written in C# in Visual Studio. Each test is in a separate class. Each class includes the AutomatedQA.TestComplete and AutomatedQA.script libraries and each class extends the Connect class. Tests are started with the Connect.RunTest method and end with a call to Connect.StopTest. I don't explicitly start the TestComplete application.