⟩ What is difference between get and post method in load runner or it same as the concept in html form?
GET method is mainly used when the client requests are made
to the server. This is like a query made to the server.
POST method is used to submit a set of data to the server.