When to use Post method in JMeter while sending a Request ?

Whenever you need data when you move from current page to next page then we can use Post method. Ex: login..we will give username and password wher we need to save that data before moving to next page.

Leave a Reply