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 |
How to get Traceability matrix from TD?
What is difference between the For..Next and While..Wend statements?
where the check points are stored ?
How to find given string is palindrome or not without using strreverse() function?
Which function is used to accesses the Properties from Repository Pls anybody can give the answer.. Thanks in advance...
What are associated files in QTP?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
How do you convert manual test cases to automated test cases?
how can we perform web datatable operations on webpages(Like rowcount,col count,cell data)?
How to database testing by manualy?in my db having 100 records when i am retriving the data from db it shows in frent end 30 records how to find bug using QTP?plz Exp realtimers (Chandana)
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.