New to TestComplete have few set up questions
1)Can we use C# as our scripting language using TestComplete . If yes how can we use that(configuration process).
2) How can we use synchronization (Waits) in Test Complete.
3) I have an existing project . Can I be assisted in setting up the environment for that .(TestComplete and Visual Studio are available with me).
Hi,
1. If you could right click on the project suite and add new project. From there, you can see the full list of available languages, C#Script or C++ is available.
2. You can use hardcoded waits (Delays) or on an object or window call a wait window, wait property, or wait element. https://support.smartbear.com/testcomplete/docs/app-objects/common-tasks/waiting-property-value.html3. I'm a bit confused here, could you add more detail?