I AM NEW IN QTP,PLZ TELL ME ANY BOOKS FOR QTP,
MY COMPANY IS QTP,SO I LEARN QTP,PLZ ANYBUDY HELP ME
Answer Posted / harshad talele
Guys help him
please dont make fun of anyone we r here to help each other
not to frsutrate to other
this is the link i hav seen till now
http://www.onestoptesting.com/testing-books/qtp/details/qtp-open-source-test-automation-framework-implementation-guide-517.asp
http://qtp9.blogspot.com/2007/11/qtp-e-books.html
and again our mercury tutorial this is will surely help u dude
all the best
Regards
Harshad Talele
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the registration process and examination fees?
Can launch two instances of qtp on the same machine?
What is Curd testing?
how to test use the quality control .how to verify the image verification
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
what is the diffrence bw qtp architectute and qtp framework?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
Where you get the run time data table?
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
Hello friends..... On which areas of an application we can not test with QTP
Can we record an application running on a remote machine using qtp?
How can I check if a environment variable exist or not?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
How to export quicktest professional (qtp) results to an .xls file?