ETM (RQM) Excel Uploader flexible config
Hello together
Is it possible a search option to create in the RQM uploader config file?
I would like to build a flexible config file which is not dependent on an exactly target cell.
Original from config file
// TC / Preconditions
testcase.customAttributes name=B1.value=B
Idea which I have
The name “Preconditions” is anywhere in the row.
(this example is like a VBA makro)
Set find = Range(“A1:C1”).Find(what:=”Preconditions”, MatchCase:False)
// TC / Preconditions
testcase.customAttributes name=find.column.value= find.column
One answer
I have no idea, but my best guess would be: Probably Not.
If you want to follow your Idea, I would suggest to use a different approach and instead generate your target excel from your source file. The target Excel needs to follow the ETM conventions, but your source file does not have to.