Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP Clarifications
#1
Not Solved
1. Which one is invalid?

A) Browser("Title:=Mercury Tours").Page("Title:=Mercury Tours").WebEdit("Name:=Author", "Index:=3").Set "Amit Kumar"

B) Browser("Index").Page(Desc1).Link(docu3)

C) Browser("Mercury Tours").Page("Title:=Mercury Tours").WebEdit("Name:=Author", "Index:=3").Set "Amit Kumar"

D) Browser("Title:=Mercury Tours").Page("Title:=Mercury Tours").WebEdit("Author").Set "Amit Kumar"


2. Exception Handling allows you to test positive and negative test data along with enabling you to handle exceptions.
1.True
2.False

3.When creating a procedure for use as a QuickTest Professional test object method, you will perform the following steps



A.Register the Procedure within an Object class.
B.Override an existing object method.
C.Unregistered the procedure.
D.All of the options

4.One of the advantages of creating a procedure is to override an existing Object method.

True

False

5.Exception Handling allows you to test positive and negative test data along with enabling you to handle exceptions

1. True
2. False

6.The______property is used to retrieve or assign data into a cell in the Data Table in QTP?


7.The _____ property is used to retrieve or assign data into a cell in the Data Table.



8.The _____ method is used to retrieve specific datasheets for further processing.

9.The______ are the methods of the TextStream object used for reading from the text file.

10.If a test has multiple steps to be executed for positive test data and only few steps for negative test data, the Exit statement can be used to terminate a process.

True
False

11.When creating a procedure for use as a QuickTest Professional test object method, you will perform the following steps

12. If you create a user-defined function manually and do not define the scope as Public or Private, it will be treated as a ..... function, by default.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)