An Object Repository which is currently opened by another user is locked. It is not possible to merge a locked object repository.
True
False
How do you convert the string to upper case?
UpperCase
UpCase
UCase
Upper
What statement will end execution of current action?
Exit
ExitAction
Exit Action
Exit Now
What method is used to extract a cell value from a webtable if you know row number and column number?
CellData(Row, Column)
TableCellData(Row, Column)
CellDataValue(Row, Column)
GetCellData(Row, Column)
VBScript classes are supported by QTP?
Which of following statement is true while instantiating a VBScript class.
CreatePage = New Pages
New CreatePage = Pages()
Set CreatePage = New Pages
Dim CreatePage = New Pages
What is number of parameters required for using Reporter.ReportEvent statement.
2
3
4
0
What is method to count number of rows in a WebTable.
Rows
RowCount
GetRows
None of the above.
Which interface used for event handling in echo2
ActionEvent
ActionListener
ApplicationInstance
None of the above
Following method exports a specified sheet of the run-time Data Table to the specified file.
DataTable.ExportSheet
DataTable.Exports
DataTable.Export
All of the above.