

McqMate
These multiple-choice questions (MCQs) are designed to enhance your knowledge and understanding in the following areas: Computer Science Engineering (CSE) , Information Technology Engineering (IT) , Bachelor of Science in Computer Science TY (BSc CS) , Bachelor of Science in Information Technology TY (BSc IT) , Bachelor of Science in Information Technology (BSc IT) .
251. |
The main goal of Automation Testing is to the number of test cases to be run manually |
A. | increase |
B. | reduce |
C. | enlarge |
D. | multiply |
Answer» B. reduce |
252. |
Why will you do automation testing? |
A. | it increases defect detection ratio. |
B. | it improves the quality of production code. |
C. | it improves the efficiency of testing. |
D. | it reduces the cost of testing. |
Answer» C. it improves the efficiency of testing. |
253. |
Which of the following is not a BDD automation framework? |
A. | cucumber |
B. | jbehave |
C. | watir |
D. | concordion |
Answer» C. watir |
254. |
What type of test cases should you not automate? |
A. | tests that don't require re-execution |
B. | tests that demand continuous testing |
C. | tests that fall under the acceptance test criteria |
D. | tests that require cross-platform testing |
Answer» A. tests that don't require re-execution |
255. |
Iterative development is NOT a good idea for? |
A. | back end development |
B. | front end development |
C. | middleware development |
D. | software development |
Answer» B. front end development |
256. |
Which of the following is not a characteristic of the good automation tool? |
A. | robust object identification. |
B. | support of cross-platfor m testing. |
C. | easy integration with ci tools |
D. | good debugging ability. |
Answer» C. easy integration with ci tools |
257. |
Which of the following is the best approach for automation in the long term? |
A. | build a team with members having development skills |
B. | outsource automation tasks to external vendors |
C. | associate with the developers to start automation |
D. | train manual testers and start automation |
Answer» A. build a team with members having development skills |
258. |
JMeter is for performance testing, whereas Selenium is mainly for _. |
A. | performance testing |
B. | automation testing |
C. | sanity testing |
D. | regression testing |
Answer» B. automation testing |
259. |
JUnit is a testing tool |
A. | unit |
B. | load |
C. | block |
D. | agile |
Answer» A. unit |
260. |
Apache is an open source Java application designed to load test functional behavior and gauge software performance. |
A. | junit |
B. | selenium |
C. | jmeter |
D. | loader |
Answer» C. jmeter |
261. |
Who performs manual testing |
A. | designer |
B. | tester |
C. | machine |
D. | user |
Answer» D. user |
262. |
Which tool is used for test managing scheduling,tracking and analysis |
A. | test management tool |
B. | test comparator tool |
C. | test execution tool |
D. | performanc e testing tool |
Answer» A. test management tool |
263. |
Who does static testing |
A. | tester |
B. | developer |
C. | team members |
D. | user |
Answer» B. developer |
264. |
Which is not a challenge for framework design |
A. | time |
B. | resources |
C. | quality |
D. | debugging |
Answer» D. debugging |
265. |
The power of machines to control the executiion of testd,compare their outcomes is called_____ |
A. | testing software |
B. | automation testing |
C. | system testing |
D. | manual testing |
Answer» B. automation testing |
266. |
When forming an Agile project team it is BEST to use_____ |
A. | generalized specialists |
B. | top management officials |
C. | highly specialized developers |
D. | all of the above |
Answer» A. generalized specialists |
267. |
What is NOT an Agile methodology? |
A. | extreme programming (xp) |
B. | scrum |
C. | crystal clear |
D. | pmbok?? 3 |
Answer» D. pmbok?? 3 |
268. |
The ' // ' tells the query that _. |
A. | it needs to stop at the first element that itfinds |
B. | this is comment |
C. | the path of the file or folder |
D. | all of these |
Answer» A. it needs to stop at the first element that itfinds |
269. |
Which of the following tools would be involved in the automation for regression test |
A. | data tester |
B. | output comparator |
C. | boundary testing |
D. | capture/ playback |
Answer» D. capture/ playback |
270. |
Defects are less costly if detected in which of the following phases |
A. | coding |
B. | design |
C. | requirements gathering |
D. | implementation |
Answer» C. requirements gathering |
271. |
User Acceptance testing is |
A. | white box testing |
B. | black box testing |
C. | gray box testing |
D. | none of the above |
Answer» B. black box testing |
272. |
Error guessing is a |
A. | test verification techniques |
B. | test execution techniques |
C. | test control management techniques |
D. | test data management technique |
Answer» D. test data management technique |
273. |
Histogram refers to |
A. | bar chart |
B. | run chart |
C. | pareto diagram |
D. | correlation diagram |
Answer» A. bar chart |
274. |
Pareto principle advocates |
A. | 20-80 rule |
B. | 80-20 rule |
C. | 40-60 rule |
D. | 60-40 rule |
Answer» B. 80-20 rule |
275. |
Which one is not Structural Testing? |
A. | regression |
B. | parallel |
C. | acceptance |
D. | stress |
Answer» C. acceptance |
276. |
Testing comes under which category of cost of quality? |
A. | preventive |
B. | appraisal |
C. | failure |
D. | none of the above |
Answer» B. appraisal |
277. |
Which of the following is not true about Incremental testing? |
A. | top-down approach can be used |
B. | use of stubs or drivers are required |
C. | all modules need to be completed prior to testing |
D. | bottom – up approach is also possible |
Answer» C. all modules need to be completed prior to testing |
278. |
Which of the following is not a part of test plan? |
A. | scope |
B. | mission |
C. | objective |
D. | risk |
Answer» B. mission |
279. |
Which one is not Statistical Tool? |
A. | cause and effect graphing |
B. | stratification |
C. | run chart |
D. | regression analysis |
Answer» A. cause and effect graphing |
280. |
The ‘v’ represent the following term: |
A. | verification and validation |
B. | static testing and dynamic testing |
C. | black box testing and white box testing |
D. | software development process and software testing process |
Answer» D. software development process and software testing process |
281. |
Function point is a measure of |
A. | effort |
B. | complexity |
C. | usability |
D. | size |
Answer» D. size |
282. |
You are told to prepare a report on the most commonly occurring product defects. You review the software defect reports, which categories the defects of coding errors, requirement errors, documentation errors, etc. The best tool to report this information is |
A. | a histogram |
B. | a pareto diagram |
C. | a cause and effect diagram |
D. | a scatter plot |
Answer» A. a histogram |
283. |
A statistical technique to assess, monitor and maintain the stability of a process is |
A. | pareto chart |
B. | control chart |
C. | run chart |
D. | histogram |
Answer» B. control chart |
284. |
The two types of incremental testing approaches are top down and bottom up approach. |
A. | true |
B. | false |
Answer» A. true |
285. |
If the measurement taken by the two people are same refers to the terms as |
A. | reliability |
B. | validity |
C. | calibration |
D. | ease of use and simplicity |
Answer» A. reliability |
286. |
Test Readiness review is conducted by the |
A. | project manager |
B. | test manager |
C. | quality assurance personnel |
D. | user/customer |
Answer» B. test manager |
287. |
To which phase will training cost fall? |
A. | failure |
B. | prevention |
C. | build |
D. | appraisal |
Answer» B. prevention |
288. |
You are performing a test to see that it complies with the user requirement that a certain field be populated by using a drop down box containing a list of values. What kind of testing are you doing? |
A. | white box testing |
B. | black box testing |
C. | load testing |
D. | regression testing |
Answer» B. black box testing |
289. |
Which is the reputed testing standard? |
A. | m bridge awards |
B. | qai |
C. | iso |
D. | microsoft |
Answer» C. iso |
290. |
Which of the following is not a major task of Exit criteria? |
A. | checking test logs against the exit criteria specified in test planning. |
B. | logging the outcome of test execution. |
C. | assessing if more tests are needed. |
D. | writing a test summary report for stakeholders. |
Answer» B. logging the outcome of test execution. |
291. |
Testing where in we subject the target of the test , to varying workloads to measure and evaluate the performance behaviors and ability of the target and of the test to continue to function properly under these different workloads. |
A. | load testing |
B. | integration testing |
C. | system testing |
D. | usability testing |
Answer» A. load testing |
292. |
Testing activity which is performed to expose defects in the interfaces and in the interaction between integrated components is :- |
A. | system level testing |
B. | integration level testing |
C. | unit level testing |
D. | component testing |
Answer» B. integration level testing |
293. |
Static analysis is best described as: |
A. | the analysis of batch programs. |
B. | the reviewing of test plans. |
C. | the analysis of program code. |
D. | the use of black box testing. |
Answer» C. the analysis of program code. |
294. |
One of the fields on a form contains a text box which accepts alpha numeric values. Identify the Valid Equivalence class |
A. | book |
B. | book |
C. | boo01k |
D. | book |
Answer» C. boo01k |
295. |
Reviewing the test Basis is a part of which phase |
A. | test analysis and design |
B. | test implementation and execution |
C. | test closure activities |
D. | evaluating exit criteria and reporting |
Answer» A. test analysis and design |
296. |
Reporting Discrepancies as incidents is a part of which phase :- |
A. | test analysis and design |
B. | test implementation and execution |
C. | test closure activities |
D. | evaluating exit criteria and reporting |
Answer» B. test implementation and execution |
297. |
Which of the following items would not come under Configuration Management? |
A. | operating systems |
B. | test documentation |
C. | live data |
D. | user requirement document |
Answer» C. live data |
298. |
Handover of Test-ware is a part of which Phase |
A. | test analysis and design |
B. | test planning and control |
C. | test closure activities |
D. | evaluating exit criteria and reporting |
Answer» C. test closure activities |
299. |
The Switch is switched off once the temperature falls below 18 and then it is turned on when the temperature is more than 21. Identify the Equivalence values which belong to the same class. |
A. | 12,16,22 |
B. | 24,27,17 |
C. | 22,23,24 |
D. | 14,15,19 |
Answer» C. 22,23,24 |
300. |
The approach/document used to make sure all the requirements are covered when writing test cases |
A. | test matrix |
B. | checklist |
C. | test bed |
D. | traceability matrix |
Answer» D. traceability matrix |
Done Studing? Take A Test.
Great job completing your study session! Now it's time to put your knowledge to the test. Challenge yourself, see how much you've learned, and identify areas for improvement. Don’t worry, this is all part of the journey to mastery. Ready for the next step? Take a quiz to solidify what you've just studied.