How to Sort RQM Category in RPE Template ?
Accepted answer
Yes, you cannot sort on category/value (which is child attribute). You can store the testcase data (that you want to print) in an array along with feed/entry/content/testcase/category/value in an array. Perform sort on the array and then print the elements from the array. A sample RPE template will look like this:
Comments
One other answer
|
9 |
Payment page |
|
M2 |
|
6 |
Login Page |
|
|
|
6 |
Login Page |
|
M1 |
|
9 |
Payment page |
|
|
|
8 |
Profile Page |
|
|
|
7 |
Home page |
|
M1 |
|
8 |
Profile Page |
|
M2 |
|
7 |
Home page |
|
|
|
7 |
Home page |
TCB10001 |
|
|
6 |
Login Page |
TCB10002 |
|
|
8 |
Profile Page |
TCB10003 |
|
|
9 |
Payment page |
TCB10004 |
|