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 |
What are the environment variables?
What is the difference between byref and byval in qtp?
What is the use of sendkeys.In which cases we Use this sendkey.Pls explain with example.
What is checkpoints for qtp?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
Does UNIX support QTP? If not what is the other tool used for Unix environment?
Write the Test Cases for ATM(Any Time Money)
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?
PLS SEND REAL TIMERS, WHAT IS SOA TESTING..IM TRYING 3+ YR.. I HAVE GOOD KNOWLEDGE ON MANUAL TESTING... NOW IM NEW TO LEARN "ETL TESTING" IS BEST OR NOT? BEFORE LEARNING ETL TESTING ANY SKILLS ARE REQUIRED..... AND NOW WHAT IS THE MARKET FOR ETL TESTING... AND IT IS BASED ON PROGRAMMING OR NOT?PLS HELP ME REAL TIMERS IM REQESTING U..... CONTACT ME gan9000@gmail.com
What is the difference between CVS and VSS? Are you store QTP SCRIPT In VSS OR CVS? Where you store QTP Script?
1 Answers Brain Roots, Ordain Solutions,
In a Web appl, on a page, there are student names & details listed.On clicking sort button,details are sorted on Names.How do u verify htat sorting is done by using QTP?