abishekhari007
5 years agoContributor
Error: This operation returned because the timeout period expired in testcomplete
I got an error like below
Error: This operation returned because the timeout period expired in testcomplete
I increase the auto wait timeout to 50000, but still I get the same, how do it rectify it?
I don't believe you can. TestComplete's execution of Selenium tests utilizes the Unit Testing capabilities of TestComplete which does not take parameters.
Read the following and all associated topics.
https://support.smartbear.com/testcomplete/docs/working-with/integration/selenium/index.htmlHi,
As a possible workaround: write parameters to the file from TestComplete test code and read and process them from Selenium.