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

Selenium “keypress” command to press enter key with ASCII key codes

Using “keypress” command in selenium “keypress” command in selenium is very useful when you want to press keyboard keys like “Enter” key, “Up-Down arrows” key, “Backspace” key, “Shift” key, etc.. “keypress” command works like user pressing and then releasing that key. You need to provide targeted element locator (Where you want to press and release … Read more