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
Explain quicktest professional (qtp) testing process?
If I give some thousand tests to execute in two days what do you do?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
How you can make an action as re-usable action?
describe some problems that u had with automating testing tool?
How to integrate the qualitycenter with qtp
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
What is meant by Output Value in UFT?
What is the expert view?
What is synchronization? What are the ways you can synchronize?
Diff b/w test scenario's and test Procedures?
Is it possible to call win runner script in qtp?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
when a test case is written how u test using qtp