Click here to Skip to main content
15,884,388 members
Articles / Reporting
Tip/Trick

Problem Steps Recorder Overview

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
20 Aug 2012CPOL3 min read 18.4K   4   2
This is a quick overview of the Windows 7 Problem Steps Recorder utility.

Introduction

Windows 7 has introduced a neat new feature for recording and reporting bugs to developers. The utility is called Problem Steps Recorder, or PSR. The utility is a bit hidden and I've personally found not too many people know about it. Within this short article (tip), I want to introduce the utility and show application users AND developers how they can use it to capture and report bugs.

The utility itself consists of a simple dialog with start/stop controls as well as enables the ability for a user to enter comments at any point. When a user "starts" recording, the utility will track everything the user does taking screen shots along the way. Once the user reproduces the problem, he simply "stops" recording and sends the generated zipped file to someone who can troubleshoot the bug.

Using the utility effectively consists of only a few simple steps: 

  1. Launch PSR utility 
  2. Start capture 
  3. Reproduce bug/problem 
  4. Stop capture
  5. Take generated zipped file and email to your development support staff

Finding the utility   

Probably a good reason as to why people don't commonly know about the recording utility is that the utility itself is somewhat hidden. This is of course with good reason, since it is only of use when there is some bug reporting/tracking that needs to take place.

The best and fastest way to find the utility is to go to the Windows 7 search pane and type "psr". You should see psr.exe pop up in the search results. Launch the utility by selecting it (right click and "run as administrator" is the preferred method). 

Image 1<code><code>

  Type "psr" into the search field to find the utility

Using Problem Steps Recorder 

After finding and launching the PSR utility, it is relatively straight forward to create a set of captures.

Image 2

Hit "Start Record" to begin capture

Start capture by pressing the "Start Record" button. From this point forward, everything you do will be tracked and screenshots will be recorded. Reproduce the bug you are interested in reporting.   

Image 3

Select "Stop Record" when the problem has been captured

Once you've reproduced the bug, you can select "Stop Record" to stop the capture and the utility will prompt for a file name and location for the zipped set of files that it has captured.   

The zipped file is now ready to send to your development support staff. 

Viewing the capture  

For those that are merely reporting a bug and not actually attempting to view a file, this section can be skipped.  It is merely here to show what is included in the compressed file that the utility generated.  If you are interested in taking a peak at what has been captured by the program, then continue on, otherwise you may skip this section.

The capture is simply an mht file that can be viewed in a variety of browsers. To view it, make sure it is uncompressed (the PSR utility will compress/zip the file) and open it in your browser (for example IE).  It can be browsed as any simple webpage would and it contains screen shots for only the last 25 steps from the point when the user stopped recording (this number is simply the default and can be increased or decreased in the settings). 

Image 4

Image 5

Screenshots captured of user actions as viewed through IE

User comments will be annotated but be warned, the user comments are not really highlighted in any way (you'd figure this would be of importance and therefore highlighted). 

 Image 6

User comment annotation

For more information 

Find more information directly from Microsoft at: 

http://windows.microsoft.com/en-US/windows7/How-do-I-use-Problem-Steps-Recorder

http://technet.microsoft.com/en-us/windows/problem-steps-recorder-overview.aspx

History

[20AUG12] Original tip posting.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
United States United States
I'm an angry monkey. Big Grin | :-D

Comments and Discussions

 
GeneralGood Find Pin
Lakamraju Raghuram20-Aug-12 17:45
Lakamraju Raghuram20-Aug-12 17:45 
GeneralRe: Good Find Pin
Albert Holguin20-Aug-12 18:35
professionalAlbert Holguin20-Aug-12 18:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.