How can we retrieve the links from a web page where links
are dynamically changing(for eg take a online shopping
website) and then we have to click on all the links present
in the webpage and go to the repective pages and again come
back to the first page..
Answers were Sorted based on User's Feedback
Answer / vikas pokharkar
When the links are dynamically changing , you can not use
the name of the link to recognize the object since its
changing frequently . Instead use the properties of link
object which are constant . For.e.g. href
So if you are using object repository - Go to OR,select the
link object,click on "Add/Remove" . Uncheck the "name"
property. Check the "href" property . Save the changes . So
the object will be recognized by its href rather than
name .
| Is This Answer Correct ? | 2 Yes | 0 No |
is qtp 9.2 create the scripts with the application run on mozilla firefox browser?
how will load the object during runtime?
When The Low Level Recording is Used in QTP
why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..
Shared Object Repository is preferable while dealing with dynamic objects ok? descriptive prog also same? ok but why descriptive?(only for w/o application)
How to recognize and read data from pdf file using Descriptive Programming in QTP?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
What are the versions of qtp,What are the differences b/n them?
Explain xml checkpoints.
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.
What type of automation frame work you are using?and why?