we have a link in a website or webtable How can we record
link in that table or site? link is not static we don't
know exact location of that link? how ? if u know pls give
reply with script also?
Answer Posted / akshay soni
for a website
bro=""
url=""
set desco=description.create
desco("micclass").value="link"
with browser("title:=give respctive browser title name")
set lis=page("title:=give respctive browser title name").childobjects(desco)
ls=lis.count
for i=0 to lis-1 step 1
x=lis(i).getroproperty("name")
y=lis(i).getroproperty("url")
print(x&" "&y)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the basic concept of quicktest professional (qtp)?
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
How to run a test using quicktest professional (qtp)?
What is Port testing. Whhen will you perform?
What r the different filters in defect in quality center
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
what is keyword driven testing in qtp?n how is it useful?
breef description of batch testing ?
When using descriptive programming?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
How do you open adobe acrobat file in QTP and do some testing on that file ?
What is qtpro?
What do you to script when objects are removed from application?