I want to do Certification course in QTP. For this I
request you to suggest the best Tutorial in PDF format, as
i'm not in a possition to afford any 'Fee' to join in any
institutions.
Hence, if possible, kinldy mail PDF file to my mail-ID:
chakri_avala@yahoo.co.in
Regards,
Chakradhar Yadav.
Answer Posted / shwetha
Hi,
Even i am plannig to take this cerification. Plz send me
the material to my id : shwetha.shivprasad@gmail.com
and also let me know waht is the passing marks?
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Output values? i want a practical example
Explain in brief about the quicktest professional (qtp) automation object model?
Where to use Property Let, Property Get, Property Set in UFT
How to check bitmap output value?
How many types of recording facility are available in quicktest professional?
how u will evaluate the tool for test automation?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What is RTM (require ment tracebulity marix) fromate?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
What are the different attribute used with regular expression?
How to use the object spy in quicktest professional (qtp) 8.0 version?
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 Command used to start the QTP
Why qtp the best testing tool?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page