Forum Discussion

muralidharan18's avatar
muralidharan18
Occasional Contributor
8 years ago

When more Test Items are executed From project suite it fails at some point

Hi, I'm having a project suite with around 1280 Test Items and daily i'm running around 700 Test Items. Till 540 test items it runs successfully and after that all the remaining test items gets failed. When i run the failed test items individually they all get pass. Can any one suggest the reason for these failures? Is there any limit to add run files from project suite? Thanks & Regards, Muralidharan

2 Replies

  • As Colin said most important part is leaving app in state as ur test number 541 wants it.

    I would run all 540 tests without the rest and look at app state/server manager task then try run test number 541.

     

    Well in my case I'm restarting app between every test:

    OnStartEvent: Open App

    OnStop event: Close app

     

     

  • Does test 540 do something which will stop test 541 running?

     

    ie. If they are sequential, does each test have the potential to impact the one following it. Leaving the application in an unsuitable state?

     

    That's about the only answer you're likely to get I suspect as we have no other information about what the errors are or what causes them.