Skip to main content
1-Visitor
January 9, 2015
Solved

Need Support for Batch Copying Test Sessions

  • January 9, 2015
  • 1 reply
  • 1805 views

Currently there is no supported feature to copy multiple test sessions. Is there a workaround for this, perhaps a trigger a custom user action I could develop? Any ideas would be appreciated.

 

Specifically, I'd like to select multiple test sessions and copy them with the same or default fields (doesn't really matter, will be batch edited later).

Best answer by kshades

Yes, the answer helped to clarify the ability to batch copy is available. I ended up creating a .js trigger which created test sessions based on an item list. I wasn't able to implement a java version using custom actions, but this solution works fine for my needs.

1 reply

17-Peridot
January 12, 2015

Hi Keleb,

usually, I solve such tasks with a small custom program, written in Java. The Java code will read the selected items (Test Sessions), and can copy them easily. The beauty with this approach would be to be able to make also specific corrections or additions, such as setting dedicated fields to special values (e.g. the state), or validating additional fields if they fulfill certain rules before copying them.

To code the Java program, you will need a developer with specific Integrity coding knowledge.

Hope this helps.

Volker

16-Pearl
January 19, 2015

Hello Kaleb, Did Volker's response help you out? If not, feel free to ask questions to try to clarify. If it did, please let us know! You can mark his answer as Correct Answer, so that anyone else running across this problem can find it in a search or asHelpful Answer if it helped, but didn't get you all the way to your solution.

Thanks,

Kael

kshades1-VisitorAuthorAnswer
1-Visitor
January 23, 2015

Yes, the answer helped to clarify the ability to batch copy is available. I ended up creating a .js trigger which created test sessions based on an item list. I wasn't able to implement a java version using custom actions, but this solution works fine for my needs.