41) After running a test that contains both input and output parameters, where can the results of an output parameter be found?
* Local DataSheet
* Global DataSheet
* Run-time Data Table
* Design-time Data Table
42) If the Local Data sheet contains two rows of data, how many times will the action iterate, by default?
42) If the Local Data sheet contains two rows of data, how many times will the action iterate, by default?
* 1
* 2
* 3
* 5
43) How do you close the database session after examining the results of an SQL query?
* Call the ADO.Close function
* Use the close method for the RecordSet object
* Set the RecordSet and Connection objects equal to Nothing
* Use the close method for the RecordSet and Connection objects
44) By default, how does QuickTest pass arguments to the procedure?
ByVal
ByVal
ByRef
ByArg
ByRes
45) What does the ChildObjects method return?
* A Collection object
* A string true/false
* A Boolean TRUE/FALSE
* The number of objects matching the ChildObject description
46) How do you declare a constant?
* Dim statement
* Con statement
* Const statement
* Option Explicit statement
47) When a procedure is created in the Function Library editor, what is the extension on the file?
* INI
* TXT
* QFL
* VBS
48) What can you use to handle unpredictable testing exceptions?
48) What can you use to handle unpredictable testing exceptions?
* A Do Loop
* Recovery Scenario
* IFHEN statement
* Selectase statement
49) In which command can you associate a function library to a test?
* Run Options
* Test Settings
* View Options
* Function Definition Generator
50) What is created, by default, with each new action?
* Local Data Sheet, Global Data Sheet, Folder
* Local Object Repository, Local Data Sheet, Folder
* Global Data Sheet, Local Object Repository, Folder
* Local Data Sheet, Global Data Sheet, Local Object Repository
No comments:
Post a Comment