Recently we have created a new ALM 11.0 Infrastructure with Application/Database/Repository Servers all located at a single place (same geographical area).
ALM 11.0 application is hosted on the Application Server.
There are around 13 database projects in this ALM application which users can access. The physical files used during test runs (such as jpeg, png, xls, and pdf) are stored in the repository. On this environment we want to conduct load testing and performance testing.
We want to perform some user actions and estimate the response time’s from the server. Below are some of the user actions which can be considered.
In how much time is the user able to login into the application?
At a specific point of time how many users can simultaneously login into the application?
After logging into the application how much time is taken to enter each module? Module can be Dashboard, Defect, Requirements, Test Plan, and Test Lab?
How much time is required by the application in order to create new entities such as Test Script, Requirement, Test Set with a group of Test Instances, Dashboard report etc?
How much time is spent by the application in order to display few reports by accessing the files from the repository?
How much time is required by the application to associate requirement coverage with Test Script and Test Instance?
How much time is taken by the application to Log Out successfully?
I am unable to record the LOGIN part of ALM application using VuGen 11.0 Patch 4 using the Web [HTTP/HTML] protocol I am receiving
Initialization has failed. Contact your System Administrator
Upon further research I came to know that attached benchmark kit has been provided by the vendor and the scripts for logging into ALM are all pre-written and they have to be executed by customizing them through providing necessary parameter values related to our current environment.
I took the first script WEB_GlobalLoginOut_In
I have provided the necessary parameter values like server name, project name, username, password etc. I have tried different manipulations on the provided script but the script replay is always failing.
Are there any tutorial or step by step instructions which I can follow so that I can keep moving with this ALM application recording using Vugen Tool? I am currently stuck at the Login Part itself.