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

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

  1. True

  2. False


Correct Option: A

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

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

  1. True

  2. False


Correct Option: A

What the symbol represent?

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

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.

In which command can you associate a function library to a test?

  1. Run Options

  2. Test Settings

  3. View Options

  4. Function Definition Generator


Correct Option: B

AI Explanation

To associate a function library to a test, you can use the "Test Settings" command.

Option A) Run Options - This option is incorrect because the "Run Options" command is used to configure the test execution settings, such as the test iteration count and the test execution order.

Option B) Test Settings - This option is correct because the "Test Settings" command allows you to configure various settings related to the test, including associating a function library.

Option C) View Options - This option is incorrect because the "View Options" command is used to configure the display settings within the testing tool, such as the font size and color scheme.

Option D) Function Definition Generator - This option is incorrect because the "Function Definition Generator" is not a command typically used to associate a function library to a test. It is more likely a tool or feature provided by some testing frameworks or IDEs to generate function definitions based on a specific input.

Therefore, the correct answer is B) Test Settings because it allows you to associate a function library to a test.

  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.

- Hide questions