Topic Category: JMeter

L8-T1: Installing JMeter plugin

How do I install the JMeter plugin manager to add the custom thread groups? Download the Plugins Manager JAR file -Put the file in the lib/ext directory -Restart JMeter -Click “Options” and then “Plugins Manager The “Available Plugins” tab shows which plugins can be installed. To install, check the box next to the plugin name like custom thread groups, jp@gc-Standard Set and …

L8-T1: Installing JMeter plugin Read More »

L7-T7: Exercise 2

Ex 1: Record script to Login to IRCTC application and extract session ID Let us try to access home page of IRCTC app first and then try Login. SCENARIO: Start recording and access the Home page of IRCTC application Navigate to https://www.irctc.co.in/eticketing/loginHome.jsf INSTRUCTIONS: a. Try to capture/record Login test script b. Add View Results in Tree Listener …

L7-T7: Exercise 2 Read More »

L7-T6: Exercise 1

Record a scenario by using Training application, Let us try to enhance Add_Course script by recording modify course scenario and configure course ID variable which is extracted from Add course response. SCENARIO: Start recording and access the Home page of Training application Click on COURSE INFO->Modify, enter course details Semester-1, Course ID- CC111 Re-name course name …

L7-T6: Exercise 1 Read More »

L7-T4: Run and analyse results

In this activity we will run the script which we just captured and analyze results. Ex 1: Run test plan 1. Click on File->Open in JMeter UI and navigate to local drive:\apache-jmeter-3.0\bin\scripts\Correlation_script.jmx 2. Right click on Thread Group-> Hoover over to Add-> Listener ->View Results in Table 3. Right click on Thread Group-> Hoover over to …

L7-T4: Run and analyse results Read More »

L7-T3: Configure pre processor

In this activity, we will pass the dynamically captured data from the proceeding to subsequent request using pre processor. Let us consider a scenario to Search course In our earlier activity we have extracted dynamic data and stored into variable. Now we will pass the captured data into our next Search course request by using …

L7-T3: Configure pre processor Read More »

L7-T2: Configure post processor

In this activity, we will handle dynamic data from the proceeding request using post processor. Let us consider a scenario to Add course and then Search course that was just added. SCENARIO: Start recording and access the Home page of Training application try to add course Click on COURSE INFO ->Add, enter course details Department-EC, Semester-1, …

L7-T2: Configure post processor Read More »

L7-T1: What is correlation?

In this activity, we will learn how to handle dynamic data in JMeter using concept of Correlation. Correlation is the important aspect of scripting. Proper handling of dynamic data results in building effective test scripts. What is correlation? Correlation is an act of fetching dynamic data from preceding request and posting it to the subsequent requests. …

L7-T1: What is correlation? Read More »

L6-T6: Exercise 2

Ex 1: Record script to search course and extract course ID’s Let us try to search course first and then try to merge scripts later. SCENARIO: Start recording and access the Home page of Training application Click on COURSE INFO->Search, enter course details Department – ME, Semester-1 Click on Submit INSTRUCTIONS: a. Try to capture/record Search …

L6-T6: Exercise 2 Read More »

L6-T5: Exercise 1

Record a scenario by using Training application, Let us try to add new courses into Mechanical department and capture course ID and course name from the response. SCENARIO: Start recording and access the Home page of Training application Click on COURSE INFO->Add, enter course details Department-ME, Semester-1, Course Name- Structural Engineering, Course ID- SE 108 INSTRUCTIONS: …

L6-T5: Exercise 1 Read More »

L6-T4: Run and analyse results

In this activity we will run the script which we just captured and analyze results. Ex 1: Run test plan 1. Click on File->Open in JMeter UI and navigate to local drive:\apache-jmeter-3.0\bin\scripts\Add_Student.jmx 2. Right click on Thread Group-> Hover over to Add-> Listener ->View Results in Table 3. Right click on Thread Group-> Hover over …

L6-T4: Run and analyse results Read More »