How to get Links count in an web application,without
descriptive programming?
Answer Posted / sudhir
Hi Friends ,
Above Ans #5 gives syntax mismatch error.
Find below correct code.
set odesc=description.create()
oDesc("micclass").Value = "Link"
set lists=browser("Welcome: Mercury Tours").page("Find a
Flight: Mercury").childobjects(odesc)
counter=lists.count
msgbox counter
for i=0 to counter-1 step 1
name=lists(i).getroproperty("name")
msgbox name,0,"curren link is"
Next
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
How to record application running on the Virtual machine?
How to carry out bit map check points in QTP
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
Explain runtime dynamic settings?
How do you create new test sets in td?
How the exception handling can be done using quicktest professional (qtp)?
How many types of recording facility are available in quicktest professional?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
Explain the features and benefits of quick test pro(qtp)?
How to create a standard checkpoint ?
How software tester can use constants and variables in scripts?
What is the use of an object spy tool in qtp?
How can you identify the browser and its information using QTP script?