SiKing
12 years agoCommunity Expert
DataSource Excel wrong worksheet
- Create a testcase that uses DataSource Excel.
- For the Worksheet specify a name that does not exist in your spreadsheet.
- In the testCase options, set Abort on Error = checked.
- Run the testCase from command like testrunner. Notice testrunner will exit with error status.
- Change the testCase options, set Abort on Error = unchecked.
- Run the testCase from command like testrunner. Notice testrunner will now exit with non-error status.