0

testing Online Quiz - 100

Description: testing Online Quiz - 100
Number of Questions: 20
Created by:
Tags: testing
Attempted 0/20 Correct 0 Score 0
  1. test planning

  2. test execution

  3. both

  4. none of the above


Correct Option: D
  1. Test plan is a contract between the testers and the project team and user describing the role of testing in the project

  2. Test Strategy is the plan for how you are going to run the test case

  3. The test plan should give information on software being tested, test objectives and risks and specific test to be performed

  4. Test planning can be started as soon as the time requirements definition starts


Correct Option: B
  1. Certain errors are not committed in programming process.

  2. No errors were committed in test execution.

  3. No errors were observed in current release.

  4. The new release contains only the fixes for previous release bugs.


Correct Option: A

Error guessing is best used:

  1. a)       after more formal techniques have been applied

  2. b)       as the first approach to deriving test cases

  3. c)       by inexperienced testers

  4. d)       after the system has gone live


Correct Option: A
  1. a. Automate if you can.

  2. b. Combine test cases.

  3. c. Designate some tests for periodic testing.

  4. d. All the above


Correct Option: D
  1. a. Characteristics of reported bugs

  2. b. Characteristics of the product

  3. c. Characteristics of the development process

  4. d. The outcome of testing


Correct Option: A
  1. to show that system will work after release

  2. to decide when the software is of sufficient quality to release

  3. to find as many bugs as possible before release

  4. to give information for a risk based decision about release


Correct Option: D
  1. Faults in program specifications are the most expensive to fix.

  2. Faults in code are the most expensive to fix

  3. Faults in requirements are the most expensive to fix

  4. Faults in designs are the most expensive to fix


Correct Option: C
  1. Design based

  2. Big-bang

  3. Bottom-up

  4. Top-down


Correct Option: A
  1. Static

  2. Tertiary

  3. Dynamic

  4. Both 1 and 3


Correct Option: D

The following is an example of Window(“Title:=Login”).Winedit(“Attached text:=Agent Name”).set “Sam”

  1. Dynamic DP

  2. Static DP

  3. None of the above

  4. Both 1 and 2


Correct Option: B

Which of the following is correct when we use descriptive programming in a script

  1. Programmatic descriptions for parent object and the child object is referred in Object Repository

  2. Programmatic descriptions for both parent object and the child objects

  3. Parent object is referred in Object Repository and the programmatic descriptions for child object

  4. None of the above


Correct Option: B,C

If the same programmatic description (Window (“Title:=Login”).)is used several times, then

  1. We can assign the object to a variable

  2. We can use With and End with statements

  3. We should use them every time

  4. None of the above


Correct Option: A,B

The following code – Set Myvar = Description.Create() is the way to use …… descriptive programming

  1. Dynamic

  2. Tertiary

  3. Static

  4. Both 1 and 3


Correct Option: A

In the following code – Set Myvar = Description.Create(), Myvar is known as

  1. Property Object

  2. Property Name

  3. Property Value

  4. Dynamic Property


Correct Option: A
- Hide questions