How to remove test case which are not valid from execution console?
How to remove test case which are not valid from execution console?
I have added 10 testcases in a testsuite and started execution for the same, later I realised that i need to delete 2 test cases from the test suite which need not to be executed, but after deleting from test suite also I am able to see those in execution console. How to remove those?
I have added 10 testcases in a testsuite and started execution for the same, later I realised that i need to delete 2 test cases from the test suite which need not to be executed, but after deleting from test suite also I am able to see those in execution console. How to remove those?
2 answers
You can open execution console. From there select those 2 test cases and click on "Cancel Run". After that refresh the suite execution console
Hi Ayan,
What Subhajit suggested is you can cancel the current suite execution and start another fresh execution of the test suite. the new instance of the suite execution will contain latest set of testcases in the suite. Note that once execution has started, it does not consider further changes in test suite ,like adding or removing testcases, changing order of testcases etc.. And I think that make sense.
What Subhajit suggested is you can cancel the current suite execution and start another fresh execution of the test suite. the new instance of the suite execution will contain latest set of testcases in the suite. Note that once execution has started, it does not consider further changes in test suite ,like adding or removing testcases, changing order of testcases etc.. And I think that make sense.