Category Archives: automation

How to automate test cases which need to be run in a clean OS

Sometimes we need to automatically run some test cases which need to be run in an clean os. Such as application software installation benchmark. If you’d like to test performance of office installation under Microsoft Windows with different antivirus installed. … Continue reading

Posted in automation, test | 1 Comment

How to automatically install/uninstall software without human interaction

Sometimes we need to automatically install/uninstall software without human interaction, especially for system performance test. How can we make it work? A simple and easy way is to leverage AutoIt. Auto it can be used to simulate keystrokes and mouse movements … Continue reading

Posted in automation, test | 1 Comment

How to automate test cases need reboot: a simple script solution

During the first 2 years in my career as a tester, I learned that for a tester, everything should be automated if possible. 2 years later I beginning my programming life and found that automation is a must skill for … Continue reading

Posted in automation, test | Tagged , , , | Leave a comment