Hi Forum,
is there a way to rename an Iteration in the rxlog report during test execution ?
We're using a csv datasource and use the Databinding to open different Files in the Software under test. We would like to see
"Iteration: Filename..." instead of "Iteration: 1".
Is it possible to change this ?
kind regards
Christian
Rename Iteration in RXLOG
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Rename Iteration in RXLOG
Hi,
Regards,
Peter
Ranorex Team
Sorry but this is not possible. But you can add an info log to your report with the current csv file.cveith wrote:is there a way to rename an Iteration in the rxlog report during test execution ?
Regards,
Peter
Ranorex Team
Re: Rename Iteration in RXLOG
Hi Peter,
thanks for your quick response. Would it be possible to have such a feature in future versions ?
Maybe defining a column in the csv which could be taken as a Iteration Name.
thanks for your quick response. Would it be possible to have such a feature in future versions ?
Maybe defining a column in the csv which could be taken as a Iteration Name.
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Rename Iteration in RXLOG
Hi,
We could add the DataConnector name to the iteration. Is this okay for you?
Iteration: x Data Connector Name
Regards,
Peter
Ranorex Team
We could add the DataConnector name to the iteration. Is this okay for you?
Iteration: x Data Connector Name
Regards,
Peter
Ranorex Team
Re: Rename Iteration in RXLOG
Hi Peter,
sorry for my late response.
I've found a way getting the information presented
I've extended the rxlog Stylesheet file. It now tests the datarows given in the rxlog file for a field called "IterationName". If it's there, the value will be taken in the Testcase "Iteration: MyText from the Field".
I've appended it in the line 2189 in the attached xsl file.
kind regards
Christian
sorry for my late response.
I've found a way getting the information presented

I've extended the rxlog Stylesheet file. It now tests the datarows given in the rxlog file for a field called "IterationName". If it's there, the value will be taken in the Testcase "Iteration: MyText from the Field".
I've appended it in the line 2189 in the attached xsl file.
kind regards
Christian
You do not have the required permissions to view the files attached to this post.
Re: Rename Iteration in RXLOG
I think this a great idea. We have been trying to figure out a solution to the iteration name, because we output our testcase results to Bamboo CI portal and interation 1...n really has no value to dev team/stakeholders looking at reports. Thanks for sharing.
-T
-T
Re: Rename Iteration in RXLOG
Support Team wrote:Hi,
We could add the DataConnector name to the iteration. Is this okay for you?
Iteration: x Data Connector Name
Regards,
Peter
Ranorex Team
This would definitely make life easier. I see this is originally from 2011, is this slated for an upcoming release?
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Rename Iteration in RXLOG
Hi,
I've just forwarded the feature request to the responsible developer.
Regards,
Tobias
Ranorex Team
Basically the feature request has not be added yet, because Christian has found a solution for his problem.zziegler wrote:This would definitely make life easier. I see this is originally from 2011, is this slated for an upcoming release?
I've just forwarded the feature request to the responsible developer.
Regards,
Tobias
Ranorex Team