Tag: testing

Questions Related to testing

Which of the following is NOT a standard related to testing?

  1. IEEE829

  2. IEEE827

  3. BS7925-1

  4. BS7925-2


Correct Option: B

which of the following statements are true?

  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

Which of the following is not the integration strategy?

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

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

Which method is used to get all objects located within a specific parent or only those that match some criteria for programmatic description

  1. Set

  2. Property Object

  3. Count

  4. ChildObjects


Correct Option: D