I am trying to record Https request.
When i record under HTTP(s) Test Script Recorder it records and i can see Request/response under View Results tree without errors.
When i try to do record same scenario but under Thread Group , it gives me error (Error is thrown by the application). Application Error - An error was encountered There was an error on the page. Click "Go Back" to go to previous page or click "Home" to go to homepage.
Structure is : Test Plan -> Thread Group -> Recording Controller
In my application while recording it starts with Login Page(SSO Login page) -> Home Page -> Search Page -> On this page i search something and want to capture its response time taken for search.
I think problem is ViewState and EventValidation not getting passed ? Is their a way i can pass it to the page ?