QA tester, automation specialist, automation systems engineer — these are just a few of the names for a test automation engineer. No matter what their title may be, they're essential to the software development life cycle, so here's a look at what they do. Markets and...
Run a data-driven test
Now that we’ve finished our data-driven test, we can run it. This works the same as for other tests.
Screencast
The screencast “running a data-driven test” walks you through the information found in this chapter:
Download the sample solution
This is the completed sample solution with all the instructions of the previous chapters carried out and ready to run.
Sample Solution
Theme: Run a data-driven test
Time: 5 minutes
Install the sample solution:
Unzip to any folder on your computerStart Ranorex Studio and open the solution file RxDatabase.rxsln
Hint
The sample solution is available for Ranorex versions 8.0 or higher. You must agree to the automatic solution upgrade for versions 8.2 and higher.
Result
Once the test has finished, the report appears. The rows of the data-driven test case are shown in the results.
Result details for a data-driven test
When we take a more detailed look at the test case, we see that it was iterated once for each data row. So, in total, the test case was run 8 times.
The details for each iteration also show the current variable values for this iteration.
Further Reading
Reporting is explained in detail in Ranorex Studio fundamentals ⇢ Reporting
Microsoft Excel-free test execution on runtime machines
If you want to execute a data-driven test that uses Excel connectors in a ⇢ Runtime or Remote Environment or in the Test Suite Runner, the target machine does not need to have an Excel license installed.
Simply install the Microsoft Access Database Engine >= 2013 on the target machine and you can run the test.
You can also view Excel data sources, but you have to select Auto-range or specify a range manually when creating the respective Excel data connector. Editing Excel data sources still requires MS Excel.
You can configure the behavior of the Excel-free execution implementation in the solution settings file.
In the projects view, open the solution settings file.
Locate the setting <Testing.Data.ExcelDataLoadingPreference>
PreferExcel: Default. Uses Excel if available, else uses AceOleDb (the free database engine). Test fails if neither is available.
PreferAceOleDb:Uses AceOleDb if available, else uses Excel. Test fails if neither is available.
RequireExcel: Uses Excel only. Test fails if it isn’t available.
RequireAceOleDb: Uses AceOleDb only. Test fails if it isn’t available.