Hello,
I want to run through the following scenario using the Qlik Sense Scalability Tool:
- Open my app,
- navigate to a specific sheet,
- wait a minute,
- navigate to another sheet,
- wait a minute.
- Stop.
For now, I only want to run the above scenario once. Here are my settings. I would think that Iternations=1 and ConcurrentUsers=1 would allow me to accomplish what I want to do.
But what I get is a test that runs until it can no longer get any more logins. The output is below.
I don't understand why it's creating 5 workers. Also, how can I tell which steps of the scenario have been executed?
12:12:49 Workers:0 Errors:0 Warnings:0 Requests:0 Sessions:0
12:12:59 Workers:1 Errors:0 Warnings:0 Requests:40 Sessions:1
12:13:09 Workers:2 Errors:0 Warnings:0 Requests:80 Sessions:2
12:13:19 Workers:4 Errors:0 Warnings:0 Requests:120 Sessions:4
12:13:29 Workers:5 Errors:0 Warnings:0 Requests:160 Sessions:4
12:13:29 5-5 Connect failed after 2 attempts. ---> One or more errors occurred. ---> LicenseAccessDenied [Fatal]: Access to the app is denied: NoAvailableAccessType
Thanks
Steve