You are on page 1of 8

ASDA Level 2 Dumps with only anwers 1. In which situation is error guessing technique most effective? a.

When being used by experienced testers 2. What should be the priority of testing during system test execution? a. Execute tests in the documented order 3. Which type of testing approach should be used to check the response time for application under test (AUT) for one user and 100 users? a. Non-Functional testing 4. Which type of testing is excluded from Black Box Testing? a. Branch Testing 5. Which testing method should be used to test the functionality of interest calculation for a personal loan in a banking loan calculation page? a. Grey Box testing 6. To which document should a tester refer to create unit test cases? a. Low Level Testing 7. Which type of testing is done in order to learn the application? a. Exploratory Testing 8. Which testing method is used after the code is modified to fix a particular bug/defect? a. Mutation testing 9. In which test design technique do the least number of test cases need to be developed a. Equivalence Partitioning 10. There have been Graphical User Interface(GUI) changes in an application. Which is the most appropriate test design technique to test the changes in the application? a. Requirement based testing 11. When should smoke testing be done? a. After the build is passed to the testing team for execution. 12. Which testing technique would effectively test hospital admittance where admittance options are regulated by predefined business rules? a. Decision table testing 13. Which is not an example of Black box Testing? a. A sequence of logic is terminated abruptly when the program is experiencing an error. 14. Which type of testing is used for the following conditions minimum, minimum-1, maximum, maximum+1? a. Boundary value analysis testing 15. Why is Black Box Testing used? a. It does not require any knowledge of internal design or code 16. Why do the following best practices refer to? i. Set up initial environment ii. Analyse results iii. Standard of test code should be as high as product code a. Application programming interface(API) Testing 17. Which scenario does Equivalence Partitioning testing work most effectively in? a. With a range or well defined set of values 18. Which stage of testing are Use Cases most effectively used in? a. User Acceptance Test(UAT) 19. Which component(s) of a decision table form a business rule?

a. Conditions and actions 20. Which is one of the benefits of state transition table testing? a. It shows situations that cannot or should not happen, in addition to regular situation. 21. Which type of black box testing are the following guidelines used for? i. List all conditions ii. List the possible actions iii. Calculate possible combinations iv. Check for redundant and inconsistent rules a. Decision table testing 22. How is equivalence partitioning testing performed? a. By grouping lie values according to inputs, outputs and behaviours 23. Another name of black box testing? a. Functional testing 24. What is equivalence partitioning? a. It is a technique used to identify a single test condition to evaluate the behavior of like values. 25. The following diagram should which type of testing

a. Boundary Value Analysis testing 26. When is API applied to testing a web application intended to work on different browsers? a. When cross platform API testing is performed. 27. Which testing technique is excluded from white box testing? a. User interface testing 28. What are the optimal conditions for automation testing? a. When the application is stable. 29. Which of the following is the most important artifact of white box testing a. Code 30. A variable is created for testing purposes. It may have its value changed or used in a controlling expression several times before being destroyed. This concept of white box testing is related to which test design technique? a. Data life cycle 31. Given the following requirement for a banking application. The status of a savings account should change from active to dormant if that account is not accessed for six months Which technique should be used to test this requirement? a. State Transition testing 32. Given the following tabular representation of an application

Which test design technique should be used to test the table? a. State Transition 33. Which statement defines statement coverage testing? a. It checks for all possible inputs and outputs to the user interface

34. The tester performs the following steps to check the functionality of an interactive voice response(IVR) application used by a customer care organization. Step1: use a unit of code which invokes the IVR functionality. Step2: Pass the test input through the unit of code. Step3:Verify the data in the database for the results. a. Application programming integration testing 35. A Development team completes code development. Test cases are provided to the developers for testing the code. Which testing stategy is being used in this situation? a. White box testing 36. Which aspect of an application is tested by White Box testing? a. Design

37. Given the following requirement? which test design technique should be followed to test this requirement a. Condition coverage and decision coverage. 38. A white box tester with high coding skills has to test 100 lines of code(LOC)for a new project. The tester does not have enough time to do a thorough testing of the LOC. Which test design technique should the tester use the complete this task effectively in a short period of time? a. Code Coverage Testing 39. Which testing type can Test Automation not be used for? a. AdHoc testing 40. A testing team is planning to automate test cases that are currently manually executed. In which type of testing should the test cases be automated to gain maximum benefit in terms of cost and time? a. Regression testing. 41. Which of the following is the best way to test the following requirement. The application needs to support a customer volume of 70,000 user logins per hour a. Performance testing 42. In an online assessment, total marks for each exam is 100. Given the following requirement for the

