WinXP SP3 (WindowsUpdate done)
Ranorex 3.1.2
*********************************
Hello,
I try to create a status (x Success, y Failed, z Blocked) to monitor the progress of my tests. To do this I try to use the IReportBuilder Interface.
To be sure how you present your results (in the rapport), I do a sample :
I log all call to LogText-LogData and I found the following rules :
1) Treat when metaInfos contains (key, value) activity;testcaseiteration
2) Treat when metaInfos contains (key, value) activity;testcase except if last call contain activity;testcaseiteration
Are the following rules OK?
Best regards