Tag: testing

Questions Related to testing

Which step categories can be added using the Step Generator Tool?

  1. Test objects

  2. Utility objects

  3. Functions

  4. Default object types


Correct Option: A,B,C

AI Explanation

To answer this question, let's go through each option to understand which step categories can be added using the Step Generator Tool:

Option A) Test objects - This option is correct because test objects can be added using the Step Generator Tool. Test objects refer to the various elements or components of the system being tested, such as buttons, fields, dropdowns, etc.

Option B) Utility objects - This option is correct because utility objects can also be added using the Step Generator Tool. Utility objects refer to objects or elements that are used for support or auxiliary purposes in the testing process, such as data files, configuration files, or log files.

Option C) Functions - This option is correct because functions can be added using the Step Generator Tool. Functions refer to the predefined actions or operations that can be performed on the test objects or utility objects, such as clicking a button, entering text in a field, or reading data from a file.

Option D) Default object types - This option is incorrect because the Step Generator Tool does not provide the option to add default object types. Default object types refer to the standard or built-in objects that are available in the testing tool or framework.

Therefore, the correct answer is A, B, C. These options are correct because test objects, utility objects, and functions can be added using the Step Generator Tool.

Which of the following deals with legally binding promises made in exchange for appropriate consideration?

  1. Contracts

  2. Copyrights

  3. Patents

  4. Torts


Correct Option: A

Which of the following documents would NOT be used as requirements against which an auditor would conduct an evaluation of compliance and/or conformance?

  1. A tailored process

  2. A coding standard

  3. A requirements specification

  4. A quality record


Correct Option: D

Which of the following metrics is LEAST LIKELY to be used as a measure of process capability of the system test execution process?

  1. Phase containment

  2. Defect detection efficiency

  3. Test case execution cycle time

  4. Test case defect density


Correct Option: D

The valid inputs for field on a web site form are character strings from 5 through 25 characters in length. Test cases to perform boundary testing on this input would include valid character strings of:

  1. 0, 10, and 30 characters in length.

  2. 4, 5, 25 and 26 characters in length.

  3. 5, 6, 24 and 25 characters in length.

  4. from 5 to 25 characters inclusively.


Correct Option: B

The role of a software configuration management change management tool would include:

  1. tracking the statuses of defect reports as they are worked to resolution.

  2. automating the software build processes and running automate test scripts.

  3. establishing, maintaining and managing the various configuration libraries.

  4. relating versions of configuration items to other items in the same baseline.


Correct Option: A

It is possible to copy data pools from one project to another.

  1. True

  2. False


Correct Option: A

Which Java method advances the data pool cursor to the next row in the data pool ?

  1. dpMoveCursor()

  2. dpNext()

  3. dpNextRow()

  4. dpMoveNext()


Correct Option: B