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 |
What is the use of Testing framework in Automated testing..what are different kinds of Testing frameworks available in Automated testing...
How u will open the build automatically in QTP except using Systemutil.run command
For ex we are doing automate testing in that can we do some part of application recording, some part descriptive programing and some part general VB scripting like that .............
General Ques : At What State u start Automating ? means at what stage we start writing QTP scripts ?
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
How is test case write?
wt is memory leakage?
How to check and display a particular word from a paragraph?
Which version of QTP is using by companies nowadays?
Is it possible to return multiple values from a function..? Then how..?
in qtp how we work with out put values and what is the process?
When to use Descriptive programing?