Forum Discussion
TanyaYatskovska
11 years agoSmartBear Alumni (Retired)
Hi Marina,
AutomatedQA.TestComplete.Connect is a class that will help you connect to TestComplete objects. You need to add the AutomatedQA.script and AutomatedQA.TestComplete.CSConnectedApp DLLs to your C# project and specify the following namespaces in a source file:
using AutomatedQA.TestComplete;
using AutomatedQA.script;
Please read the "Creating Self-Testing Applications in C#" article for details.
Does this resolve the issue?
AutomatedQA.TestComplete.Connect is a class that will help you connect to TestComplete objects. You need to add the AutomatedQA.script and AutomatedQA.TestComplete.CSConnectedApp DLLs to your C# project and specify the following namespaces in a source file:
using AutomatedQA.TestComplete;
using AutomatedQA.script;
Please read the "Creating Self-Testing Applications in C#" article for details.
Does this resolve the issue?
Related Content
- 13 years ago
Recent Discussions
- 4 days ago
- 5 days ago