Executing your Test Case
Last updated
Last updated
If you have already created your first test case (see the previous chapter Simple Test Case (Example)) you are ready to execute your test case for the first time. You can monitor to execution of your test case in two places:
Live view of the execution using the Remote Viewer - where you can monitor the actions being executed
Visual Studio output pane - where you can see the test engine logging - the logging provides you the information about the current step number and the actions currently being taken by the engine
To start the execution of your first test case ensure that:
Make sure that your test project is set as start-up project. To do so:
Right click on the Test Case Project file
Select the Set as StartUp Project option
To start your test case simply press the F5 button. You will be able to see the execution of the test case in the Remote Viewer. Our example execution will look as follows:
During the execution of the test cases the engine not only logs the execution steps but also automatically takes screenshots whenever the PassStep or FailStep function is used. In order to access the Evidence Directory go to your Test Case Project folder and access the EvidenceDirectory.