Wednesday, May 30, 2012

Installing Rational Quality Manager for testing purpose

Objectives :

  • Evaluate if Rational Quality Manager capabilities could fit our needs in a couple of days
  • Build a test using a java.jar, injecting references datas, collecting results and evaluate this results. 


This install is a trial  Jazz Team server bundle.

Donwloading and installing
  • As I already have installed Rational Functional Tester I have an IBM Installer Manager. So I download the 1,5 Go zip file on jazz.net.
  • I unzip and register the result in the Installation manager.
  • I install all elements
After this you have a tomcat server installed in:
${YOUR_PATH}/IBM/JazzTeamServer/server

run
sudo ./repotools-qm.sh -clean

Start this server
./server.startup.sh (add a tail -f on log file to see what happened....)
Open a browser and go to
https://localhost:9443/jts/setup

you will have a setup screen :

  • Configure URI : in my case I use "https://localhost:9443/jts"  (testing purpose)
  • Configure Database : let Derby's configuration
  • Enable E-mail notification : disabled
Problems
At this point I have to stop my server because I couldn't discover properly application to register qm, ccm, etc.
After looking in logs I found a problem :
'too many file open' 
this problem sound like familiar as a friend  has the same problem on alfresco... so after looking here, modifying and restarting I could continue.

So I login as ADMIN (https://localhost:9443/jts/setup) and finish setting process. It was a long list of "next","wait", "next","wait"....  (setting for jts, qm, ccm, admin and rm)

And finally you have a success setup screen that allows you to create users or create lifcyle project....

I can now set role and permissions, create project areas and so on....

Create a command line script
After a "set up" phase :

  • test environnement, 
  • test case 
  • machines
  • users
  • and so on...
Now I would like to create a commandLine script and I block on adapter selection.... after a few reading and ggogling I found that :

  • Command Line Adapter is deliver with RQM
  • In my case it's a zip file
  • The readme.txt show how to run this adapter to allow RQM to propose this adapter in a selection list.
At the end I found this link https://jazz.net/library/article/809. This link explain a lot of things....
And this one https://jazz.net/library/article/755









No comments:

Post a Comment