Jmeter Interview Questions Set
Jmeter Interview Questions Set
Website : www.thetestingworld.com
Skype: testingworld2014
Call or WhatsApp: +91-8743913121
Email [email protected]
http://www.thetestingworld.com/
TESTING http://www.thetestingworld.com Call/WhatsApp: 8743913121
WORLD
Trainer Profile
Having more than 10 yrs industry experience.
Worked on different automation tools like Selenium, QTP, LoadRunner, Jmeter,
Mobile Automation, SoapUI, Big Data Testing
Expertise on Unix and Shell Scripting (AWK, SED)
Expertise on Big data testing (Hive, Pig, Hadoop, Sqoop, Hbase, Cassandra)
Exposer to Data analysis using Python
ISTQB Certified, QTP Certified, QC Certified, LoadRunner11 Certified, CMAT
Certified, SoapUI NG Pro Certified
Trained more than 3000 professionals in classroom and more than 10000
professionals online & self paced video courses.
Running CMS www.thetestingworld.com also contributing many online blogs.
Sample Videos:
https://www.youtube.com/channel/UCsdoSHH5bucBf_wwtvWJfn
Q/playlists
http://www.thetestingworld.com/
TESTING http://www.thetestingworld.com Call/WhatsApp: 8743913121
WORLD
http://www.thetestingworld.com/
TESTING http://www.thetestingworld.com Call/WhatsApp: 8743913121
WORLD
ANSWER: JMeter is one of the Java tools which is used to perform load
testing client/server applications. Apache JMeter is open source software,
a 100% pure Java desktop application designed to load test functional
behavior and measure performance of the application. It was originally
designed for testing Web Applications but has since expanded to other
test functions.
http://www.thetestingworld.com/
TESTING http://www.thetestingworld.com Call/WhatsApp: 8743913121
WORLD
and configuration elements. A test plan must have at least one thread
group.
ANSWER: To make the best out of the available resources and in general
as a practice, following practices should be incoroprated in the tests-
Use non-GUI mode: jmeter -n -t test.jmx -l test.jtl
Use as few Listeners as possible; if using the -l flag as above they
can all be deleted or disabled.
http://www.thetestingworld.com/
TESTING http://www.thetestingworld.com Call/WhatsApp: 8743913121
WORLD
Thread group elements are the beginning points of any test plan.
http://www.thetestingworld.com/
TESTING http://www.thetestingworld.com Call/WhatsApp: 8743913121
WORLD
Note that these elements are processed at the start of the scope in which
they are found, i.e. before any samplers in the same scope.
Its elements:
CSV Data Set Config: Used to read lines from a file, and split them
into variables.
HTTP Authorization Manager : You can specify one or more user
logins for web pages that are restricted using server authentication
Java Request Defaults: You can set default values for Java testing
HTTP Cookie Manager: The Cookie Manager element has two
functions:
o It stores and sends cookies just like a web browser.
o Second, you can manually add a cookie to the Cookie
Manager. However, if you do this, the cookie will be shared
by all JMeter threads.
HTTP Request Defaults: This element lets you set default values
that your HTTP Request controllers use.
HTTP Header Manager : The Header Manager lets you add or
override HTTP request headers
ANSWER: Listeners let you view the results of Samplers in the form of
tables, graphs, trees or simple text in some log files. They provide visual
access to the data gathered by JMeter about the test cases as a Sampler
component of JMeter is executed.
Listeners can be added anywhere in the test, including directly under the
test plan. They will collect data only from elements at or below their level
• Response Assertion
• Duration Assertion
• Size Assertion
• XML Assertion
• HTML Assertion
http://www.thetestingworld.com/
TESTING http://www.thetestingworld.com Call/WhatsApp: 8743913121
WORLD
Training :
Performance Testing using Jmeter:
Call: WhatsApp: +91-8743913121
ANSWER: JMeter functions are special values that can populate fields of
any Sampler or other element in a test tree. A function call looks like this:
${__functionName(var1,var2,var3)}
http://www.thetestingworld.com/
TESTING http://www.thetestingworld.com Call/WhatsApp: 8743913121
WORLD
• Configuration elements
• Pre-processors
• Timers
• Samplers
• Post-processors
• Assertions
• Listeners
First you have to Thread group in Test plan and then make
HTTPProxyServer in Workbench
After that, set port number in Global Setting box (e.g., 8911) and
modify your connection setting in IE as local host in address 8911
as in port
Then you can start http proxy server in JMeter and run your application
for login
http://www.thetestingworld.com/