Cloning elements

Sometime, notably in test cases, it is useful to be able to clone some elements already introduced.

At this time we have a Java client-side utility. A GUI will be implemented soon.

Installation:

Download the attached zip file, unzip it. Keep the MatrixCloner.jar at the same level as the lib folder.

Usage:

You need Java 8 installed.

Program call:

java -jar MatrixCloner.jar --instance=xyz.matrixreq.com --project=XYZ --itemList=TC-2,F-TC-3 --user=xxx --password=xxx

itemList can be any list of items, in any category. Each item will be cloned at the top level of the category

Program