Search Results for led

Using Selenium with JMeter

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…

Sanity testing vs Smoke testing

Sanity testing and Smoke testing. What is the difference? For last 10 years I have answered this question justifying the answer which I read in book. This is also one of my question in interviews. It is such a question which…

Distributed testing in Jmeter

You have reached the limit of one machine while doing your load testing and now want to distribute your load from different machines. In Jmeter it is commonly called as distributed load testing or remote testing. Distributed testing or remote…

SQL Injection

SQL injection is a technique often used to attack data driven applications. This is done by including portions of SQL statements in an entry field in an attempt to get the website to pass a newly formed SQL command to…

Security testing tips

This post is in continuation of my earlier post on security testing.  Before I move into details of security testing here are few tips for beginners and some browser add-on that can help in security testing.   Security testing tips:-…

Share Files in Linux

How to Share files in Linux? In order to share files in Linux, you need to have following installed in your system. samba samba-common If it is not installed, first install it. To Install: sudo apt-get install samba Once the…

Basic MP3 Player – Sangeeth Player

Here is a very basic MP3 Player called as “Sangeeth Player”. You can download and start using. No installation required. https://sites.google.com/site/techservicesbiz/upload-file/MyPlayer.zip?attredirects=0&d=1 This was coded longtime back on spare time. I am now trying to improve it. Your feedback will help…