Forum Discussion
dcbasso
15 years agoOccasional Contributor
Nice!
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?
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?