Ethical Hacking – Part 1
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 and or computer systems, using the same method as a…
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 and or computer systems, using the same method as a…
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 to access files from one OS to other. Linux has a…
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 Open Load testing platform
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 you scroll down the page. To scroll throught the page…
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 from Unzip the files and copy in the lib…
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. It allows you to completely remove sensitive data from your…
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 longer than other page elements to fully load, or it…
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 an interface to a page of your Application under test.…
SpecFlow Installation and Setup What is SpecFlow? SpecFlow is an open-source .NET tool for automated testing that lets you write specifications using 100%-Cucumber-compatible Gherkin syntax, and has a number of advantages over Cucumber itself. It integrates with Visual Studio. It…
There are many automated software testing tools available for software test automation. Few of the most popular and good tools are listed below. These are not listed in order of importance. Depending on your requirement you may choose your tool.…