JMeter Performance Testing Interview Questions1
JMeter Performance Testing Interview Questions1
JMeter Performance Testing Interview Questions1
08.How does the load testing tools help us to measure the performance of
application? or
09.What activity you performed in your organization while doing
performance testing?
➢ For this question Explain the process steps which we learn in API P.T.
and Record and play P.T. (P.T means Performance Testing)
10.Why JMeter? or
11.Advantages of JMeter?
➢ JMeter is an Open source - Free.
➢ Based on Java so Its platform independent
➢ Scripting is not essential to learn JMeter.
➢ JMeter GUI is more User-friendly.
12.For which functionality you have done Performance Testing?
➢ Answer to this question is based on your project. You have to tell any
functionality from your project.
13. Tell me one User story on which you have done Performance Testing and
what are the test cases tested for that user story?
➢ Answer to this question is based on your project. You have to tell any
functionality as user story and test cases according to the functionality
and acceptance criteria.
For Example:
TI2235: Payment for same product at a time on Amazon
Description: For same product make payment by using multiple
accounts/users at a time.
Acceptance Criteria:
User <=10000/sec
Sample time <=600ms
Sent bytes <=400
Received bytes <=650
Test Cases:
➢ Verify payment by passing less than 10000/sec users at a time.
➢ Verify payment by passing greater than 10000/sec users at a
time.
➢ Verify payment by passing 10000/sec users at a time.
➢ Verify sample time by applying assertion.
➢ Verify sent bytes by applying assertion.
➢ Verify received bytes by applying assertion.
➢ For sharing result, we have prepared HTML report in JMeter and also
stored all listener data into csv file and also that file attached with
result.
15.How to generate HTML report?
16.Currently JMeter’s which version you are using for doing P.T.?
(Note: No need to tell all terms only few you can tell)
42.What are the benefits that JMeter offers for performance testing?
➢ It can be used to test performance for both, static resources as well as
dynamic resources.
➢ It can handle a maximum number of concurrent users then your website
can handle.
➢ It provides the graphical analyses of performance reports.
Note: If you get a Question which is not in our syllabus in that case give the
answer as given below
➢ I haven’t got chance in my organization to perform such
activity/functionality.
*With this read and practice all the process and terms which we learn in
class.