Loading...
 
Skip to main content

Download dITPG
dITPG is a helper tool for dtmINSPECTOR. dITPG creates new test projects for dtmINSPECTOR which you can modify for your needs.

Files for dtmINSPECTOR
dITPG creates all files which are needed by dtmINSPECTOR for loading the test project. This includes the test project file (FPR extension), the overall test and single test files (XML extension).

Files for Visual Studio
dITPG creates a Visual Studio 2005 solution file (SLN extension), a project file (CSPROJ or VBPROJ) and the source files (CS or VB). The source files are created at the location where dtmINSPECTOR will look for them when trying to display it.

Choose your language
With dITPG you can create source files for C# or Visual Basic .NET, whatever language you prefer.

Example code
The source files include example code which already performs some basic steps that probably all tests need. You already get a basic starting point and see how some objects are used.

References
If dtmINSPECTOR is installed on the PC where dITPG is executed, it will automatically detect the location of the needed DLLs and reference them within the Visual Studio Project file. Therefore, the code will immediately compile.

Test names
You just specify the name of a test and dITPG automatically puts some necessary prefixes in front of it. The user interface of dITPG prevents you from doing things which would corrupt the required structure.