Forum Discussion
4 Replies
- AndyHughesRegular ContributorYeah thats exactly what a generator does. Connect the generator to a web runner or soapui runner which contains the test case, attach that to some stats output or table log and away you go.
- dcbassoOccasional Contributor
- Hmm, you cannot currently connect a Generator to a TestCase.
How would you expect it / need it to work? I'm not sure I understand how this would make sense, but I'm eager ears!
Henrik
SmartBear Software - dcbassoOccasional ContributorNice!
To use my webservices you need to execute a LOGIN to get a SESSION ID, so for every client will have a session ID.
To simulate a real condition of WS use, I need to login with some clients (I'm using 7 LOGINs), and make use of 21 webservices, one per second.
For login and make use of this resources I make 7 TESTCASES, each one use a different LOGIN/SessionID, and to control each one easily I want to set a GENERAL GENERATOR and use only one to control ALL TESTCASES on project...
Did you understand?