How to convert xml to json format?
To Convert XML to JSON format Consider a situation where in you have data in xml file and want to use it as a input to some other system where in it takes data in the form of JSON. You…
To Convert XML to JSON format Consider a situation where in you have data in xml file and want to use it as a input to some other system where in it takes data in the form of JSON. You…
What is Patterns ? a regular or repetitive form, order or arrangement a model that is considered to be worthy of imitation Why Patterns ? Patterns are a way of helping people who design things. Patterns accomplish at least three…

__CSVRead() function The CSVRead function returns a string from a CSV file. When a filename is first encountered, the file is opened and read into an internal array. If a blank line is detected, this is treated as end of…
Monitor performance counter using SYSMON The following example uses VBScript to add counters whose values are retrieved from the local computer, modifies some of the SYSMON properties that control how the monitor is displayed, and processes the OnCounterAdd event. The…
Automate UI Testing using Instruments An instrument is a powerful tool that can be used to automate UI testing. Instruments can also be used to collect data about the performance and behavior of one or more processes on the system…
Exploratory testing can be a challenge. How to know that you have covered entire application? What all areas need to be covered? I have listed down some exploratory testing tips. This checklist will help you in performing exploratory testing in a…

To improve your testing skills follow the following tips. These tips are based on my experience in software testing. Tip 1: Hunt for important bugs first and report them early No one likes to miss important bugs. Programmers like to…
Vulnerability is a flaw in a system or in some software in a system that could provide an attacker with a way to bypass the security infrastructure of the host operating system or of the software itself. It isn’t an open door…
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…