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.

Answer Posted / kuldeep sharma

identify these objects by OR manager and see what are the
basic and unique property this link having and use
discreptive scripting with this property
for example:-weblink("text:=cityinfo")

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a script to verify the image path(src property) of the images which are in web pages.

1811


"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...

1446


How you will rate urself in QTP in the range of 0 to 5

1750


What do you to script when objects are removed from application?

618


what is the difference between modular framework & datadriven framework

1599






How to export quicktest professional results to an .xls file?

576


What is accessibility check point?

662


Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)

1383


Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!

1757


How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks

1548


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1487


write script for bitmap image?

1546


Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??

1640


what is clean sweep?

1889


What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?

704