Forum Discussion

dcbasso's avatar
dcbasso
Occasional Contributor
14 years ago

Generator and TestCases...

How can I use a Generator (example Fixed Rate, Random), to generate requests to TestCases?
Can I do that?

4 Replies

  • AndyHughes's avatar
    AndyHughes
    Regular Contributor
    Yeah 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.
  • dcbasso's avatar
    dcbasso
    Occasional Contributor
    You not understand... I will print my Ideia...
    In Attachment I draw my idea...
  • 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
  • dcbasso's avatar
    dcbasso
    Occasional 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?