nimishbhuta
8 years agoFrequent Contributor
How to call Ready API Test from script unit in TestComplete?
Hello All,
I would like to know how can I call Ready API test from the script unit of TestComplete.
Regards,
Nimish
When you add the ReadyAPI object to your project, you get a scriptable object. So, if I have a ReadyAPI test called Test1 added to my project, in script, I can call
ReadyAPI.Test1.Execute()
See https://support.smartbear.com/testcomplete/docs/working-with/integration/ready-api/running.html