Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

Detroubulator, the open source unit test tool for SAP XI mapping programs, was released at the SDN Day in Amsterdam last year (Detroubulator version 1.0 is out announcing its official release). We're currently working on version 1.1, which will be the first major release since the tool's debut. Over the coming weeks I'll be blogging about the new features and enhancements that we're adding.




Expected values in assertions

If the element contains the expected value, the XPath expression will evaluate to true and the assertion will pass. If not, the assertion will fail and the provided error message will be reported. However, the actual content of the element is not reported. The Detroubulator version 1.1 content assertion lets you explicitly specify the expected value in the new

Backwards compatibility

The new

expect

attribute is not mandatory. If it's not present, a default value of Boolean true will be assumed. This default behaviour ensures that your version 1.0 test files will run unchanged in version 1.1.