MaxQ web functional testing tool – Part 1
MaxQ web functional testing tool is an open source free tool based on Python. How it Works? Advantage of using MaxQ It is a free and open source too.…
MaxQ web functional testing tool is an open source free tool based on Python. How it Works? Advantage of using MaxQ It is a free and open source too.…
Before going into details of how to ethical hacking we should be clear of what it is. What is ethical hacking? An ethical hacking is an attempt to penetrate networks…
I have been using Linux as my default OS but sometime I also use Windows as my Sony Handy cam software does not work in Linux. Sometime there are needs…

Overview CLIF is a Java framework providing a generic infrastructure to generate load on any kind of system, and gather performance measurements (request response times, computing resources usage). It is…
By using selenium to scroll on pages, you can do automated testing of a page which is dynamically loaded. Something like linkedin or facebook where you get the updates as…
To use Selenium Webdriver with JMeter, install “Webdriver” plugins. The WebDriver sampler is useful if you want to test for performance AJAX or GWT based web applications. Download WebDriver plugins…
Pintu’s essential windows utilities. They are that useful to me and may be useful to others. Eraser – It is an utility to permanently deleting or purging files and folders.…
Successful Performance Analysis depends on the ability to identify bottlenecks in the application or system infrastructure. A bottleneck can be caused by any element on a page that is taking…
Page Object is a Design Pattern which has become popular in test automation for enhancing test maintenance and reducing code duplication. A page object is an object-oriented class that serves as…