Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
17 years ago

writing load test data to database

I noticed a very cool feature in Microsoft TFS and was hoping soapUI can do something similar.

TFS allows for load testing of websites and creates reports etc. It allows the user to create a database by providing a schema definition sql file. by running this file it creates a database on a local or remote machine and modifies settings in TFS so that all load test information is written in the database.

Having this kind of ability in soapui would accomplish a lot of things.
1. put soapui at par with some leading industry tools like loadrunner, webload, tfs which have extensive reporting mechanisms.
2. by having the results in a database, we can create customized charts
3. it allows the customer to have  a centralized results database.
4. when load test testcase are in loop, writing information to a database before the testcase loops would solve the issue we had reported (stats dont update after thread change because of the loop)

Thanks

Ali

2 Replies

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi Ali,

    I think this can be pretty easily achieved by using one of the extension interfaces available.. can you give me some more details on what data you would like to save and maybe we could create a article on this on our site!?

    regards!

    /Ole
    eviware.com
  • alibaba82's avatar
    alibaba82
    Super Contributor
    For instance I have a load test where the sampling rate is 2 seconds. After every 2 seconds soapui save info such information such as current thread, time count, min, max, avg, last, cnt, tps...


    If I have all this information in a database (meaning write information to database at every sampling interval), i can generate meaningful figures such what was the tps during some time.

    an article or video on how to do this would be amazing.


    ALi