0

testing Online Quiz - 159

Description: testing Online Quiz - 159
Number of Questions: 20
Created by:
Tags: testing
Attempted 0/20 Correct 0 Score 0

WebEdit().Set "" in IE needs to be WebEdit().Set " " for Firefox.

  1. True

  2. False


Correct Option: B

DOM is totally different in FireFox compare to IE.

  1. True

  2. False


Correct Option: B

The standard request taken by FireFox are same as IE for QTP.

  1. True

  2. False


Correct Option: B

The pop-ups charecterstics are different comapre to IE with FireFox.

  1. True

  2. False


Correct Option: B

A script with low level recording in IE can be executed with FireFox?

  1. True

  2. False


Correct Option: B

Select the correct set of add-ins installed with QTP 9.2.

  1. Net, Web, Java

  2. Active X, Web, Plug-ins

  3. Active X, Visual Basic, Web

  4. Web, Visual Basic, SAP


Correct Option: C

QTP has ________ number of built-in toolbars.

  1. 4

  2. 6

  3. 8

  4. 10


Correct Option: C

For each object and method in an Expert View statement, a corresponding row exists in the Keyword flow.

  1. True

  2. False


Correct Option: A

Debug Viewer Pane consists of which three tabs?

  1. Watch, Record, Display

  2. Record, Command, Variables

  3. Display, Variables, Watch

  4. Command, Watch, Variables


Correct Option: D

Information Pane displays what kind of Information?

  1. Test name and author

  2. Syntax errors

  3. QTP license information

  4. Operating System


Correct Option: B

The ___________ is not accessible as a separate file

  1. Local Object repository

  2. Shared Object repository

  3. Both

  4. None


Correct Option: A

You can work on one or several functional libraries at the same time

  1. True

  2. False


Correct Option: A

Among the following, which statement instruct QTP to wait until an object exists

  1. Wait

  2. Exist

  3. Both A & B

  4. None


Correct Option: C

Which key is used to start a run session from a selected step?

  1. Ctrl+F5

  2. Alt+F5

  3. F5

  4. Shift_F5


Correct Option: A

Which of the following is likely to benefit most from the use of test tools providing test capture and replay facilities?

  1. Regression testing

  2. Integration testing

  3. System testing

  4. User acceptance testing


Correct Option: A

Error guessing:

  1. supplements formal test design techniques.

  2. can only be used in component, integration and system testing

  3. is only performed in user acceptance testing.

  4. is not repeatable and should not be used.


Correct Option: A

Which of the following is the best source of Expected Outcomes for User Acceptance Test scripts?

  1. Actual results

  2. Program specification

  3. User requirements

  4. System specification


Correct Option: C

AI Explanation

To answer this question, you need to understand the concept of User Acceptance Testing (UAT) and the different sources of expected outcomes for UAT scripts.

User Acceptance Testing is a type of testing performed by end users or clients to validate whether a system meets their requirements and is ready for production. During UAT, test scripts are created to simulate user actions and validate the system's functionality.

The best source of expected outcomes for UAT scripts is the User Requirements. User requirements are the specific needs and expectations of the end users or clients for the system being developed. These requirements outline the desired functionality, features, and behavior of the system from the user's perspective.

Option A) Actual results - This option is incorrect because actual results are the outcome of the system's execution during testing, not the source of expected outcomes.

Option B) Program specification - This option is incorrect because program specifications describe the technical details and implementation of the system, not the user's expected outcomes.

Option C) User requirements - This option is correct because user requirements are the best source of expected outcomes for UAT scripts. These requirements outline what the users expect the system to do and how it should behave.

Option D) System specification - This option is incorrect because system specifications describe the technical details and architecture of the system, not the user's expected outcomes.

The correct answer is Option C) User requirements. This option is correct because user requirements provide the necessary information to define the expected outcomes for UAT scripts.

A regression test:

  1. Will always be automated

  2. Will help ensure unchanged areas of the software have not been affected

  3. Will help ensure changed areas of the software have not been affected

  4. Can only be run during user acceptance testing


Correct Option: B

Alpha testing is:

  1. post-release testing by end user representatives at the developer’s site.

  2. the first testing that is performed.

  3. pre-release testing by end user representatives at the developer’s site

  4. pre-release testing by end user representatives at their sites.


Correct Option: C
- Hide questions