How will u find that how many List boxes( and check boxes)
are present in one particular window
Answer Posted / venkatesh
Set oPageObject = Browser("browsername").Page
("pagename").Object
Set oTableObject = oPageObject.getElementsByTagName
("list")
iTotalTbl = oTableObject.length
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a checkpoint? How many check points are there in qtp?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
How to save your test using quicktest professional (qtp)?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
which type of testing process are you following in ur company? how to recognize a qtp page?
Hi All, How to get repeated word in string . Thanks Balaji
what is the difference btn risks & Therads in the Test plan documentation?
What are the challenges u faced in testing with crm domain? How u overcome with?
Plz Explain AUTOMATION REFERENCE MODEL?
what could go wrong with test automation?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
Where we use data driver in qtp?
What the differences are and best practical application of Object Repository?
How to use parameterization in qtp?