You have completed all necessary preparations, and now you can run your test.
Modify the test case settings
By default, the test case run stops if any assertion fails in one of the test steps. For this tutorial, you need to change this behavior.
-
Click
.
-
You need to configure the test case to keep running when an assertion fails, but fail the test case if that happens.
Disable Abort on Error.
-
Enable Fail test case on error.
-
Click OK.
Run the test and view the results
To run the test, click on the test case toolbar.
While the test case is running, you can see the details in the transaction log.
To open it, click Transaction Log on the test case toolbar.
Here, you can see the run details.
Note: | You have not added assertions, so the assertion status is [UNKNOWN] for all iterations. |
In this tutorial, you have learned how to read data from a MySQL database. You can use the same approach for Microsoft SQL and other databases.