difference between GET & POST methods in JAVA?
Answer / rajesh yalaga
Generally in servlets and jsps we are using this two methods. If we use the Get() the data entered by the user in the form is appended with the url.It is Default method also.If we use Post() the data entered by the user in the form is appended with the request body.In Security application we use the post() and noraml applications we use the get().
| Is This Answer Correct ? | 0 Yes | 1 No |
Hi every one, i am working as a Test Engineer i was assigned to a web based project so i need some information regarding load testing what are all the topic i need to look into to work efficiently on the load testing of java application please help me out with all the details i need to look into i would be Thank full
what is runtime quote, how many types
Which is the best institute for LOAD RUNNER in HYD? what is the market for LR present?
Which are online monitors and windows resource monitors
What is Performance testing?
What are all the reasons to use the server resources monitor?
How many types of scripts generated in LoadRunner?What are they?
What is action section?
What is a function to capture dynamic values in the web vuser script?
Which documet will gives us information about rampup and duration for each transaction? Technically speaking Which document gives us information about Transaction Mix?How do we prepare Transaction Mix?
What is the difference between set_window and win_activate()
Can anyone please mention what are the common errors that we can see while replaying the Vugen script and also while running the controller scneraio and How to handle them with a few examples. This will be greatly helpful.