Skip to main content

Automatic numbering rows/columns in a table


I need to create big tables with long lists of use-cases - this is needed to track testing coverage.

I would like to automatically numbering the rows or columns, so that the team can easily refer to (for example) use-case 15 meaning the use-case defined in row number 15.

Currently we are manually assigning the numbering and itโ€™s quite time-consuming. Also, if we realise there is an error and we need to remove one row, then we have to manually fix the other rows to ensure the numeration is progressive and without gaps.

Example:

Use-case # Description
1 Test scenario 1
2 Test scenario 2

ย 

or the other way around:

Use-case # 1 2
Description Test scenario 1 Test scenario 2

ย 

No replies yet...