Does we use Classes and methods in realtime..?How wud we
access methods in a class..?Thanq Guys..!
Answers were Sorted based on User's Feedback
Answer / hemakumar.m
Class add
Public sub display()
msgbox "message"
End Sub
End Class
Set a=New add
a.display()
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shamsher singh
Yes we can use classes and methods in realtime. we can
create classes and methods in classes and linked object with
these classes and use methods.i.e.
Set <Object_name>= createobject(Progid)
| Is This Answer Correct ? | 0 Yes | 0 No |
how can we handle exceptional handling in qtp
How many types of recording facility are available in quicktest professional?
how to test load test and block box testing an a web based application pls give ans briefly
anyone can explain about "Smart Identification" in QTP. what is the use of "Smart Identification" ???
How to Parameterize Object repository in QTP?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Syntax for how to call one script from another and Syntax to call one "Action" in another?
HO DO U CALL A ACTION?
str="QTP AUTOMATION TESTING" here how many T are there in the str finally i want to display the T
What is the difference between driver-script and AOM-script?
Explain the difference between call to action and copy action?
How we can add objects to the object repository during the running?is it possible or not?explain