Automated Recording Tools

后端 未结 3 392
醉梦人生
醉梦人生 2020-12-18 17:41

Is there any good test recording tools that can record the actions that are performed on a .Net application?

I am doing desktop .Net application, and sometimes users

相关标签:
3条回答
  • 2020-12-18 18:08

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

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

    0 讨论(0)
  • 2020-12-18 18:08

    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 about is TestRecorder; here's an extract from its description:

    TestRecorder is a set of runtime libraries to be distributed with your 32-bit and 64-bit applications. Once incorporated into your application, TestRecorder fully records end-user actions in the binary format. Later, the recorded data can be converted with TestComplete to a keyword test or easily readable script code in VBScript, JScript, DelphiScript, C++Script or C#Script. These scripts tell you exactly what a user was doing during application execution — allowing you to accurately repeat the sequence of user actions via TestComplete or TestExecute.

    0 讨论(0)
  • 2020-12-18 18:14

    I'm a bit confused as to what you are looking for. Your question title and body don't seem to be about the same thing. Your title seems to imply you want a test automation tool, but your body implies you are after something to log/capture the events of a manual testing session for debugging. These are 2 different things. Could you clarify?

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

    • tools-for-automated-gui-testing-on-windows
    • gui-testing
    • automated-testing-of-windows-forms
    • List of GUI testing tools
    0 讨论(0)
提交回复
热议问题