Windows Forms Test Automation

后端 未结 12 631
无人共我
无人共我 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:22

    For what it's worth, I've been testing for 15 years, and to this day have never seen ROI on tests created in this fashion. Automated testing, is obviously a good thing, but if you are just taking test cases that should be manual test cases and having minimum wage workers "automate" them, you will almost always end up with a mass of unmaintainable fragile tests that save no time in the end and get thrown out quickly.

    The FitNesse suggestion from paiNie is a great suggestion.

    0 讨论(0)
  • 2020-12-29 13:22

    Must be usable by non-developers

    Any not-web test automation tool will need either dev`s well-known ide (Eclipse etc.) or test tool ide. SilkTest, TestComplete etc. will also make u to write some code.

    U can separate work between devs and testers using tool for creating "executable requirements" like "Fitnesse" or Concordion

    0 讨论(0)
  • 2020-12-29 13:23

    You can try Sikuli. It's free and easy. No programming skills needed.

    0 讨论(0)
  • 2020-12-29 13:26

    The Vermont HighTest: http://www.vtsoft.com/vcsproducts/index.html

    The 30 day trial looked pretty good!

    0 讨论(0)
  • 2020-12-29 13:27

    Basically, something like Selenium, but for windows forms.

    You could try AutoIt. It's free and has a community site where you could find already created solutions.

    However I'm generally concerned about your goal. Acceptance criteria are informal. Have you got already ideas how would you be translating informal stuff to technical requirements?

    0 讨论(0)
  • 2020-12-29 13:29

    Never used it but Borland SilkTest seems to be another meeting your requirements.

    0 讨论(0)
提交回复
热议问题