I know that client side Java Script executing
is not supported in web tests; however if a page is just displaying data pulled (GET requests) using jquery I think we can tests such pages using web performance tests.
POST requests - Now in case of pages where data is POSTed using jquery/ajax and JASON object;
I noticed that it is possible to edit JASON REQUEST BODY string to change some values dynamically.
So I feel, performance test for such pages won’t be a problem however is there any scenario where Web test might not work for jquery enabled pages?