robjahn
14 years agoContributor
HTML Reporting bug?
using testrunner I see in the PDF report that 25 assertions fail and I can see 25 the individual logs with 'Failed" in the name. However, in the HTML report only a 7 of the failures are showing up. Is This a bug or expected?
Attached is summary files (sorry can all details due)
I used test runner with the following switches in dos batch script:
echo off
cls
set logdir="C:\Temp\NGOE\07_soa_testing\ngoe\reports"
set projectfile="C:\Temp\NGOE\07_soa_testing\ngoe\ngoe.xml"
:startScript
echo on
call "C:\Program Files\eviware\soapUI-Pro-3.6.1\bin\testrunner.bat" -r -a -j -f%logdir% -I %projectfile% -R"TestSuite Report" -FPDF -s"Dynamic TestSuite"
echo off
echo.
echo "TEST COMPLETE !!"
pause
Attached is summary files (sorry can all details due)
I used test runner with the following switches in dos batch script:
echo off
cls
set logdir="C:\Temp\NGOE\07_soa_testing\ngoe\reports"
set projectfile="C:\Temp\NGOE\07_soa_testing\ngoe\ngoe.xml"
:startScript
echo on
call "C:\Program Files\eviware\soapUI-Pro-3.6.1\bin\testrunner.bat" -r -a -j -f%logdir% -I %projectfile% -R"TestSuite Report" -FPDF -s"Dynamic TestSuite"
echo off
echo.
echo "TEST COMPLETE !!"
pause