online assessment tool which test design technique should be used to test this requirement? a. Code coverage testing 43. What does code coverage measure? a. The degree to which the source code has been tested 44. What is data flow testing made up of? a. Static and Dynamic testing 45. What is the purpose of control flow testing a. To test unstructured code 46. What is the fifth level of code coverage when givenfunction, branch, condtion/decision and multiple condition? a. Statement 47. Which types of defects can be found using white box testing?

a. Errors in systems 48. What is grey box testing? a. A Combination of black box and white box testing 49. What is the weakest form of code coverage? a. Statement 50. What is an attribute of white box testing a. It aims to cover all the code 51. What is a limitation of white box testing a. Testers require detailed programming knowledge 52. Which type of testing will most product testers rely on? a. Black box testing 53. What is data flow testing used for? a. To detect improper use of data values due to coding errors 54. Which state of the V-model does white box testing usually happen in? a. Component test 55. What is white box testing also referred to as? a. Clear box testing 56. What is an advantage of Grey Box testing? a. It is non-intrusive testing 57. What is a characteristic of a process block? a. Program statements are executed sequentially from beginning to end. 58. In a project, the application has multiple modules and the same test cases are uses for testing at regular intervals. Which action should the testers perform to save time and costs while executing the application? a. Create automated test scripts. 59. Which application lifecycle management(ALM) tool is used to support test planning tasks for testing deliverables a. Rational Test Manager 60. What is the logical sequence of various phases of test management? a. Planning>organizing>authoring>execution>reporting 61. How does the test management tool help a tester with test cases? a. It helps to organize the naming conventions for each test case. 62. Which statement about generating test cases is NOT true? a. Test cases should contain both valid and invalid conditions 63. When capturing information about the state of the application being tested for script automation, how do you check or the subsequent cycles? a. Insert a verification point. 64. What document would not be referenced when creating a test script? a. Design documents 65. What is a limitation of keyword driven testing? a. The time it takes to set up the initial framework 66. What is not an automated scripting technique? a. Maintainable scripts 67. What is found in the 6 stages of test automation a. Entry criteria

68. Which step mush a tester take with the test conditions and expected results in order to write successful test scripts? a. Refine 69. What would be the most effective testing technique to use when required to run the same test with many diff values? a. Data driven testing 70. Which statement describes automated testing? a. Automation is effective for regression testing 71. What should be included in scripts to make the work easier for both the current and future testing teams a. Comments 72. What is not an advantage when using tools for scripting in manual testing? a. The scripts are modular in nature 73. What is one disadvantage of automation. a. Needs stable code 74. What is a limitation of data driven testing? a. Effort to maintain data files could be very high 75. What should expected results be closely aligned with? a. The database and requirements 76. When selecting criteria to automate manual scripts, testers should look for critically, repetitivemess, tediousness and which other characteristic? a. Time consuming 77. What is scripting? a. A set of instructions designed to achieve a specific goal. 78. When ordering a land line connection, the user should till in all mandatory fields of the submit request page. Once the request has been successfully submitted, a telephone number is created and appears on the screen. The testing team is using a functional automation tool. What should be the scope for automation testing? a. System and regression testing. 79. Fifty regression test cases are scheduled to be run un-attended and the scripts started executing at the scheduled time. When the tester checked the status of execution, it was discovered that all scripts has failed. What is the first thing that the tester should validate to analyze the cause of the failure of the test scripts. a. Test environment. 80. What is the fastest and easiest way to test the following requirement for this release and the releases that follow? the application must allow a user to put multiple items into their shopping cart. a. AdHoc testing 81. In a life science project, one of the modules enables capturing the mouse and keyboard operations with respect to window co-ordinates. Which recording mode should be used to test this requirement in QTP? a. Analog 82. A tester is automating the test cases for an online money transfer module. In the module there is a wait time between objects. Which feature is used in the QTP tool to capture the wait time? a. Synchronization.

