Forum Discussion
I'm not sure what good a screenshot would do for a ReadyAPI call? This is literally happening with every ReadyAPI call I make across several different scripts. Here are some examples:
You said that it runs if you do it manually and doesn't when you run within TestComplete, therefore I'm looking for a problem in the code or the code right around it in TestComplete.
- Marsha_R4 years ago
Champion Level 3
Did you try my last suggestion? What happened when you did that?
- Marsha_R4 years ago
Champion Level 3
You can always ask Support directly. Here's the link:
- Marsha_R4 years ago
Champion Level 3
Do you have something that you can check after that Delay and then after that setup line to make sure that everything actually started up and was setup the way you expect before you start with the Execute? TC doesn't slow down any in between any of those things, so even though you had a delay, the service may not be ready and TC is going on with the SetupAVL line (which could be not ready on it's own) and then going on to Execute lines immediately.
- Ryu4 years agoContributor
There isn't anything else to check, that I know of. I put in delays, but it still sometimes marks the ReadyAPI call as failed even though it actually went through.