Treffer: .NET Module Testing With IronPython.

Title:
.NET Module Testing With IronPython.
Authors:
Source:
MSDN (1528-4859). Jun2009, Vol. 24 Issue 6, p81-87. 6p.
Database:
Supplemental Index

Weitere Informationen

The article presents ways on how to test .NET-based modules by using IronPython. It notes that the Python scripting language is an excellent option for various types of software testing, while IronPython is an implementation of this scripting language that targets the Microsoft .NET Framework. It discusses the steps and the techniques involved in module testing through IronPython using the command line and the execution of a lightweight IronPython script. It examines the TwoCardPokerLib library under test which reveals issues involved in module testing. It explains the processes involved in ad hoc interactive module testing, and lightweight module test automation. It also mentions that module testing with Python can be combined with unit testing to generate better, more reliable software.