how to configure yahoo cookies in load runner
Answer Posted / jeeva vellaisamy (jeeva.vellai
Hi,
The web_add_cookie() function adds a new cookie. If
the name and path match an existing cookie, the existing
cookie is overwritten with the new one. If the "expires"
date has past, the cookie is deleted.
Note: Vusers do not use (access or modify) the cookies that
are stored by your browser. Instead, each Vuser uses the
cookies that are sent to the Vuser by the server host at
runtime. These cookies are maintained only temporarily
while the Vuser script runs. The web-cookie functions
(web_add_cookie, web_remove_cookie, and
web_cleanup_cookies) manipulate these temporary cookies only
Thanks Mercury Help
regards,
jeeva.v
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How we tested remote servers if client is installed in another place
What is parameterization & why is parameterization necessary in the script?
What is elapsed time in load runner?
How will you divide your script into multiple actions? Why?
What is a correlation? Explain the difference between automatic correlation and manual correlation?
What is difference between manual scenario and goal oriented scenario?
How can we recording vuser scripts using vugen?
Where should you add a web_reg_save_param function to a script?
What are the types of checkpoints is available in loadrunner?
What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?
how to get current system time Loadrunner function?
How can correlation be performed?
What is filtering and sorting?
How to identify what to correlate and what to parameterize?
In a web server, database and network are all working fine and now, where could be the problem?