Explain the difference between POST and GET Method.
Answer / 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 |
why variable name should not exceed 255 characters?
pls tell me which is good book or site for vbscript?
How to find arry size in qtp vb script
compare the string without using stringcomp function?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
What is the differene between QTP 8.2 and QTP 9.0 and QTP 9.1,Pls give me answer ASAP.
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")
what is the standards used for writing the script in QTP
how to retrive the tooltip by using descriptive programming in qtp?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
Write a program to print all lines that contains a word either “testing” or “qtp”