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 / nazia
Hi,
I do want to give QTP certification. Can any one of you
please help me with the details and material for the
certification. you can send me the details to
naazeeyaa@yahoo.co.in
Thanks for the help in advance.
Regards,
Nazeeya.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
hi nani my doubt is how does qtp process metrix related to software process.
What is the significance of “action 0” in qtp?
How the exception handling can be done using quicktest professional (qtp)?
write a script to verify the image path(src property) of the images which are in web pages.
How will you compare keyword and expert view?
how to acess a test in RSA?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
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
Explain the concept of object repository and how qtp recognises objects?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
How do you create new test sets in td?
How to use parameterization in qtp?
How to customize qtp?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.