Our application creates the company and the first (main) user profile in one transaction. How does Jamcracker provide for such a scenario?
The “Create Company” command in the request XML will contain data for the first (main or admin) user profile. Use this information to create the company and the first user in your application. However, the password for the first user will not be a part of the “Create Company” command and will be sent for “Create User” command following the successful completion of the “Create Company” Command. You can update the password for the first user when you receive it in the “Create User” command.
Related Questions
- Does the application allow the user to enter any additional user-defined fields as complementary transaction information?
- How to load test a login transaction(scenario) of my web application in QEngine Web Performance test tool?
- How to load test my web application with more than one transaction (scenario) simultaneously?