How to Test Dynamic links ?
Answers were Sorted based on User's Feedback
Answer / veeranki naveen goud
Dyanamic links can be handled by Child Objects concepts as
well.
set dynlink = description.create ()
dynlink ("mic class").value = "Link"
dynlink ("name").value = ".*"
dynlink ("name").RegularExpression = True
set linkcol = Browser("x").Page("x").childobjects(dynlink)
linkcol(index number)
Regards,
Veeranki Naveen,
Noida.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mercy
Dynamic links can be tested using Descriptive Programming
or using regular expressions when you are sure of the
pattern of the link.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / brahma
Using regular expression we can test the dynamic links
| Is This Answer Correct ? | 0 Yes | 5 No |
is it possible to change the date format like MM/DD/YY into DD/MM?YY through script in QTP
We have a text file which contains 1 to 100 numeric values sequentially like 1 2 . . 100 Now we have to count them and transfer to XML file by writing a code in qtp.
what is the difference between link and hyperlink?
How does QTP identifes the object in the application?
Hi my name is mohan. I am working as a manual tester.. And now i want learn QTP.. is there any online websites to learn QTP for free if u know any plz help me out..,.or send mail to k.mohann.mohan@gmail.com
How we can add actions in the test using QTP?
actually how many hours per one day we will work on automation(qtp) in real time
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
How to capture screen shots when an error occurs?
On what basis we select test cases to automate?
write script for how to add function library in QTP
What is smart identification in QTP?