It's all about the answers!

Ask a question

Automating user scenarios in RTC client using RTC client Java api


Satish Pawar (133) | asked Oct 14 '16, 9:30 a.m.
edited Oct 14 '16, 11:29 a.m. by Ralph Schoon (63.1k33645)
 Hello All, 
We are using RTC 6.0.2 and need to automate following user scenarios
  1. Create a new repository connection [not connecting to repository]
  2. Create a new project area under newly created repository connection
  3. Import a .csv file under a newly created project area to load workitems
Regards,
Satish Pawar

Accepted answer


permanent link
Ralph Schoon (63.1k33645) | answered Oct 14 '16, 11:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Oct 14 '16, 11:35 a.m.
Start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/

  1. Create a new repository connection [not connecting to repository]- This does not make any sense as a repository connection is only something that makes sense in a user client such as the Eclipse client it is not an object that exists in the server.
  2. Create a new project area under newly created repository connection- See https://rsjazz.wordpress.com/2013/09/18/deploying-templates-and-creating-projects-using-the-plain-java-clients-library/ and the snippets shipped with the plain Java client libraries
  3. Import a .csv file under a newly created project area to load workitemsSee https://rsjazz.wordpress.com/2015/11/03/a-rtc-workitem-command-line-version-3-0/ or you have to integrate Eclipse Client code
Please note, tag your questions with a product name like rational-team-concert
Satish Pawar selected this answer as the correct answer

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.