| 1)   This syntax is related to which of the following? 
 inputDataTable = TestArgs("InputDataTable")
 
 a. Test parameter
 b. Action parameter
 c. Data table parameter
 d. Environmental parameter
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: Test parameter 
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 2)   Product Revision is not related to _________ . 
 a. Maintainability
 b. Testability
 c. Flexibility
 d. Reusability
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: Reusability 
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 3)   Nullity of the software can be calculated by ________ . 
 a. Nullity = e - n + k
 b. Nullity = e - n – k
 c. Nullity = e + n + k
 d. Nullity = e + n – k
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: Nullity = e - n + k 
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 4)   What is the extension of Analysis Session File? 
 a. .lra
 b. .lrr
 c. .lla
 d. .lda
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: .lra 
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 5)   Which is not true in case of COOKIES? 
 a. Is text only String.
 b. Persistent Cookies are created temporarily in browser’s sub folder while visiting a website .
 c. Used to solve the “Statelessness” of the HTTP Protocol used to store and retrieve used specific information on the web.
 d. Cookies are not Software.
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: Persistent Cookies are created temporarily in browser’s sub folder while visiting a website . 
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 6)   _________ is used to coordinate the sending of a data between computer. 
 a. Media Access Control
 b. Logical Link Control
 c. Media Player Script
 d. All of these
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: Media Access Control 
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 7)   What is the default port number used by hub in Selenium? 
 a. 4444
 b. 2222
 c. 1111
 d. 3333
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: 4444 
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 8)   If you wanted to access the element that has the text "This element has an ID that changes every time the page is loaded" in it, then which of the following is used? 
 a. //div[contains(@id,'time_')]
 b. //div[contains(@id_time())]
 c. //div[parameter(@id_time())]
 d. //div[parameter(@id,’time_’)]
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: //div[contains(@id,'time_')]  
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 9)   ____________ is done by suddenly increasing the load for a small period of time and observing the behavior of the system. 
 a. Stress Testing
 b. Load Testing
 c. Spike Testing
 d. All of these
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: Spike Testing 
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 10)   Test plans are based on _______. 
 a. Project Plan
 b. Business Plan
 c. Support Plan
 d. All of these
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: Project Plan 
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 11)   Which is not a part of Decision Table? 
 a. Stub portion
 b. Driver portion
 c. Condition portion
 d. Action portion
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: Driver portion 
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 12)   In agile development, lengthy documentation is created. 
 a. True
 b. False
 
 
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: False
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 13)   When is Acceptance Testing performed in Agile development? 
 a. On request of customer
 b. After system is ready
 c. At the end of each iteration
 d. Daily
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: At the end of each iteration
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 14)   What are the objectives of Integration Testing? 
 a. To verify that system is functioning according to specified requirements.
 b. To verify that system meets user expectation and needs.
 c. To verify that system separately testable modules are functioning properly.
 d. To verify that interfaces between different parts of system.
 e. All of the above
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: To verify that interfaces between different parts of system.
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 15)   The goal of Integration Testing is to find defects in communication between two modules rather than seeing if modules are working correctly. 
 a. True
 b. False
 
 
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: True
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 16)   Which of the following statements are correct? 
 1. Stubs are used in bottom-up approach.
 2. Stubs are used in Top-down approach.
 3. Drivers are used in bottom-up approach.
 4. Drivers are used in Top-down approach.
 
 a. 1, 3
 b. 1, 4
 c. 2, 3
 d. 2, 4
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: 2, 3 
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 17)   Stubs and Drivers are used in Big Bang Integration. 
 a. True
 b. False
 
 
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: False
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 18)   Which items is / are Configuration Items? 
 a. Source Code
 b. Test Cases
 c. Design Specification
 d. Third Party / Software and Hardware
 e. All of the above
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: All of the above 
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 19)   Which is least required skill of a Tester? 
 
 a. Good Programmer
 b. Reliable
 c. Attention to details
 d. Being diplomatic
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: Good Programmer 
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 20)   Which of the following values for age are in the same Equivalence Partition? 
 - If you are less than 18, you are too young to be registered for program.
 - Between 18 and 50 inclusive, you will receive a 20% discount.
 - Anyone over 50 is not eligible for a discount.
 
 a. 17, 18, 19
 b. 51, 52, 53
 c. 18, 49, 50
 d. 17, 49, 51
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: 51, 52, 53 
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 21)   To pass an Exam, a candidate has to score minimum of 50 marks in order to clear the exam. The maximum that he can score is 100 marks. Identify the Valid Equivalence values if the student passes the exam. 
 a. 50, 58, 75
 b. 49, 50, 51
 c. 52, 60, 99
 d. 0, 15, 50
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: 52, 60, 99
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 22)   Sometimes software tester can use only Error Guessing Technique while testing a software. 
 a. True
 b. False
 
 
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: False
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 23)   Test policy is overall high-level approach. 
 a. True
 b. False
 
 
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: False
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 24)   What are the criteria to decide the testing efforts? 
 1. Time and budget
 2. Size of development team
 3. Size of testers
 4. Risk associated with project
 
 a. 1, 3, 4
 b. 1, 2, 3
 c. 1, 4
 d. 1, 3
 
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: 1, 4  
                                                                             Explanation: No explanation is available for this question!
 |  
 | 
		| 25)   Writing a test summary report is a major task of ____________. 
 a. Test Closure activity
 b. Implementation and execution
 c. Evaluating exit criteria and Reporting
 d. Analysis and Design
 e. Planning and Control
 
											                        
											                        | Answer 
											                                Explanation |  
											                        | 
                                                                            ANSWER: Evaluating exit criteria and Reporting 
                                                                             Explanation: No explanation is available for this question!
 |  
 |