Answer Posted / sudeepthz
New update guys soon we gonna get QTP 9.3 from HP but it is
in testing phase now.. The Present version is QTP 9.2
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
breef description of batch testing ?
On what document base Descriptive programming is written if build is not yet ready ?
What is contained in the object repository?
How to find the path of folder in which the test is saved in qtp?
Should have experience in framework means?
How to handle the exceptions using the recovery scenario manager in qtp?
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 synchronization? What are the ways you can synchronize?
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 does qtp identify the object in the application?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
Get the count of files of similar types from a folder.
How you can make an action as re-usable action?
Dis advantages of XML checkpoint ?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?