Tag: testing

Questions Related to testing

  1. The goal / purpose of testing is to demonstrate that the program works.

  2. The purpose of testing is to demonstrate that the program is defect free.

  3. The purpose of testing is to demonstrate that the program does what it is supposed to do.

  4. Testing is executing Software for the purpose of finding defects.


Correct Option: D
  1. Top down

  2. Big-bang

  3. Bottom up

  4. Functional incrementation


Correct Option: B
  1. i & ii are true, iii, iv & v are false

  2. ii, iii & iv are true, i & v are false

  3. ii & iv are true, i, iii & v are false

  4. ii is true, i, iii, iv & v are false


Correct Option: C
  1. .pln files

  2. .vbs files

  3. .ini files

  4. .t files

  5. .opt files

  6. .qfl files


Correct Option: A,C,D,E
  1. Document Object Method

  2. Document Object Model

  3. Descriptive Object Model

  4. Descriptive Object Method


Correct Option: B
  1. SilkTest component that receives testing commands from the SilkTest Host and interacts with AUT (Application Under Test) directly.

  2. SilkTest Agent usually runs on the same machine where AUT is running.

  3. Agent cannot be classified.

  4. SilkTest component that receives testing commands from the SilkTest Host and interacts with AUT (Application Under Test) through DOM.


Correct Option: A,B