how do check the links in a webpage ?
Answers were Sorted based on User's Feedback
Answer / hemanth baabu
For Ex..
"oDesc is the new descrption"
"objlink" is the object which we save alla the links..,
then..,
ex.prm:-
Set oDesc = Description.Create()
oDesc("micclass").Value="Web Link"
Set objlink =
Browser("micclass:=Browser").Page("Browser:=Page").Childobject(oDesc)
NumberOfLinks = objlink.count
msgbox NumberOfLinls
then in msg box the number of links will be opend..,
as per my knowlwdge this is the answer...
thanks®ards
hemanth baabu..!!
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / bfakruddin
exp="Link Name" '''
' You can get LINK Properties from any where.... Like
passing parameter value from external source like
DataTable, Environmental Variables, Externally
using "inputbox", etc.,
dim des
set des=description.create
set lnk=browser("...").page("...").childobjects(des)
for i=0 to lnk.count-1
act=lnk(i).getroproperty("outerhtml")
'act=browser("....").page("....").link("...").getroproperty
("outerhtml")
if (exp=act) then
reporter.reportevent micpass,"Link is found","Test is
passed"
End For
else
reporter.reporterever micFail,"Link is not found","Test is
Failed"
End if
Next
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prashant
You can check it using
?if obj_ChkDesc(?html tag?).value = empty then?
If it is wrong tell me...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / abhesheke
it is even possible with page check point i feel
correct me if i am wrong
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deven mehta
Set desc = description.Create
Desc(“micClass”).value = “Link”
Set obj_link = Browser(“creationtime:=0”).page
(“title:=.*”).childobject(desc)
Msgbox obj_link.count
Datatable.globalsheet.addparameter”Link_Google”,”
For I=0 to obj_link.count –1 step 1
Datatable.setcurrentrow(I+1)
‘datatable(“Links_google”)=obj_link(i).getroproperty(“name”)
If NOT strcomp(datatable(“Link_Google”).obj_Link
(i).getroProperty(“name”) = 0 then
Reporter.reporterevent.micfail.”google_page”.datatable
(“Links_Google”)&”Not found”
End if
‘Mesbox obj_link(i).getRoporperty(“name”)
Next
‘Datable.export”C:\google_links.xls”
| Is This Answer Correct ? | 0 Yes | 0 No |
Checkpoint all ways matches the test time properties withe
the run time properties. Images and links in the
application are checked by using page checkpoint. But when
recording you need to wait until the page loads fully. If
the page is not loaded fully, after we applied the
checkpoint it'll fail because it'll recognise only few
images and links that are loaded in the application before
the recording.
| Is This Answer Correct ? | 0 Yes | 1 No |
How many types of Recordings are there in QTP and what are they?
7 Answers Dangote, First Indian Corporation,
whenever a scenario is recorded ever, it creates a object repository automatically (‘per action’ /local ). we do not need to make them individually…then why we need a shared object repository. How it will be practically utilized ?? your input will be highly appreciated..
What type of VB script u had done in expert view?
what is meant by descriptive programming?
Hi i want to export the data from applicatioon to excel and later i want to import and use it for my scripts hoe can i do this?
WHAT ARE THE SHORTCUT KEYS IN QTP?
Plze let me know how you can validate in the QTP that printed documents is correctly printed or not ie how we can do the validation that all the records or text are printed successfully in the printed document as per the application format requuired.
Hoe we can export TEST RESUALT IN to XL-sheet?
Whenever we r keeping mouse pointer under the image we r getting image name. In qtp how can we do this thing.weather that name is coming or not?
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
When you open QTP, how many sheets you can see?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object