whaht is the difference between CLASS & OBJECT?
Answer Posted / girishkumar
Ex: My application having ok button, 2 edit boxs, submit button, checkbox,radio button, cancel button,
CLASS:
in the above objects. we will decide the CLASS, Based on the similar kind of operations what we perform on the objects.
Ok,submit & Cancel buttons belongs to one CLASS.---click
2 Edit boxes belongs to one CLASS.----Enter the data
Radio button belongs to one CLASS.----select
checkbox belongs to one CLASS.---set
OBJECT: Components in the application is call it as OBJECTS.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
how interviews will be on QTP?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
what is the hierarchy to use properties in descriptive programming
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
What is QTP’s model for test creation?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
how will load the object during runtime?
What test cases can you automate using QTP?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
How does qtp identify the object in the application?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how