Are You using any frame work? What is that? Explain about that.
Answer Posted / hari
i need the answer to send my mail id
haribabuboddapati@yahoomail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can U Explain about QTP tool from older version to latest version also its differences?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
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
What is the difference in testing a client-server application and a web application?
What is ‘object spy’ and what is the function of object spy in qtp?
Can we write winrunner language i.e TSL in QTP tool?
hou can we use vb script in qtp could u tell me breafly
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
what is the difference between modular framework & datadriven framework
How to remove the associated function library?
wt is the use of multiple questions in QTP
What are the types of object repositories? Which one is you using?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
What is the extension of the recovery scenario file in qtp?