Forum Discussion

nisgupta's avatar
nisgupta
Valued Contributor
5 years ago
Solved

TestExecute + Firefox has stopped working

We are running the batch job that contain 9-10 Testcomplete tests using TestExecute. We are using firefox. But the Firefox get hung sometimes and it prevent running further tests. We got the pop up F...
  • raptop's avatar
    7 years ago

    Although i didn't get a response, i found a work around i thought i would share.

    I think the issue is that, although it doesn't throw an error, the getCell MissingCellPolicy isn't fully supported by the compiler SOAPUI OS uses.

    I used a combination of using the MissingCellPolicy and exception handling via nested try/catch statements to be able to achieve what i needed.