I'm not quite sure how to proceed. I have an ASP.NET MVC 5 web application that has identifiers in the URL as in the following:
/Controller/Action/XX0000001X/123456
Where XX0000001X and 123456 are identifiers to the record. Now, what I need to have happen is the web performance test not hard-code these in the test itself, because the next time it runs it will cause an issue, since these are generated everytime.
Is there a way to allow any value in the URL within Visual Studio web performance test?