[scriptInclude type="file" source="$(ResourcesFolder)\_Shared\includes\document-start-include.html" /] [$! using Zeta.VoyagerLibrary.Tools; $] [scriptInclude type="file" source="$(ResourcesFolder)\_Shared\includes\header-content-include.html" /]

Projektfortschritt für Testplan "[$=tp.Title$]"

Export

[$=testEnv.Title$]

Testlauf Status Start Ende Gesamt Offen ∑ (Leer) ∑ [$=testResult.ShortName$]
[$=testRun.Title$] [$=StringHelper.GetEnumDescription(testRun.State)$] [$=getOrEmpty("-", ZetaTestStringHelper.FormatDateAndTime( testRun.DateStarted ))$] [$=getOrEmpty("-", ZetaTestStringHelper.FormatDateAndTime( testRun.DateFinished ))$] [$=totalCount$] [$=openCount$] [$=emptyCount$] [$ int id; if (states.TryGetValue( testResult.ID, out id ) ) { Context.Write(id); } else { Context.Write(0); } $]

[$=index$] Testläufe.

[$$ private static string getOrEmpty( string alt, string text ) { return string.IsNullOrEmpty(text)?alt:text; } $]