It's all about the answers!

Ask a question

Is there any document that can guide me step by step (rolls users permission )how to create simple RQM test plan project that include Selenium auto script?


yossi horesh (18815) | asked Dec 14 '13, 4:56 a.m.
retagged Dec 24 '13, 8:36 a.m. by Laura Kuczarski (21137)
 Is there any document that can guide me step by step (rolls users permission )how to create simple RQM test plan project that include Selenium auto script?

3 answers



permanent link
Hemmy Hanzas (21) | answered Dec 18 '13, 4:23 a.m.
JAZZ DEVELOPER
Hi Yossi, you may refer here
https://www.ibm.com/developerworks/community/files/basic/anonymous/api/library/a82c60c3-d3d9-4444-9f9f-63678cf12c17/document/2d6c076b-1cb5-41c9-9365-22185c44bb95/media
Thanks

permanent link
yossi horesh (18815) | answered Dec 19 '13, 5:07 p.m.
Hi Hemmy.

I couldn't find the config2.ini place.

should I create it?


Is there any selanum sample project + RQM sample project  that I can download 
I do not mind  what approach .. ?
Thanks
Yossi

permanent link
Jacky perazio (1112) | answered Dec 20 '13, 6:02 a.m.
Yes you have to create it if it does not exist
  1. In the folder that you extracted the adapter, look for a file named Config2.ini. If this file exists, open it in a text editor. If it does not exist, create a file named Config2.ini and open it in a text editor.
  2. Paste the following information in the Config2.ini file.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
    <properties>
    <comment>RQM Command Line Configuration File</comment>
    <entry key="rqm.sleepTime">5</entry>
    <entry key="rqm.adapterId">Adapter Id</entry>
    <entry key="rqm.password">Password with BASE64 encoding</entry>
    <entry key="rqm.repository">RQM url</entry>
    <entry key="rqm.ProjectArea">Name of project area</entry>
    <entry key="rqm.adapterName">Name of adapter</entry>
    <entry key="rqm.user">User Id</entry>
    <entry key="rqm.proxyPassword"></entry>
    </properties>
    		
See here http://pic.dhe.ibm.com/infocenter/sccdhelp/v1r0/index.jsp?topic=%2Fcom.ibm.devops.doc%2Ftopics%2Frqm_selenium_install_tsk.html


 look here:

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.