Automated user testing with times
Posted
by Sean
on Stack Overflow
See other posts from Stack Overflow
or by Sean
Published on 2010-03-03T16:22:30Z
Indexed on
2010/03/12
22:37 UTC
Read the original article
Hit count: 242
I am attempting to test user interaction with an off the shelf product.
The current process is to run through a manual script and record how long certain processes take to populate data, it may populate a datagrid, a tree, a list box, etc...
It will also need to be able record how long it takes to generate a pdf report.
We do not require extremely accurate time just to the nearest second or less than a second.
I need to know if there is a simple Automated testing product that will handle the above criteria.
© Stack Overflow or respective owner