I have been working with UI Automation for quite a while now using White Framework for automation. The problem is since we get daily builds, so to run all the unit test I need that new installer to be run and the application installed on the server on which I have my Unit Test available. Is there any way within White FrameWork to automate installers? Does Record and Replay method for provided by Windows work? or is there any other way out?
Asked
Active
Viewed 1,677 times
1 Answers
1
If you use windows installer, you might try something like this Automated MSI installation to automate installation of msi packages.

Community
- 1
- 1

dkasipovic
- 5,930
- 1
- 19
- 25
-
That is one option. But I would still prefer to go with automation using white framework or using automation in VS. If that didn't work out then I would want to go with this option.. – Siddhant Mar 03 '14 at 17:34
-
I need to know if its possible using automation using the above two techniques. – Siddhant Mar 03 '14 at 17:35