1 | which jmeter sampler can be used to receive messages from a JMS server | JMS subscriber |
2 | what is jmete test plan | A script that defines the actions to be performed during a load test |
3 | which character is used to separate list of paths that Jmeter will search for Jmeter plugin classes as specified by search_paths attribute in jmeter.properties | ; |
4 | what is the escape character used in a function parameter | \ |
5 | select invallid controller in jmeter | static controller |
6 | jmeter is used for carring out performnace testing of | FTP server |
7 | Which Jmeter variable can be used to reference the JMS messages ID? | ${__jms_id} |
8 | which jmeter component is used to log in to an FTP server | FTP Request |
9 | which regular expression quantifier matches one or more occurences of the preceding character | + |
10 | what does excution of jmeter.bat on wnindows results in | run jmete in gui mode |
11 | which property stores Jmeter server's IP address under remote testing | remote_hosts |
12 | who is attributed as creator of Jmeter | Stefano Mazzocchi |
13 | which Jmeter sasmpler can be used to send messages to a JMS server | JMS publisher |
14 | which jmeter listner can be used to view the latency of a test plan | latency over time |
15 | which of the following Jmeter elements is used to pause the execution of the test plan for a specified time? | constant timer |
16 | what is the default pause value in Jmeter | 2000ms |
17 | which function can be used to define a Jmeter Property | setProperty |
18 | which term refers to the maximum number of users for test | load test |
19 | what is absent in jmeter production release | JDBC Driver |
20 | which controller in Jmeter can be used to control the flow of requests in a test plan? | If controller |
21 | which jmeter function is used to replace all occureneces of a specified string in a variable with a new string | ${__regexReplace()} |
22 | which element tells Jmeter the number of users to simulate | Thread Group |
23 | which of the following Jmeter elements can be used to execute a test plan remotly? | Junit request |
24 | which of the following regular expression constructs is used to specify a range of charactes | [] |
25 | what does logic controllers determine in Jmeter | the order in which user request are executed |
26 | which assertion can be used tocheck if a response contains a particular string? | Response Assertion |
27 | What is the first step you want to do with every JMeter FTP Test Plan | add a Thread Group element |
28 | Which of the following is a key benefit of using JMeter Monitor? | It can measure the performance of individual components within a system. |
29 | Which protocol(s) does JMeter support for load testing? | HTTPS ,FTP, SMTP |
30 | Which type of test scenario in JMeter is used to simulate real-world usage of an application? | Random |
31 | Which JMeter component is used to run a SQL query in a loop? | JDBC Connector |
32 | What is the advantage to control any number of remote JMeter instances | No need to copy the test plan to each server |
33 | Which JMeter function is used to convert a string to uppercase letters? | ${__uppercase()} |
34 | Which JMeter element stores the results of requests to disk | Listener |
35 | Which parameter lists proxy server hostname to JMeter during startup | H |
36 | What will be the delay for starting each successive thread if there are 30 threads with a ramp-up period of 120 seconds | 4 seconds |
37 | Which JMeter function is used to get the name of the current thread group? | ${__threadGroupName()} |
38 | Which function is used to get sampler name | samplerName |
39 | Which of the following JMeter components is used to simulate the behavior of multiple users? | Thread Group |
40 | Which amongst the following which cannot be tested using Jmeter? | Accessibility Testing |
41 | Which mode is used to transfer binary files in FTP? | Binary mode |
42 | What is JMeter Monitor? | A tool that monitors the CPU and memory usage of servers. |
43 | Which of the following JMeter elements is used to simulate the actions of a user who clicks a link on a web page? | HTTP Request |
44 | Which protocol is used by JMeter for LDAP testing? | LDAPv3 |
45 | What is the first step to do with every JMeter Test Plan | Add the ThreadGroup element |
46 | Which listener in JMeter can help you visualize the response time of each sampler in a test plan? | Graph Results |
47 | Which JMeter component is used to test the performance of REST APIs? | REST Sampler |
48 | Which of the following command option specifies file to log sample results to | l |
49 | Which JMeter component is used to generate random values for testing? | Pre-Processor |
50 | Which JMeter component is used to set up a JDBC connection to a database? | JDBC Connection Configuration |