brook_grewcock's avatar
brook_grewcock
Contributor
9 years ago
Status:
New Idea

Set conditional test items from the Project Test Items page

The Test Items page would have the ability to run test items based on the success or failure of proceading test items.

 

So for example I have a test that makes sure that all the test servers are running. If this test failes then the test that rely on that test suceeding doesn't run.

3 Comments

  • Yes,If i need to run a test multiple times say twice than i will be able to do it with this setting.

     

    In my code,what i am currently doing is,i am re running test case if it fails (max. time provided in code itself).If it fails all the times than logging a bug in JIRA.

    Used JIRA RESt API to log a bug.