whaht is the difference between CLASS & OBJECT?
Answer Posted / pravati
class is the property of an object but object is the component of an application or software.
u can spy the object and will found the class in properties
Ex:when u spy Webbutton u can find class property is button
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Did the scripts need lot of maintenance? If yes, why?
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
How many number of actions possible in qtp?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
what is keyword driven testing in qtp?n how is it useful?
What is the extension of the recovery scenario file in qtp?
how can we do the frame work in qtp
Write a script to verify font style and color of a windows object using descriptive programming
How do client side image and server side image work?
How to open a new test using quicktest professional?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
What is difference between run time object and test object?
How can I change object description or check point values in qtp?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
how will load the object during runtime?