Forum Discussion
AlexeyKolosov
Staff
16 years agoHi Johny,
From your first post:
I want to run a http load test with script
and from the second one:
I can also record script from recording. I perefer Jscript, but there are some points I do not understand from the generated script. It does not produce any names for links, It just recors clicking coordinates, What is this actually, how can it be useful ?
Note that load tests do not simulate user actions - they simulate HTTP traffic. Entries like
internetExplorerServer.Click(308, 20);
indicate that you recorded an ordinary functional test (i.e. you didn't press "Record Load Test"), but not a load test.
The script provided on the page you've mentioned is manually written script code for a load test.