How to automate installer testing

后端 未结 2 563
我在风中等你
我在风中等你 2020-12-31 15:55

I\'m wondering if anyone has any best practices for automating the testing of installers on various machines with potentially different hardware / software profiles and by s

2条回答
  •  佛祖请我去吃肉
    2020-12-31 16:24

    If you have the installer runnable from the command line, it's easy to have a script to call it automatically.

    Then you can use a web app testing tool to see it the install was successful, like this one http://seleniumhq.org/ For this you will need an unique way to test a new install - like a page with the current version.

提交回复
热议问题