Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Load testing of login page

Options
jmeter
jmeter Posts: 1

Hi,

Can anyone share me the steps for doing load test for urls with user name and password.

Answers

  • benken_parasoft
    benken_parasoft Posts: 1,232 ✭✭✭
    Options

    In SOAtest, I would use a REST Client to submit the HTTP POST for your login page. Your REST Client could be parameterized with usernames and passwords from a data source containing your test logins. In Load Test, you can create a project that references the SOAtest test suite containing the REST Client.

  • benken_parasoft
    benken_parasoft Posts: 1,232 ✭✭✭
    Options

    You can also consider using SOAtest's "Smart API Test Generator" to simplify creating REST Clients from your browser's HTTP traffic with the "Parasoft Recorder".