Tag: testing

Questions Related to testing

A test frame stores which of the following?

  1. A list of all objects on the home page, such as HtmlImage, HtmlText, HtmlLinks, etc

  2. Testcases to execute.

  3. Commentary information

  4. An object of class BrowserChild window that holds application home page.


Correct Option: A,C,D

How many default testplan attributes are there?

  1. 5

  2. 3

  3. 1

  4. 4


Correct Option: B
  1. print([int] 100 )

  2. print (Val("100"))

  3. iTemp = INTEGER(100)

  4. INTEGER iTemp = Val ("100")


Correct Option: D
  1. 4GL

  2. 4 Test Script

  3. VB

  4. VBScript


Correct Option: D
  1. Group test

  2. Batch run

  3. Batch Test

  4. Common test


Correct Option: C
  1. Recovery scenerio

  2. Recovery types

  3. Exception handler

  4. onexit


Correct Option: A

Which method is used for synchronization

  1. wait

  2. waitproperty

  3. sleep

  4. getproperty


Correct Option: B
  1. Agile software development

  2. dynamic software development

  3. RAD

  4. PAD


Correct Option: A
  1. code-driven testing

  2. Event - driven Testing

  3. Data-driven testing

  4. Key - driven Testing


Correct Option: C