Q: What is JMeter? A: 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. Q: What is Performance Testing? A: This test sets the ‘best possible’ performance expectation under a given configuration of infrastructure. It also highlights early in the testing process if changes need to be made before application goes into production. Q: What is Load Test? A: This test is basically used for exercising\discovering the system under the top load it was designed to operate under. Q: What is Stress Test? A: This test is an attempt to break the system by overwhelming its resources. Q: What are the protocols supported by JMeter? A: The protocols supported by JMeter are:
Q: List some of the features of JMeter. A: Following are some of the features of JMeter:
Q: What is a Test Plan in JMeter? A: A Test Plan defines and provides a layout of how and what to test. For example the web application as well as the client server application. It can be viewed as a container for running tests. A complete test plan will consist of one or more elements such as thread groups, logic controllers, sample-generating controllers, listeners, timers, assertions, and configuration elements. A test plan must have at least one thread group. Q: List some of the test plan elements in JMeter. A: Following is a list of some of the test plan elements:
Q: What is Thread Group? A: Thread Group elements are the beginning points of your test plan. As the name suggests, the thread group elements control the number of threads JMeter will use during the test. Q: What are Controllers and its types? A: JMeter has two types of Controllers:
Q: What is Configuration element? A: Configuration Elements allow you to create defaults and variables to be used by Samplers. They are used to add or modify requests made by Samplers. They are executed at the start of the scope of which they are part, before any Samplers that are located in the same scope. Therefore, a Configuration Element is accessed only from inside the branch where it is placed. Q: What are Listeners? A: 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. Q: What are Pre-Processor and Post-Processor elements? A: A Pre-Procesor is something that will happen before a sampler executes. They are often used to modify the settings of a Sample Request just before it runs, or to update variables that are not extracted from response text. A Post Processor executes after a sampler finishes its execution. This element is most often used to process the response data, for example, to retrieve particular value for later use.
Q: What is the execution order of Test Elements A: Following is the execution order of the test plan elements:
Q: How do you ensure re-usability in your JMeter scripts? A:
Q: Are the test plans built using JMeter OS dependant? A: Test plans are usually saved in thr XML format, hence they have nothing to do with any particular OS. You can run those test plans on any OS where JMeter can run. Q: What are the monitor tests? A: Uses of monitor tests are:
Q: What are JMeter Functions? A: 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)} Q: Where can functions and variables be used? A: Functions and variables can be written into any field of any test component. Q: What are regular expressions in JMeter? A: Regular expressions are used to search and manipulate text, based on patterns. JMeter interprets forms of regular expressions or patterns being used throughout a JMeter test plan, by including the pattern matching software Apache Jakarta ORO. Q: How can you reduce resource requirements in JMeter? A: Below are some suggestion to reduce resource requirements:
|
QA Training > Jmeter Online Training >
Jmeter Interview questions & material
| Selection | File type icon | File name | Description | Size | Revision | Time | User |
|---|
