Forum Discussion

Ravik's avatar
Ravik
Super Contributor
8 years ago
Solved

Can we call Selenium test in TestComplete test

Hi All,

 

I have two different application, one is window bases and another is web based.

 

I have automated window based application using TestComplete, another is web based application is already automated in Selenium - Robot Framework (Web based application).

 

The thing is that my (Window based) application required some data from our Web application (which is automated in selenium).

 

As of now I am doing partial test run in TestComplete then I will execute Selenium Test and again resume my test in TestComplete, here I need lot of manual intervention in Test Execution.

 

I wanted to know can we call Selenium Test in middle of TestComplete, test execution. TestComplete call selenium test, run it and wait for the execution over, then again start normal execution.

 

Help how can we achieve this.

 

Thanks in advance.