Tag: testing

Questions Related to testing

Breakpoints can be set in the script, to make Quick Test pause script execution, at desirable statements in the script. State true or false

  1. True

  2. False


Correct Option: A
  1. perform any OS operations

  2. perform any script activities

  3. perform any file system related activities

  4. No such object supported in Quick Test


Correct Option: C

Watch tab of debug viewer

  1. can be used to watch only simple variables

  2. can be used to watch all simple variables and most of the object properties

  3. displays all the variables encountered during the script execution runtime

  4. cannot be used to watch simple variable values


Correct Option: B
  1. the query issued

  2. the result returned from the issued SQL query

  3. the connection string

  4. a reference to the connection object


Correct Option: B

Connection string issued to every data base will remain constant, irrespective of the database. State true or false

  1. True

  2. False


Correct Option: B

) Navigational methods like MoveFirst, MoveLast, MoveNext, MovePrevious are the methods supported by the connection object. State true or false

  1. True

  2. False


Correct Option: B

What is the flag used to mark end of the data you retrieve from a resultset?

  1. EOD(End of Data)

  2. EOR(End of RecordSet)

  3. EOF(End of File)

  4. No such flag


Correct Option: C