In my previous blog I had explained about how action recording gets created for the test case as you test your application manually. In this blog I will describe how to use that action recording for fast forwarding the test. This is again a very simple thing to achieve.

Get to the test runner by running the test from MTLM. Click on “Start Test”. But this time do not select “Create action recording” check box. Since you have already created action recording for this test, you need not record again unless your application has changed. The test runner looks like below at this stage:

image

Two things to notice here:

  1. Firstly, the orange band on the right which corresponds to the action recording. The are two regions here. One region for the first four steps and the next region for the next two steps. Please remember that these regions are created based on how you marked the step results during recording.
  2. Secondly, the Play button that is used to play the action recording. Click on this button. Based on the selected step, the corresponding action recording region plays back. In this case, since the step in the first region is selected, the action recording in the first region plays back. You can choose to play multiple consecutive regions by selecting multiple steps in those regions.

image

If you want to see the actions recorded in the region, you can click on the drop drown next to “Play” button and click on the “Preview” option.

image

You will get the actions that are recorded for that region.

image

You saw how you can create automation recording for some of the mundane tasks that you perform during manual testing and “Fast Forward” them during the subsequent test execution.