Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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?

 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?

0 votes



3 answers

Permanent link
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

1 vote


Permanent link
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:

1 vote


Permanent link
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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,022
× 1,381

Question asked: Dec 14 '13, 4:56 a.m.

Question was seen: 5,764 times

Last updated: Dec 24 '13, 8:36 a.m.

Confirmation Cancel Confirm