Hi,
Is there any function or vbscript in QTP to clear the
cookies,sessions. Please help me in this.
Answer Posted / vikrant
Hi
Just write a user defined function and copy paste the
code and associate it with your script. You can call the
function where ever u want in script
Thanks
Vikrant
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of ordinal identifier in qtp?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
what r the main attributes of test automation?
How to save your test using quicktest professional?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
How many add-ins comes by default with qtp?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
Explain the concept of object repository and how qtp recognises objects?
What are the different types of recording modes in qtp? Which will be used when?
What is synchronization? What are the ways you can synchronize?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
What are the ways you can synchronize?
Are Shared ORs read-only?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
Can we create a qtp test from qc?