QE4 Objective type Questions


Hello friends if you are looking for QE4 Multiple choice questions | QE4 MCQ with answers | QE4 Objective type questions | QE4 Questions with answers | QE4 Practise Test you will get answers here.

Join our Telegram Channel for Daily Updates on Accenture Examshttps://t.me/+U0BWlikjjG5jNDVl


Please use ‘FIND IN PAGE OPTION’ in google chrome to find any questions

1. Which Gherkin Keyword is used to create/execute as a common step given for all scenarios in the
feature file?
ANS: BACKGROUND
2.   Choose the correct order of the BDD process for test automation.
ANS: CREATE-RUN THE FEATURE FILE TO GENERATE-COPY-DEVELOP- RUN THE FEATURE FILE TO 
OBSERVE
3. Sarah wants to create a maven project in Jenkins to trigger the execution of cucumber features.
ANS: ROOT POM, SELECTING GIT, MANUALLY DOWNLOADED
4.   which of the following elements of jmeter helps to validate whether an application is returning 
an expected response or not?
ANS: ASSERTION
5.   Which Assertion is used for the pattern strings to be compared against various fields of the server 
response?
ANS: RESPONSE
6.   Which among the following is an INVALID controller in Jmeter? 
ANS: STATIC CONTROLLER
7.   Which of the following is the logical container that contains all the test elements which drive the 
performance test?
ANS: TEST PLAN
8.   James wants to design a scenario in feature file.
ANS: USE SCENARIO OUTLINE
9.   James has created a project with the following file feature files.
ANS: TEST RUNNER CUCUMBER RUNNER CLASS
10. To execute a cucumber scenario, Which files are most important and must be created in the 
maven project?
ANS: FEATURE FILE, STEP DEFINITIONS
11.  Which of the following is used to specify the number of times a thread will execute the requests 
samplers in the jmeter test plan?
ANS: LOOP COUNT
12. Which of the following is a listener in JMeter ?
ANS: ASSERTION, MONITOR, AGGREGATE
13. ANS: STAND CONTROLLER
14. Sarah has her code in git local repository.
ANS: PULL
15. Created feature files in a project.
ANS: @RUNWITH, @CUCUMBEROPTIONS
16. Which of the following statements are true about the feature file.
ANS: A FEATURE FILE MAY, FEATURE GHERKIN, THERE CAN BE
17. Which controller in JMETER lets you organize the samplers and other logic controllers?
ANS: SIMPLE
18. Sam Is a software tester who wants to generate an HTML report.
ANS: @CUCUMBEROPTIONS(PLUGIN={“PRETTY”, “HTML REPORT.HTML”})
19. James has written a scenario in the feature file.
ANS: @WHEN(“KEVIN ENTERS QUANTITY AS () ….()”) @THEN(“SHOPPING CART ICON SHOWS ()”).
20. Which of the following is an invalid configuration in JMeter?
ANS: FTP
21. Sarah as an automation test engineer wants to match the Gherkin steps that have an Optional 
text by using a cucumber expression. Assist her with the right option.
ANS: ( )
22. Which of the following annotation is used to locate web element(s) as page objects in the page 
object model design pattern.
ANS: @FindBy
23. Which of the following Sampler is added to the thread group in order to test REST API from 
JMeter?
ANS: HTTP Request
24. Sean is working as an Automation Test Engineer, he had to trigger the project build from the 
devops tools like jenkins. Assist him to design the <build> in pom.xml with appropriate plugins.
ANS: maven-surefire-plugin, maven-compiler-plugin
25. Which of the following option is selected from Jenkins add post-build action to generate the 
performance report in JTL format?
ANS: Publish performance test result report
26. Which of the following tool is recognized as a performance testing tool from the below-given 
options?
ANS: Gatling
27. Which of the following Gherkin keywords are recommended to use in the feature file to 
enumerate with successive Given's, When's, Then's.
ANS: And, But
28. Under which of the following element, we can see the option Save Response to a file in oder to 
save the reponses for a HTTP Request Sampler in JMeter?
ANS: Listeners
29. Which of the following option is the navigation way/path to add user parameters for an HTTP 
Request Sampler using JMeter?
ANS: HTTP Request --> Add --> Pre Processors --> User Parameters
30. Which of the following delimited parameters are used in the Scenario Outline to reference the 
headers in the Examples table?
ANS: < >
31. Which of the following represents a process where samplers are executed with multiple sets of 
user input data?
Ans Parameterization
32. Kevin is creating a Feature file with multiple scenarios.He wants to …
Ans @tag1 @tag2 
Scenario:this is large Scenario
33. Which of the followingwill control the amount of time Jmeter will execute
Ans Test duration34. which of the below uses concrete examples to illustrate acceptance criteria
Ans state by example
35. which is used to read lones from a file and split them into variables
Ans CSV Data set config
36. What is displayed in the left pane of user interface
Ans Displays the elements used in testing
37. Which of the following statements is true about pre-processors.
Ans only1(PREPROCESSOR EXECUTE BEFORE THE SAMPLERS…)
38. Which of the following represents a process where samplers are executed with multiplesets of 
user input data
Ans Parameterization
39. Which parameter types in cucumber expressions matches text without white space
Ans {word}
40. Which of the following will control the amount of time Jmeter will execute a test plan
Ans Test duration
41. Arrange the build trigger process in correct 
Ans eacbd EACBD/ecadb
42. Which of the following is a post processor in jmeter
Ans Regular Expression Extractor
43. Jack had created the feature file with the scenario
ANS No scenarios are excuted
44. which among the following is determined by logic controller
Ans The order in which user request is executed
45. Henry has joined a project team the team is using BDD framework for effective testing
Ans Then
46. Which of the following assertion is not applied in jmeter ?
ANS WEB
47. Sean is creating a build job in jenkins to trigger the cucmber feature files….. ?
ANS add path to global configuration/install plugins from manage plugins in jenkins (doubt)
48. He ran the test for 5000 load.
ANS Timer
49. which one of the following is not a controller in jmeter ?
ANS condition controller
50. which of the following performance testing types is used tp check the stability of the software 
when hardware substances like CPU are not sufficient ?
ANS Stress testing
51. Which of the following parameters can be configured using a thread group ?
ANS Ramp-up period, test duration, loop count
52. A performace tester wants to record and capture the script for his designed scenario. Please help 
him in selecting the element for recording in Jmeter.
ANS HTTP(s) Test script recorder53. Emily is executing a Jmeter performance test plan using Jenkins. What is the default format of 
source data files that is used to publish performance test result reports ?
ANS none of the above
54. Leo is a new joiner to the cucumber report
ANS C@OAT and @UAT
55. which of the following performance testing types is used to determine the AUT’s behavior with 
the expected load conditions for a longer period? 
ANS Endurance testing
56. Sophie is designing a test plan using Apache JMeter.She notices that a dynamic session…….?
ANS Corelation
57. Henry has created a feature file with tagged scenarios He wants to execute……? 
ANS D tags=”not@SevereTag”
58. Harry wants to create a scenario outline in the feature file.
ANS EXAMPLES
59. Henry wants to generate a JSON reports on the execution of testrunner…….? 
ANS D (@CucumberOptions(plugin = {“pretty”,”json:target/results.json”]))
60. Sean had execeuted few scenarios through cucumber Runner class from eclipse IDE………?
ANS monochrome=true
61. BDD activity in general is a three step iterative process. What are these three pratices that are 
followed in BDD?
ANS Discovery, formulation and automation
62. Sarah would like to generate a dashboard  from  Jenkins  for  viewing  the  cucumber  test  
results................. ?
ANS Json
63. designed a testplan in Jmeter ......?
ANS Extra threads will execute and re-iterate through the values again
64. Which of the following correctly represents the syntax of using Jmeter variables in the test plan ?
ANS A-${Variablename}
65. which assertion is used to test wheter the API server response was received within a given ........ ?
ANS Duration
66. James is new to the performance testing team.............?
ANS ABCD
67. which of the following types of applications can be tested using JMeter ?
ANS A Web-based applications,web services(Rest and SOAP), Databases(JDBC)
68. Which technique in agile projects focusses on designing automated test scenarios prior to writing 
the dev code to achieve effective product outcomes ?
ANS test driven development
69. Which of the following is used to specify the amount of time Jmeter will execute a test plan ?
ANS TEST DURATION
70. Harish has created a scenario for the ......?
ANS View results tree71. Which of the following elements of JMeter executes after the sampler requests are executed in 
the test plan?
ANS Post-processors
72. sarah is designing the object repository framework for test automation using the page object 
…………….?
ANS Page factory
73. it is a best practice to execute the jmeter test plan using Non-Jui mode....... ?
ANS jmeter –n – t test.jmx-l testresults.jtl
74. What is displayed in the left pane of user interface ? 
ANS Test plan/Displays the elements used in testing
75. Mahesh and his team have completed a load test for their online shopping application with 
different workload distrubutions for their scenarios. Which element is responsible for storing at 
the result of your HTTP request in a file for the test plan ?
ANS listeners
76. which of the following plugin can be used to generate xml reports for the test result using 
cucumber options ?
ANS xml
77. Sarah as an automation test engineer wants to match ........... ?
ANS /
78. Which of the below uses concrete examples to illustrate acceptance criteria
ANS Specification by Example
79. Which of the following are BDD practices. 
ANS EARLY TESTING
80. Which of the following elements of JMeter executes after the sampler requests are executed in 
the test plan.
ANS POST PROCESSORS
81. It is a best practice to execute JMeter test plan using NON GUI MODE
ANS jmeter –n –t Testplan.jmx –l TestResults.jtl
82. Thread groups in JMeter denotes
ANS Number of virtual users
83. Fetch all data from country drop-down menu
ANS Get Optional()
84. Which of the following are parameters of JMeter Thread group
ANS RAMP UP PERIOD
85. Which controller in jmeter allows the samples to execute 
multiple times for each user
ANS Loop controller
86.What are the languages supported by web services for data 
exchange and communication
ANS XML,Json
87.Jack is designing a test plan in Jmeter and wants to observe 
the performance parameters
ANS Summary Report88.Jack has designed a test plan in jmeter he has recorded a 
scenario
ANS response Assertion
89.What is the extension to save Testplan and results in JMeter
ANS Test Plan—jmx 
Results--.jtl
90.Kevin has created a Test plan in JMeter and wants to execute 
via command line
ANS Jmater-n-t<<name>>
91.James is working on creating a cucumber project and 
integrate with selenium web driver commands
ANS Step definition 
Runner
Feature
92.James wants to specify the report format for the cucumber 
project. Which property can be used to specify the report format
ANS plugin
93.Kevin is preparing a feature file using Gherkin keyword. He 
wants to execute a scenario multiple times
ANS Scenario outline
94.What are the various supported formats for generating 
reports in cucumber
ANS HTML 
JSON
95.Sam is new to cucumber and gherkin keywords.please help 
him in identifying valid gherkin keywords
ANS WHEN 
BUT
AND
96. what are the required annotations for designing a class that 
executes cucumber feature file
ANS @RunWith
@CucumberOptions


Leave a Reply

Your email address will not be published. Required fields are marked *