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 |
write a qtp script to count the number of minimized windows
How will you check that a variable is an array in vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?
Mention what is the difference between vbscript and vba?
compare the string without using stringcomp function?
give me any information abou vb script books learn quckly
1. How do declare public variable in vb scripts?
In what way program "hello world" you can write in vbscript?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
Explain some uses of vb script?
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
Difference between Function and Sub routine?