Screen capture during testing

Posted by Edwward on Stack Overflow See other posts from Stack Overflow or by Edwward
Published on 2010-05-13T19:35:28Z Indexed on 2010/05/14 22:04 UTC
Read the original article Hit count: 243

Filed under:
|

This is an application for reviewing performance tests. Simple in concept, tricky to describe. Picture:

1) Recording interactions with a WPF program so the inputs can be played back.

2) Playing the inputs back while doing a continuous screen capture.

3) Capturing wall time as well as continuous CPU percentages during playback.

4) Repeating steps (2) and (3) lots of times.

5) Writing the relevant stuff out to files/db.

6) Reading it and putting it all in a fancy UI for easy review/analysis.

The killer for me is (2). I could use some guidance on a good, possibly commercial, screen capture SDK. I would also welcome the news that my whole problem already has a solution. And of course any thoughts on the overall idea would also be great.

Thanks.

Ed

© Stack Overflow or respective owner

Related posts about wpf

Related posts about testing