Windows Forms Test Automation

后端 未结 12 691
无人共我
无人共我 2020-12-29 12:47

We are looking for a way to automate windows forms for acceptance testing. Our requirements are:

  • Must be usable by non-developers (ie: people
12条回答
  •  死守一世寂寞
    2020-12-29 13:20

    Posting this on behalf of my wife :)


    We were using a tool from Compuware called TestPartner to create the test scripts for testing a WinForms client-server application. For managing and controlling the scripts execution we were using Compuware QA Director.

    TestPartner uses VBA which is quite easy to understand and to use. Some non-developers could even know it because they write Excel macros. It has good record-and-replay functionality and is very good with objects recognition. So you could use it for both simple scripts created by your business users and to create a framework of advanced scripts by your developers and test engineers.

提交回复
热议问题