Create a WPF Test (VS plugin)

  1. Launch Visual Studio.
  2. Click Telerik Test Studio Create New Test Project.
  3.  

     

  4. Choose Telerik Test VB or C# Test Studio Project, name the project, and click OK.
  5.  

     

  6. Right click on the project node in the solution explorer and select Add New Test.
  7.  

    Add New Test

     

  8. Click on the WPF Test template, name the test, and select OK.
  9.  

     

  10. The new, empty test opens automatically. Click the Configure WPF Application Path icon in the toolbar.
  11.  

     

  12. The Configure WPF Application Path window appears. There are two options to determine the default application to launch when recording and executing this test.
    • WPF Application Path - drag and drop the shortcut icon into this text box, or click Browse and locate it manually.
    • Current Path Expanded - read-only display of full path if environment variables are used.
    • Use default path - whether to use the path set here or the default path set in Project Settings > General.
    • Active WPF Applications - Telerik Test Studio detects all WPF apps currently running and lists them. Highlight the desired app and press Select Application. I used FamilyShow, available from http://vertigo.com/Lab.aspx.
    • Recording Options - whether to record window state changes.
    •  

  13. Hit Record to launch the app with the recording toolbar docked at the top.
  14. Notice that steps are added to the test as actions are taken within the application.
  15.  

     

  16. Close the application to stop recording.