-2

Problem: I have a bunch of standard test cases (~200) that are easily imported with the bulk csv importer. But sometimes I want to add extra tests to specific testcases. This works by referencing the Key as a column in the csv file, but it only works very randomly.

What worked: When I copy the exact import text from the original import and add a line (=test step) and reference the test case (key) the test step gets added.

=> But changing any of the previous/already existing steps does not add the new line (=test step)

What I am looking for: A way to reference the test step, so I can only upload the new step, or a way to ignore the previous steps and their content

Screenshot of the Upload Template

enter image description here

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108

1 Answers1

1

as per the documentation here it is not possible to import one specific step, for that you must import the test again.

One suggestion that may help is to export the test case before importing it (assuring you are changing only the specific step) as it is specified here.

Cristiano Cunha
  • 381
  • 1
  • 3