0

testing Online Quiz - 125

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

To Use low level recording, what must you do first?

  1. Start a new Test

  2. Be in the Keyword View

  3. Be recording in the normal mode

  4. click low level recording


Correct Option: C

What are the available environment variables types?

  1. Buil-in

  2. User-defined

  3. User-function

  4. Buil-in,User-defined


Correct Option: D

When a test run in updated mode,what is updated?

  1. The Test results

  2. The object desciptions

  3. The action name in the Tests

  4. The logical names in the Tests


Correct Option: B

If you are typing in expert view and you type an object followed by dot,What does Quick test Display?

  1. Nothing

  2. The Arguments of the Objects

  3. Methods and properties of the objects

  4. The child objects and methods for that objects.


Correct Option: D

It is possible to do the Requirement mapping from Test plan module?

  1. True

  2. False


Correct Option: A

We can switch from one project to another project is QC?

  1. True

  2. False


Correct Option: A

What is the short key for raising new defect in defect module?

  1. CTRL + N

  2. ALT +N

  3. SHIFT+N

  4. CTRL+SHIFT+N


Correct Option: B

How many different status of test scripts are there?

  1. 3

  2. 4

  3. 5

  4. 6


Correct Option: C

We can link the Defect from the Test Lab module?

  1. True

  2. False


Correct Option: A

It is possible to do the Requirement mapping from Test plan module?

  1. True

  2. False


Correct Option: A

We can switch from one project to another project is QC?

  1. True

  2. False


Correct Option: A
  1. New Design step

  2. New Requirement

  3. Delete Requirement

  4. Delete Design step


Correct Option: B

What is the short key for raising new defect in defect module?

  1. CTRL+SHIFT+N

  2. CTRL + N

  3. ALT +N

  4. SHIFT+N


Correct Option: C

How many different status of test scripts are there?

  1. 3

  2. 4

  3. 5

  4. 6


Correct Option: C

Identify the recording mode, by which you can record the non-standard object in QTP

  1. Identify the recording mode, by which you can record the non-standard object in

  2. Analog recording

  3. Low level recording

  4. None


Correct Option: B

AI Explanation

To answer this question, you need to understand the different recording modes in QTP (QuickTest Professional) and their capabilities.

Option A) Identify the recording mode, by which you can record the non-standard object in - This option is not a specific recording mode. It is a statement that is incomplete and does not provide any information.

Option B) Analog recording - This option is the correct answer. Analog recording is a recording mode in QTP that allows you to record and simulate user actions on non-standard objects. Non-standard objects are objects that are not recognized by QTP's standard test object recognition mechanism. With analog recording, you can record and play back mouse movements and keystrokes on non-standard objects.

Option C) Low-level recording - This option is incorrect. Low-level recording is a recording mode in QTP that allows you to record at the object's level, capturing and replaying low-level operations performed on an application's objects. It is not specifically designed for recording non-standard objects.

Option D) None - This option is incorrect. It implies that there is no recording mode available in QTP that can record non-standard objects. However, as mentioned earlier, the correct recording mode for recording non-standard objects is analog recording (Option B).

The correct answer is Option B) Analog recording. This option is correct because it specifically allows you to record and simulate user actions on non-standard objects in QTP.

By default, how many no of tables would be there in a script?

  1. One

  2. Two

  3. Three

  4. Four


Correct Option: B

AI Explanation

To answer this question, let's understand the concept of tables in a script.

In a script, there can be multiple tables that are used to store and organize data. However, by default, there is usually one table created when a script is initialized.

Option A) One - This option is incorrect because although there is typically one table by default, it is not the only table that can be present in a script.

Option B) Two - This option is correct because by default, there is usually one table created when a script is initialized. Additionally, there may be another table created for specific purposes or based on the requirements of the script.

Option C) Three - This option is incorrect because there is typically only one table created by default in a script. Additional tables may be added as needed, but they are not created by default.

Option D) Four - This option is incorrect because there is typically only one table created by default in a script. Additional tables may be added as needed, but they are not created by default.

The correct answer is Option B) Two. This option is correct because by default, there is usually one table created when a script is initialized, and there may be another table created for specific purposes or based on the requirements of the script.

The file extension of Local object repository file is

  1. .MTR

  2. .TSR

  3. .QRS

  4. None


Correct Option: A
  1. Run Options

  2. Test Settings

  3. View Options

  4. Function Definition Generator


Correct Option: B

Parameterization generally involves

  1. Data table

  2. Random Number

  3. Environment

  4. All of the Above


Correct Option: D
Explanation:

To answer this question, the user needs to know what parameterization is.

Parameterization is the process of defining an algorithm or function in terms of one or more parameters. These parameters can be manipulated to achieve different results without modifying the algorithm or function itself.

Now, let's go through each option to determine which one(s) are involved in parameterization:

A. Data table: Data tables are often used in parameterization to provide input data for a test script. By using a data table, we can easily modify the test data without changing the script itself. Therefore, option A is correct.

B. Random Number: Random numbers can also be used in parameterization to provide different inputs to a test script each time it is run. By generating random numbers within a certain range, we can test the behavior of the script under different conditions. Therefore, option B is correct.

C. Environment: The environment in which the test script is run can also be a parameter. By changing the environment, we can test the behavior of the script under different conditions. Therefore, option C is correct.

D. All of the Above: This option is correct, as all of the above options are involved in parameterization.

Therefore, the answer is: D.

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
- Hide questions