Selenium css locators tutorial with example

As you know, Locators in selenium webdriver software testing tool are main elements and CSS Locator is another alternative of Xpath element locator, ID or Name locator or any other element locators in selenium webdriver software automation testing tool. Full form of CSS is “Cascading Style Sheets” and it define that how to display HTML elements on … Read more

Apache Jmeter – Running Your First Web Test Plan Steps

You can read step by step process of recording web test plan in jmeter in my post about how to record test plan in Jmeter. After completion of test plan recording, you need to run your test plan to measure performance of application and how it behaves when multiple concurrent users accessing specific page or … Read more

Apache Jmeter – Introduction of Thread Group properties – Number of users and Ramp-Up Period

JMeter thread group is very important element where you can set number of users and its ramp up time. Click here to read how to add Thread group in your web test plan. Let me describe you all required jmeter thread properties with detail. JMeter Thread Group Properties settings Number of Threads(users) :This thread properties in … Read more

Performance testing tool jmeter load testing sample test plan recording steps

Steps to Recording First test plan in Jmeter If you are not aware about how to download and install apache jmeter then you can read my previous post where i have described everything about jmeter installation process. In this post i have described how jmeter record your first software load test plan using jmeter proxy server. … Read more