Extract data for a form using web performance test tool visual studio
-
Hello, we have an internal web app where, we create an "ticket" then save it (it generates a new ticket ID). What I want to be able to do is capture that dynamic id and use it as input to a search box on a separate page. I need to do this so I can search for that ID and open the ticket in read-only (view) mode in order to validate the values of a couple of fields. Extracting the ID from the creation page and hoping that gets inputted into the text box on the search page doesn't work because when I bring up the search page while recording, the search textbox is empty. I have to manually put in a value to search for (i.e. ticket id). I know I could create a coded test from this and pass the dynamic values that way. Any help/suggestions would be greatly appreciated. -------------------------------------------------------------------------------- jboyd