Xml assertion and xml schema assertion ,jmeter

xml xml schema jmeter

Xml assertion is used to check faulty xmls. Make a http req with server name www.w3schools.com in ... Read More

Functions in jmeter - __StringFromFile

__StringFromFile jmeter

This function is used to read data from text file or csv file. Add a new thread group.Add a java ... Read More

Xpath Assertion in Jmeter

xpath assertion jmeter

Make a html req going to w3schools.com/xml/note.xml and add xpath assertion to it. In xpath asser ... Read More

jmeter basic request set-up

jmeter

Jmeter supprorts http,ftp requests,soap or xml requests,jdbc and ldap requests. If we right click ... Read More

What is jmeter

jmeter

Jmeter is an open source java based application for performance testing. It was originally meant ... Read More

Control flow in bean shell scripting

control flow in bean shell scripting jmeter

If conditions in Bean Shell ``` y=2; x=7; if(y<x){ print(x); } ``` for loop in Bean Shell. ... Read More

Functions in jmeter - __Random

__Random jmeter

Then we have a function to generate a random number ${__Random(2,50,rnum)} The above fnc will ... Read More

Delays in thread creation

delay schedular jmeter

if we go to any thread we have an option ro delay thread creation until needed.We can click this op ... Read More

Tcp jdbc and webservices samplers in Jmeter

tcp jdbc webservice jmeter

Tcp sampler has a name ,comments ,servername,Username,password etc. JDBC request-going to send JD ... Read More

Summary report in Jmeter

Summary report jmeter

We can add summary report as listenere to our thread group. Summary report consumes less memory ... Read More