Tag Archives: test

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

How to automate virtual machine creation and runing on virtualbox by command line

Many times we need to create a linux virtual machine by command line. It is very useful for batch vm operation, automation, regression test, integration test… Here’s the steps to create a functional linux virtual machine (works on windows host … Continue reading

Posted in linux, virtualization | Tagged , , , , | 2 Comments