New to Telerik Test Studio? Download free 30-day trial

Fast Forward Test

Speed up the manual testing process by automating some (or eventually all) of the test steps.

1.  Once you have a Manual Test written, click the Fast Forward Test button in the Next Steps ribbon.

Fast Forward

2.  Choose whether this is to be a Web or WPF Test. In this example I chose Web Test.

Choose Test

3.  The Manual Test is imported into a Web Test environment, consisting entirely of Manual Steps.

Add manual

4.  Now use the Recorder to replace manual steps with automated steps, or add new ones.

Automated

5.  Click Execute in the Quick Execution ribbon. You are still presented with the Manual Test execution dialog. However, you have the option to fast forward the selected automated steps to speed up testing.

Execute

6.  Are you running a Web or WPF Test?

a. For a Web Test: Click the Launch new browser drop-down, select a browser, then click Continue.

Launch New Browser

b. For a WPF Test: Click the Browse button to enter where the app is located, click Launch App, then click Continue.

Launch App

7.  Select one or more automated steps (using Ctrl or Shift + Click) and click the Selected button to run the highlighted automated steps.

Selected

8.  Once the next manual step is reached, proceed as normal and mark it as Pass, Fail, or NotRun. Capture a desktop screen shot and write notes for any step as you test.

Fail

9.  Continue this way until the test is complete. Then select either:

  • Save & Close - return to the Record tab.
    • For a failed automated step, double click the red and white "X" icon next to it to see the Step Failure Details.
    • For a failed manual step, double click the red and white "X" icon next to it to see the screen shot and notes.

X icon

  • Reset Results - discard current results and return to the Manual Test execution dialog. You are prompted to save the .aiiresult file (optional). That file type can be opened with the Test Studio Result Viewer.

Results

In this article