I am writing an AJAX application and would like to run performance test on the server.
How do I record the trafic to the server and play it back as if it was real a-sync test as it is in AJAX
What tool should I use here
Eran
I am writing an AJAX application and would like to run performance test on the server.
How do I record the trafic to the server and play it back as if it was real a-sync test as it is in AJAX
What tool should I use here
Eran
how to stress test ajax application?
Ed Hintz
Electuur
At this point I am close to returning to LWP for useful site testing.
I expect that there are really good things you can do with this Testing Suite if you are prgramatically testing code before it gets deployed that you will then have to test again using another 'real-world' tool once deployed.
I am saying 'seems' to all of this becasue I have been trying to read everything I can get my hands on and to the best of my knowledge so far, these things seem to be true.
Chrisky
http://www.crossedconnections.org/w/index.php/2006/11/08/ajax-app-to-test-the-performance-of-your-ajax-apps/
Matt_343
What is this "LWP for useful site testing" that was referred to in the previous post
Does VSTS support correlation of returned data For example, if a confirmation number is returned, can I capture that number and reuse it later in the test This seems like what was referred to in the previous post.
vue
This dynamic testing is something that does not seem possible with the Test Suite. I have looked for a way to use extracted/regexed text in subsequent calls in the VSTS environment but every attempt has failed. If you write an extraction rule the 'variable' name that you give does not seem to be consumable in subsequent calls. Apparently you have to write additional code to make this work Why bother with test suite predefined tests in this case Why not just write the code from the ground up yourself
Just this morning our site passed according to the tests and their validations in VSTS but a double check with the Perl bots revealed a serious error- whole page's data were not being rendered but since it was AJAX- VSTS didn't catch it.