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