Labels

Tuesday, June 5, 2012

How to perform loadtest on QUALITY CENTER

If you want to perfrom a load test on quality center application after installing it in your environment. You need to follow the below procedure to make your environemnt to run the Vugen scripts.

We need to disable the authentication check for QC inorder to make vugen scripts work.

If your Quality Center is deployed on Jboss server under Windows operating system below is the process to disable the authentication check for QC.

1.Stop Quality Center(QC) Jboss service
2.Go to the Jboss Installation path, run.bat(<Installation path>/Mercury/Quality Center/jboss/bin/), do the following modification:
edit the Run.bat
rem Setup JBoss specific properties
set JAVA_OPTS=%JAVA_OPTS%-Dprogram.name=%PROGNAME%
set JAVA_OPTS=%JAVA_OPTS%-server
setJBOSS_HOME=%DIRNAME%\...

Add line....
set JAVA_OPTS=%JAVA_OPTS%-Dcom.mercury.td.http.authentication=false

Save the run.bat file
Double click on run.bat to start the JBoss server.

Now your environment to perfrom the load test using Vugen scripts

No comments:

Post a Comment