-
Recent Posts
Categories
- algorithm (1)
- automation (3)
- c++ (2)
- cloud (1)
- design (6)
- git (2)
- java (10)
- jenkins (1)
- linux (17)
- python (6)
- search engine (1)
- security (1)
- server (3)
- tech watch (6)
- test (3)
- troubleshooting (7)
- Uncategorized (2)
- virtualization (3)
Archives
- March 2012 (4)
- February 2012 (6)
- January 2012 (2)
- November 2011 (5)
- October 2011 (1)
- August 2011 (3)
- July 2011 (8)
- June 2011 (10)
- May 2011 (4)
- April 2011 (6)
- March 2011 (1)
Links
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