Modified Monday, 23 April 2018 12:48
Tools
Ein Bild sagt mehr aus als tausend Tests. Die Verwendung von Unit-Test-Aussagen ist oft schwierig. Freigabe-Tests (approval tests) vereinfachen dies, indem Momentaufnahmen von den Ergebnissen gemacht werden, welche bestätigen, dass die Ergebnisse nicht verändert wurden. Bei einem normalen Unit-Test können Sie „assertEquals(5, person.getAge())“ schreiben. Approvals machen dies möglich, wenn es sich bei dem zu überprüfenden Element um kein einfaches, sondern um ein komplexes Objekt handelt. Sie...
Read more
Modified Thursday, 29 March 2018 15:29
Tools
ABAP Unit is part of the test landscape for ABAP programs and completes it. With regard to the sequence of tests, ABAP Unit comes after the static program checks and is the first of the runtime tests to be executed - that is, before the integration and system tests. ABAP Unit enables early recognition and cost-efficient removal of errors. The additional effort required when developing the tests is generally made up for by the resulting support of the production code.
Read more
Modified Monday, 26 March 2018 13:44
News
With its 500 attendees the Software-QS-Tag has established itself as the leading conference for software quality assurance and testing in Germany. This year, it takes place on 18th and 19th October in Frankfurt am Main. The main topic 2018 is called Continuous ‘Everything‘. Present your tools, products and services for software quality assurance and testing to the highly qualified audience! There will be again an accompanying exhibition on both conference days. The generous exhibition space in the...
Read more
Modified Monday, 19 March 2018 18:34
Tools
TextTest is an open source tool for text-based functional testing. This means running a program in lots of different ways from the command line, and using the text output produced as a means of controlling the behaviour of that application. Also on this site are StoryText and CaptureMock, which aid in GUI testing and mocking respectively. They do not depend on TextTest in any way but are well suited to being used together with it.
Read more
Modified Monday, 19 March 2018 17:59
Tools
Real-time quality analysis and visualizationfor requirements and tests.
Read more
Modified Monday, 19 March 2018 16:46
Tools
Behaviour Driven Development tool to test web applications. Open Source. Cucumber lets software development teams describe how software should behave in plain text. The text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid - all rolled into one format. Cucumber works with Ruby, Java, .NET, Flex or web applications written in any language. It has been translated to over 40 spoken languages. Cucumber also supports more succinct...
Read more
Modified Monday, 19 March 2018 16:28
Tools
Behat is an open source Behavior-Driven Development framework forPHP. It is a tool to support you in delivering software that matters through continuous communication, deliberate discovery and test-automation.
Read more
Modified Monday, 19 March 2018 16:27
Tools
PHPUnit is a programmer-oriented testing framework for PHP.It is an instance of the xUnit architecture for unit testing frameworks.
Read more
Modified Monday, 19 March 2018 16:25
Tools
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.
Read more
Modified Monday, 19 March 2018 16:24
Tools
CppUnit is the C++ port of the famous JUnit framework for unit testing.Test output is in XML or text format for automatic testing and GUI based for supervised tests.
Read more