83. Test scripts are uploaded for complex test scenarios in a test management too. What is the best practice that the owner of the test scripts should follow to make the information and goal of the script available to anyone who wants to execute the test scripts? a. Provide a brief summary of the test script in the comments 84. Workbench consists of test projects which contains the test scripts. Which testing tool will have workbench as a option for the work area> a. Rational functional tester 85. An online banking application schedules releases every 2 months. Regression testing is performed on the application before doing the UAT. The test team uses RFT and load runner tools for testing the application. The application works well on 100 users at a time. Which automation tools should be used for executing the test case? a. Use RFT for regression testing and load runner for performance testing. 86. The testing team is automating some test cases so they can be used in multiple projects. To automate the test cases, the testing team is designing the framework. What is the benefit of designing a framework across multiple projects. a. Portability. 87. Which testing processes are performed in the RFT? a. Test recording, test editing, test execution, and results analysis 88. After logging into an online banking application site. ---- Select the YES radio buttom after clicking the hyperlink which action should the tester perform before running the automated script to verify if the radio button is selected or not? a. Insert a standard checkpoint. 89. A tester has created test scenarios for an online banking application. The test scenarios are recorded using QTP. Where should the tester view the description tree of steps performed while recording the scenarios? a. Keyword view

90. a. Test only the first requirement by using QTP automation. 91. The testing team in an organization is planning to implement a test management tool. What should be the structure of testing team for implementing the test management tool a. There should be a mix of tool and domain expert testers. 92. Test scripts have been created using QTP. A tester Is executing the scripts from the desktop that is connected to a quality center server located at a different geographical location. Where should be the results be stored to get the reports of the execution status? a. Quality center 93. Tester has created automation test scripts by using functional testing tool. Where should the tester upload the automated test scripts to ensure that other testers across the test scripts and execute then. If required? a. Test management tool.

94. a. Call the log in action from the first scenario. 95. In QC what is the complete flow of the valid defect that has been raised until that defect is closed

a. New>open>assigned>fixed>retest>closed 96. The tester has to execute 10 iterations on a telecom application for generating 10 different customers, each having a unique telephone number. The tester executes the scenario using the Vuser component of Load runner. Which feature should the tester configure in Vuser to control the time between iteration? a. Number of users

97. a. Test the first requirement under functional testing and second as non-functional testing. 98. To get the account summary in an online banking application, the user needs to log into the application and click my account tab. What is the name of the time elapsed between the user logging into the application and clicking my accouont tab? a. Think time 99. Which tool should be used for managing test cases, test execution, and defect tracking purposes? a. Rational test manager 100. A telecom product includes a number of applications. The product is updated with new features frequently and the updated product is released every 2 months. Before releasing the product, regression testing is done. For a particular release, 500 test scripts are identified for regression testing. To complete an end-to-end scenario test, all the applications should launch properly. What should be automated to reduce time spent in checking if the applications are launched properly? a. Regression testing of all applications 101. A telecom company releases an updated verson of its product every two months containing defect fixes since the last release. The code is deployed in the test environment for validation. In this current small incremental release, only 3 small defects have been fixed. Which type of testing should be conducted. a. Automated testing for the complete release 102. What is not a characteristic of the IBM Rational Requisite Pro? a. It records testing metrics for each cycle. 103. Which four aspects of test management are covered by Clear Quest Test Manager? a. Planning, authoring, execution, and reporting 104. Which function is not used in the test and deploy stage with ration clear quest? a. Refine test requirements to meet exit criteria 105. What is one of the categories that requirements are organized into when using ration requisite pro? a. Document types 106. Which component is part of the issue life cycle? a. State transition table. 107. Which rational tool is used to create and modify the business requirements? a. Rational requisite pro 108. Which project metric must a project manager monitor? a. Trends 109. What can clear quest test manager be used for? a. To create test cases, iterations and users. 110. What is not an attribute of the traceability matrix? a. It ties technical functions to business functions.

111. Plan and analyze, design and build, test, deploy and environment are all parts of which Accenture delivery tool(ADT)? a. Application life cycle management 112. What is the IBM rational Clearquest system used for? a. To track and manage all types of change requests. 113. Which view type for rational requisite pro goes along with the attribute matrix view and traceability matrix view? a. Traceability tree view 114. What is provided by the Accenture delivery tool (ADT) workbench? a. ADT Server tools 115. Where do rational manual tester, rational functional tester and rational performance tester report back to in test management and test execution? a. Clearquest test manager 116. Which rational clear quest option can be used when communicating real-time project status? a. Email notification.

You might also like