How Exactly we can find out the INDEX No. of any object of
an application when we test that application in QTP? Explain
this by giving me the example of all LINKS of G-Mail
(including home page, User-account page and all possible
pages you ever seen in G Mail)?????? and if your answer is
that as per appearance of objects(LINKS) in application we
can find out the index number in application then tell me
how you find out which object(LINK) having INDEX No. 1,2,3
and so on and how you say which object(LINK) is appeared
first and which is last?
Answer Posted / shashank
Hey Buddy!!!!!!!!!!!!!!
i want to know the possible method to find out how index no.
is recognize by qtp as per appearance of object in
application and you just explain to declare a object there
property and method with the help of descriptive
programming............
that's not my question........
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How to handle the exceptions using recovery secnario manager in quicktest professional?
How to find the name of the machine where you are running your automation scripts in qtp?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
How would you directly trigger javascript in a test?
How to execute a winrunner script in quicktest professional (qtp)?
Name the different types of recording modes?
Step 3&4 are repeated until an the object in recognised uniquely.
How many types of recording modes in qtp? Which will be used when?
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
What are the views available in quicktest professional?
What are the advantages of a Hybrid framework?
How will you check a web application for broken links using qtp?
What is the script for database check point, bitmapchek point, regular expression ?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?