how will check the links in multiple pages at a time
Answers were Sorted based on User's Feedback
Answer / bfakruddin
Here, at a time means what?
Can you check Yahoo,Google,Rediff at a time?
QTP will get information as per your script...!
You can do it in one script for multiple pages
by using description.create, we can get all the links in one
page after that open onemore or invoke if it is already
opened and again use the previous code (description.create)
for links and get the links from that page.
If you want me to give the code, I will give you....!
| Is This Answer Correct ? | 1 Yes | 1 No |
Explain the concept of how quicktest professional (qtp) identifies object?
how to create external data table?
How do we connect QC by using QTP?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
how to get the data from a winedit box in vb scripting and store it in a variable if data contains "_"(i.e data is TEST_1)
3. Anyone pls tell me as many points as possible for this question? what r the things to take into consideration before automating an application like; a). Identify whether the tool supports the appln or not. b). When there is lot of retesting and regression testing. c). ROI. d). When there is a need for running same script for multiple datas, etc. e). ---- f). --------- Pls give me more points.
How the exception handling can be done using quicktest professional?
How to execute a WinRunner Script in QTP?
what is compiled module?
Difference between image checkpoint and bitmap checkpoint
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
If we write a script in the expert view how are the objects created in the object repository? to be clear i will explain my problem first i have recorded the mercurytours application by providing the link www.mercurytours.com and all the objects are stored in the object repository ok this is fine. but i have copied the script generated in the above processes and pasted in a new test and tried to run that script but as the objects were not stored in the object repository it showed an error (The "Welcome: Mercury Tours" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object).so how can i overcome that error