Open source testing tools

There are tons of applications available for testing, some of them are free(open source), some of them are commercial. This time I have prepared a list of useful and open source testing tools. Selenium – Web app testing tool – http://seleniumhq.org/ Selenium is a suite of tools such as Selenium IDE, Selenium Remote Control and […]

Read more
Tips for managing and taking care of your VMware machines

Last time we talked about how to best optimize your VM for a smooth work experience. This time we’ll talk about working with VM. These tips will help you avoid loss of time and grief in losing a virtual machine or critical data you have on your partitions. They will make your job easier in […]

Read more
Recording videos of tests in Java

In Java, we can extend Selenium WebDriver test scripts to record videos by using an open source tool named Monte Media Library. In this blog we will look at how to configure and use the Monte Media Library’s ScreenRecorder class with Selenium, to record movies of tests. ScreenRecoder supports the AVI and QuickTime formats for […]

Read more