Forum Discussion

derwin's avatar
derwin
New Contributor
13 years ago

Testing Interactive Web PAges

Hi, i am new to LoadUI and need some help. I want to load test an interactive web site that requires a username and password and then the user can perform various activities once inside the site.

I have seen other load testing tools that allowed you to record click actions of accessing the site, entering credentials, and navigating thru the site's features. Is this possible in LoadUI? I thought it was but am unable to figure out how to do it. If its not possible to record a script like this, what is the LoadUI method for testing interactive sites?

Thanks!

Doug

4 Replies

  • derwin's avatar
    derwin
    New Contributor
    My feeling at this point is that LoadUI probalby isnt the right tool to recommend to my client. I just dont see what i consider a standard capability of recording screen clicks to be able to load test interactive sites and that is a must-have feature for this project.

    Am i wrong? I was so hopeful that loadUI would do it. I love soapUI and use it almost daily. loadUI really needs a web page player to record screen clicks instead of a web page runner that only goes to a single URL.

    that is a shame!
  • slashzero's avatar
    slashzero
    Occasional Contributor
    derwin wrote:
    Hi, i am new to LoadUI and need some help. I want to load test an interactive web site that requires a username and password and then the user can perform various activities once inside the site.

    I have seen other load testing tools that allowed you to record click actions of accessing the site, entering credentials, and navigating thru the site's features. Is this possible in LoadUI? I thought it was but am unable to figure out how to do it. If its not possible to record a script like this, what is the LoadUI method for testing interactive sites?

    Thanks!

    Doug


    Hi there! This is possible with loadUI. You will have to create the complex web tests in soapUI, and run them in loadUI. Basically, create the flow you want in soapUI. You can use the web recorder in the web test to capture user interaction with the web site. You may also need to extract (use a Property Transform) any session information from the headers between web tests, to maintain authentication. Once you have it all setup and working in soapUI, right click on the web test and select "run in loadUI". It will automatically create a soapUI runner for you in loadUI, which you can run.

    HTH!
  • I don't have much information but I have done this before and I must say this is possible with loadUI.There are different components in LoadUI that performs activities like how to generate load,maintain the details of user information.
  • Hi,

    If you're testing API's, you should use SoapUI to create the functional tests (login, make requests, assert responses) and then run them with LoadUI to load test them.

    If you need web recording and are load testing webpages, you should look at http://loaduiweb.org/, which is another SmartBear offer (as LoadUI) specific for web testing, with advanced capabilities for web recording.

    Renato