Explain the difference between POST and GET Method.
Answer Posted / abinash grahacharya ..
It is a good question ....... :)
in get case we can see the posted value in the url when a
form is being posted, but in the post case the posted value
of a form will not show in the url...
basically the developer and testers are using the get method
in developement and in testing time.. but have to make it
post in the time of live.
if we are posting data from a form to other page we can get
that using $_POST['variable name'] or by $_REQUEST['variable
name']
but in case of get we can get it in $_GET['variable name']
and $_REQUEST['variable name']
I hope this will help..
Thanks
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
Explain the filter expression?
How to add actions in driver script to run those actions in QTP?
what is the standards used for writing the script in QTP
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Which keyword is used to declare a variable in the vbscript language?
How will you reverse a string in vbscript?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
What are the 2 ways to pass a value to the function?
What is the use of option explicit statement?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
what is used of Property........End Property loop ? how to write the script for it?
How to assign a date value to a variable?
where can i learn VB scripint ?
Hello Friends , I am the new joinner of this website. I am working with Sapient ,Gurgoan I would like to ask few qurries regarding the QTP Tool of (Testing) Currently working on QTP Tool . I would like to no learn VB Script can u name some Books which i get in market. And a small issue in QTP I had 2 users right i have to login and send the document from this user to second user right. when i am send this doc some contendId number generates right. now i am loging into second user and i have to search for that contentId right i found it now i dont want to accept the document so i had an opption of check out ok i have to click on check out my QTP Code is like this Browser(" ").Page(" ").WebTable(" ").ChildItem (3,5,"Image",0).click Browser(" ").Page(" ").Link("ChecK Out").Click i new this code is perfectly right but when i am run the script i have to click on that particular contentId and click on check out but now the Problem is started the error is the document has been already checked out remeber every time my content id changes means it is the new contentId which is not been used atleast once Please help me out in this issue i am in big trouble