Forum Discussion
AlexeyKolosov
Staff
16 years agoHi Johny,
I want to run a http load test with script
After you have recorded a load test, in the 'Project Explorer' panel, you'll see a newly created task under the "LoadTesting | Tasks" entry. Also, there will be an automatically generated test under "LoadTesting | Tests". To run the recorded test from script, use the "LoadTesting.Tests.TestByName(<RecordedTestName>).Execute();" command (without quotation marks).
Keyword test has some records like this
These records mean that you recorded an ordinary functional test. To record a load test, you need to press the "Record Load Test" button on the Recording toolbar. See the 'To record traffic in TestComplete' section of Traffic Recording.
Also, see Load Testing Basics Tutorial.