Forum Discussion

jqa-smokeball's avatar
jqa-smokeball
Occasional Contributor
2 years ago

TestComplete Keyword Test - Throw Warning instead of an Error?

Background: I'm using TestComplete and Bitbar to automate our mobile application using keyword tests.

I have a login script that's being re-used and sometime its failing due to the mobile application loading longer than expected. I was wondering if there is a way to return a warning instead of an error?

2 Replies

  • eykxas's avatar
    eykxas
    Frequent Contributor

    I think you could change the logic of your login script. 

     

    test for an object (like login field), if its exists then log in, otherwise return a warning.