How to Test Dynamic links ?

Answers were Sorted based on User's Feedback



How to Test Dynamic links ?..

Answer / kalyan

dynamic links can be click with the index number.

I am Sure it wil work

any doubts catch me at

mskalyan.smile@gmail.com

Is This Answer Correct ?    4 Yes 0 No

How to Test Dynamic links ?..

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

How to Test Dynamic links ?..

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

How to Test Dynamic links ?..

Answer / brahma

Using regular expression we can test the dynamic links

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More QTP Interview Questions

How to build scripts that access data from external sources?

0 Answers  


How you can find length of array in qtp?

0 Answers  


how to main tain the Old scripts in qtp?

1 Answers   IBM,


i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute

2 Answers   IBM,


I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)

1 Answers  






How to create runtime property for an object?

7 Answers  


hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me

0 Answers  


Explain the concept of object repository and how QTP recognizes objects?

0 Answers  


What is the use of text output value in quicktest professional?

0 Answers  


what is the difference between wait and wait function

1 Answers   TCS, Wipro,


It seems Interview questions from Ordain Solutions are almost BASIC LEVEL-Easy. I am asking one tough question..(I think.. May be easy for some people) In recorded script the - WebLink("cityinfo") In reality, the WebLink name is "generalinfo" How you can write function to click that changed web link. NOTE: This functin should work with any Dynamic text link. I will post the answer later.

8 Answers  


What does it mean when a check point is in red color? What do you do?

0 Answers  


Categories