Book a Demo

Author Topic: Not sorted test steps in exporting RTF  (Read 3477 times)

kiyiya

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Not sorted test steps in exporting RTF
« on: February 27, 2009, 02:45:52 am »
I add the test model and prepare some test cases. Make link to the requirements. I write down the steps in testing window and prepare my templates for document generation for RTF report and get my document.

All goes well until I need to add some step to the the existent test case, when I add some steps between existing steps I can not generate the document as I wanted.

To be more specific let say I have a "test case 1" which has steps
1
2
3
4
I need to add a step between 2 and 3. I changed the names to sort things say step 1 becomes step 1, step 2 becomes step 2, step 3 now becomes step 4, step 4 becomes step 5 and newly added step becomes step 3.
1->1
2->2
new->3
3->4
4->5
and I sorted and seems fine but when I generate the document, it is sorted as
1
2
4
5
3
exactly the added sequence.

Is there a way to sort this in the document also?
I can sort test cases from project browser but could not find it for test steps.