TTCN-3 Bibliography |
Wieghardt, J. 2008, June 3–6, Integration testing of object-oriented .NET applications. Unpublished paper presented at ETSI TTCN-3 User Conference 2008, Madrid (Spain). Added by: Deleted user (22/08/2008, 10:55) |
Resource type: Conference Paper BibTeX citation key: Wieghardt View all bibliographic details |
Categories: General Creators: Wieghardt Publisher: MTP, ETSI (Madrid (Spain)) Collection: ETSI TTCN-3 User Conference 2008 |
Views: 49/2355
|
Abstract |
Testing of .NET applications with TTCN-3 is a challenge since currently no tools of industrial strength exist that implement a native mapping from TTCN-3 to C# or any other .NET language. This presentation shows an approach that has been implemented successfully at Giesecke & Devrient to test a concurrent .NET application implemented in C# for controlling their banknote processing units. These units are deployed at more than 100 central banks around the world for counting, inspection, sorting, packing, and destruction of banknotes. The test approach requires the proper handling of .NET data definitions, which are implemented using object orientation in C#, in appropriate TTCN-3 type definitions. They are used by the TTCN-3 tester to construct templates for stimuli and responses in the test cases. A test architecture is presented that bridges the unmanaged world of a TTCN-3 tester implementation in C with the managed .NET C# world of the system under test. Added by: Deleted user |