After executing test suite unable to see"Not Run" test cases in Log view.
only passes test cases are display,
As I unchecked one test case as not run still it is not display in log review.
@jmd As far as I know, not_run is applicable at test step level in TC, meaning disabled test
not_run: WebUI.acceptAlert()
@devalex88 @Russ_Thomas, Please share your thoughts …
The scenario is:
There are 3 TC in a test suite. But while executing the user selects only 1 TC and two TC’s are deselected. After the test suite execution, Runs is displaying 1/1 and Skips is displaying as 0.
Ideally Skips should be 2. Correct me if I am wrong.
I don’t know what Skips is for - never have. It’s possibly documented somewhere…?
My reasons: I use my own reporting system so even if I do check-off some TCs, I wouldn’t even notice those figures you highlighted. (My system is oriented toward fails - passes or otherwise are of no interest to me).
Sorry.
Hi @jmd
This behavior is by design. The Skips section in Log Viewer works with method TestCaseContext.skipThisTestcase()
in Test Listener.
Moved to Feature/Improvement Suggestions.