enter image description hereI am new to JMeter Load testing tool.
Below is the scenario. 1. Login - Select a form - Fill the form. 2. On save button an "Application Number" will be generated(Useful in rest of the application.
Below are the steps that i have performed. 1. Thread Added - Transaction Controller Added - View Result tree added. 2. Script Recorded against the same and Executed.
Observations - 1. On form save button, Application Number is getting generated but not displayed in the Response data(Got to know using Fiddler Tool) 2. Response data for all the pages is exactly same. 3. Only HTML tags and some JS/CSS scripting is displayed, but no useful information regarding Application Number is displayed.
Can i use any other controller/What is wrong with current controller?
Please Suggest/Help