ReportUnit: A nUnit HTML report generator

ReportUnit is a deprecated but powerful open source report generator that allows you to easily create detailed and professional-looking reports for your unit tests. It is compatible with a wide range of test frameworks, including NUnit, MsTest, xUnit, TestNG, and Gallio. With ReportUnit, you can easily extract information from your test results and present it […]

ReportUnit: A nUnit HTML report generator Read More »

NUnit Orange Report Generator

NUnitOrange is now discontinued and superseded by ReportUnit, its replacement, which now generates reports for several other test-runners besides NUnit. NUnitOrange will still be available for download via the link below and NuGet, but will not get any more enhancements. NUnitOrange creates masonry-style HTML reports for NUnit. It’s a simple Console application that creates easy to

NUnit Orange Report Generator Read More »

QTP, VBScript – Eval and Execute

This topic covers the concepts of the Eval function and Execute statement in depth. The function Eval is used to evaluate a string and return the result of the string expression. The Execute statement on the other hand, executes one or more statements in a string expression and enables creation of dynamic code. Multiple statements can be executed at

QTP, VBScript – Eval and Execute Read More »

QTP – Understanding the Description Object (Description.Create)

A Description Object in QTP is a collection of test object property and value pairs. Each object in the app classifies to be part of a collection. It is a very powerful approach to create object collections – each object in the collection will resemble each other by the property-value pairs specified by a description

QTP – Understanding the Description Object (Description.Create) Read More »

Scroll to Top