Soaper
16 years agoOccasional Contributor
(Bug) SOAPUI 3.0 Pro - TestCaseReport
Hi,
I just installed SOAPUI Pro 3.0 to test the report functions.
I generated my first TestCaseReport and found a little bug in it.
On the second page where it gives an overview of the TestCase Properties the values for "Name" and "Value" are switched around. My values of the properties show under the "Name" column and the name of properties show under "Value" column.
I had to change it manually in the template and after that it works, but in my eyes not 100% correct still. I switched the to read string for the "Name" column to $F{value} and then to read string for the "Value" column to $F{property}.
It looks like $F{value} and $F{property} are filled with wrong data by SOAPUI.
Maybe an issue to look into so users don't have to edit default templates to work correctly.
Regards
I just installed SOAPUI Pro 3.0 to test the report functions.
I generated my first TestCaseReport and found a little bug in it.
On the second page where it gives an overview of the TestCase Properties the values for "Name" and "Value" are switched around. My values of the properties show under the "Name" column and the name of properties show under "Value" column.
I had to change it manually in the template and after that it works, but in my eyes not 100% correct still. I switched the to read string for the "Name" column to $F{value} and then to read string for the "Value" column to $F{property}.
It looks like $F{value} and $F{property} are filled with wrong data by SOAPUI.
Maybe an issue to look into so users don't have to edit default templates to work correctly.
Regards