Vallalarasu_P
4 years agoFrequent Contributor
TestComplete execution on CBT/BrowserStack/SauceLabs?
Question Related to 14.73
To execute the TestComplete test in CBT/BrowserStack/SauceLabs. Is the below mandatory
1) Device Cloud-Addon
2) Use Xpath/CSS Selectors for Web Objects (Required for Cross-platform web tests)
3) In Descriptive using Findelement/FindElements
If we create testcomplete with FindChild, Is it possible to run in Cloud systems or not ?
Regards
Valla
Yes you need to meet those 3 requirements that you listed
https://support.smartbear.com/testcomplete/docs/app-testing/web/cross-platform/index.html
and I think you can only use FindElement/s() and WaitElement method to interact with your web applications.