Forum Discussion
foobar
17 years agoNew Contributor
I want first to say hallo to everybody on this community
, this is my first post.
I'm also little bit interesting in generation of JUnit reports in SoapUI. I read instruction from the link that is provided in previous post.
But, I have one problem, in the generated html report(also in xml file) time is shown in seconds instead in milliseconds. Example from some test case:
Status: OK
Time Taken: 740
Size: 0
Problem occur when it is needed to convert "Time taken" to, for example, hours, minutes, seconds. If you use some automated publishing tools, this time "740" will be converted to 12 minutes and 20 seconds, but actually it should be 0.74 seconds.
My question is it possible to specify somewhere that this time "Time taken" be in seconds?
I have one more question. is it possible to export only "Time taken" for one Test Step inside Test Case to JUnit report?

I'm also little bit interesting in generation of JUnit reports in SoapUI. I read instruction from the link that is provided in previous post.
But, I have one problem, in the generated html report(also in xml file) time is shown in seconds instead in milliseconds. Example from some test case:
Status: OK
Time Taken: 740
Size: 0
Problem occur when it is needed to convert "Time taken" to, for example, hours, minutes, seconds. If you use some automated publishing tools, this time "740" will be converted to 12 minutes and 20 seconds, but actually it should be 0.74 seconds.
My question is it possible to specify somewhere that this time "Time taken" be in seconds?
I have one more question. is it possible to export only "Time taken" for one Test Step inside Test Case to JUnit report?