Automated Recording Tools

后端 未结 3 405
醉梦人生
醉梦人生 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

    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.

提交回复
热议问题