How cookies can be tested in QTP?
Answers were Sorted based on User's Feedback
Answer / rajesh
Cookies can be tested using WebUtil object.
Eg:
WebUtil.AddCookie
WebUtil.DeleteCookie
WebUtil.GetCookies
Is This Answer Correct ? | 9 Yes | 2 No |
How you can make an action as re-usable action?
How to remove the associated function library?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
Find the 'String' from excel sheet and save to another sheet.But we don't know the string column number and row number?
In qtp, how you can exit for loop?
Is it possible to change the extension of Shared object repository?
How do you invoke any application and write a script to invoke QTP using VB Script.
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Which function is used to accesses the Properties from Repository Pls anybody can give the answer.. Thanks in advance...
I am executing a batchfile.In one script on one Button i have inserted a checkpoint.It is in a loop,my checkpoint is going to fail sometimes.That failed results only I have to log in a file.How it's possible...pls give the solution for this?
Can we add the function library directly from scripting in qtp instead of adding from resource tab?
How can we fill data in a text box without recording using object spy. Can you please provide the steps...