Automated recording tools

Are there any good test recording tools that can record the actions performed in a .Net application?

I am working on a .Net desktop application and sometimes users might crash the application after a series of long steps. Therefore, in this case, a test recording tool is useful as it can collect mouse clicks and mouse actions that users make.

Any idea?

Edit: edited question

-1


a source to share


3 answers


Quick Test Pro, but it's not cheap to say.



https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&cp=1-11-127-24 ^ 1352_4000_100 __

0


a source


I am a little confused as to what you are looking for. The question title and body do not look the same. Your title seems to mean that you need a test automation tool, but your body implies that you are recording / recording manual test session events afterwards for debugging. These are two different things. Could you clarify?

If you're looking for test automation tools to build a test automation suite, see some of these related posts. There are many tools out there, including HP QTP, IBM Rational Functional Tester, IBM Rational Robot, Borland SilkTest, Compuware TestPartner, etc.



0


a source


As Tom E said, your question is confusing. You need a library that can capture and log user actions, not a test automation tool. The one I know of is TestRecorder ; here's an excerpt from his description:

TestRecorder is a collection of runtime libraries to distribute with your 32-bit and 64-bit applications. Once incorporated into your application, TestRecorder records the entire end-user activity in binary format. Later, the recorded data can be converted with TestComplete to a keyword test or easy-to-read script code in VBScript, JScript, DelphiScript, C ++ Script or C # Script. These scripts tell you exactly what the user was doing while the application was running, allowing you to accurately repeat the sequence of user actions through TestComplete or TestExecute.

0


a source







All Articles