Conception, implementation and documentation of structured software tests
Project duration: 4 months
Brief description
The starting point of the project is the MS Dynamics CRM system used at the customer's premises, extended by various Silverlight/C# modules. When working with very large amounts of data, various errors in the C# modules were detected by the customer, so that it is a task to determine these within the scope of a complete application test. The data structure used by the customer follows a tree hierarchy. In the test cases, the tree is traversed according to all possible combinations. The test evaluation is done in SpiraTeam, in MS Excel, the documentation is done in MS Word. MS Visual Studio is used for debugging.
Supplement
Use of the customer's VPN system, MS Dynamics CRM, customer-specific CRM extensions (Silverlight / C# modules), SpiraTeam, MS Word, MS Excel, MS Visual Studio. NET.
Subject description
The application is used to create a structured offer with a complex product hierarchy in a tree structure, which can be edited by drag & drop. Since the tree hierarchy, which represents the test data set, comprises a maximum of five levels and can be combined when editing composite substructures, a structured procedure is a prerequisite for successful test management. The test cases are designed to map the editing of data records of different sizes for all possible combinations in the offer structure. For a better understanding for the customer, all test cases are also visually edited so that it is easy to see which data is changed in which test step. To ensure a constant starting point for all test cases, the complete test data set is completely reset after each test execution. Both positive and negative tests of the possible editing combinations are performed.