Explain the difference between POST and GET Method.



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

Post New Answer

More VB Script Interview Questions

print the array values in ascending order?

2 Answers   CSS Corp,


write a vb script to generate the following pattern ***** **** *** ** *

7 Answers   Blue Star,


Explain about .wsf files?

0 Answers  


a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?

2 Answers  


How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.

0 Answers   GE, iGate,






compare the string without using stringcomp function?

1 Answers   CSS Corp,


How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.

0 Answers   College School Exams Tests,


My Salary is 65000. How Much TDS I have to pay

0 Answers  


What is the scope of a constant declared using public?

0 Answers  


Which in-built function is used to format the number in the vbscript language?

0 Answers  


Is vbscript language a case-sensitive language and what does it mean?

0 Answers  


In our application qtp unable to indentify the menu items,we tried number of times to add objetcs into object repository but fail. through normal recording mode only objects going to add into repository but while running same recording script qtp showing a error like " unable to indentify the object". in repository there is no any properties and pro values for that object and also i tried with virtual object config also unable to find the object in application and in repository. Then what i have to do to identify menu objects????? can anybody hell me pls..............

2 Answers   Blue Star,


Categories