Rename Iteration in RXLOG

Class library usage, coding and language questions.
cveith
Posts: 7
Joined: Mon Oct 31, 2011 10:08 am

Rename Iteration in RXLOG

Post by cveith » Mon Oct 31, 2011 11:23 am

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

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Rename Iteration in RXLOG

Post by Support Team » Mon Oct 31, 2011 11:43 am

Hi,
cveith wrote:is there a way to rename an Iteration in the rxlog report during test execution ?
Sorry but this is not possible. But you can add an info log to your report with the current csv file.

Regards,
Peter
Ranorex Team

cveith
Posts: 7
Joined: Mon Oct 31, 2011 10:08 am

Re: Rename Iteration in RXLOG

Post by cveith » Mon Oct 31, 2011 12:20 pm

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.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Rename Iteration in RXLOG

Post by Support Team » Mon Oct 31, 2011 12:44 pm

Hi,

We could add the DataConnector name to the iteration. Is this okay for you?
Iteration: x Data Connector Name

Regards,
Peter
Ranorex Team

cveith
Posts: 7
Joined: Mon Oct 31, 2011 10:08 am

Re: Rename Iteration in RXLOG

Post by cveith » Tue Nov 15, 2011 11:28 pm

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
You do not have the required permissions to view the files attached to this post.

thomasn
Posts: 4
Joined: Mon Dec 12, 2011 4:39 pm

Re: Rename Iteration in RXLOG

Post by thomasn » Wed Nov 07, 2012 4:45 pm

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

zziegler
Posts: 1
Joined: Mon Dec 03, 2012 7:01 pm

Re: Rename Iteration in RXLOG

Post by zziegler » Thu Dec 13, 2012 9:35 pm

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?

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Rename Iteration in RXLOG

Post by Support Team » Mon Dec 17, 2012 11:13 am

Hi,
zziegler wrote:This would definitely make life easier. I see this is originally from 2011, is this slated for an upcoming release?
Basically the feature request has not be added yet, because Christian has found a solution for his problem.
I've just forwarded the feature request to the responsible developer.

Regards,
Tobias
Ranorex Team