-
Changes in Version 3.6.2 (2021-01-22)
Changes in Version 3.5.0 (2020-06-04)
Changes in Version 3.4.2 (2020-03-26)
Changes in Version 3.3.1 (2019-08-22)
Changes in Version 3.3.0 (2019-01-09)
Changes in Version 3.2.1 (2018-12-21)
Changes in Version 3.2.0 (2018-08-27)
Changes in Version 3.1.1 (2018-06-29)
Changes in Version 3.1.0 (2018-03-27)
Changes in Version 3.0.0 (2018-02-20)
Introducing tapir
tapir is a framework to develop maintainable GUI tests. It’s name is an acronym for “Test API against Regression”. Some of its core principles are:
- Don‘t reinvent the wheel
tapir builds on established open source software, like Spring, Selenium, and many more. - Focus on UI regression tests
We developed our framework mainly for regression tests on web applications. But don’t worry. tapir provides enough extension points to develop components for fat client applications like Java FX or Swing. - Focus on readability, transparency and maintainability
Various concepts in tapir help you to achieve those goals. - Technology-neutral formulation of test cases
The structure of tapir tests projects make sure that your test cases don’t have to worry about the underlying UI technology of your application. - Modularity
tapir itself is splitted into several modules. Every module is a functional unit. There are a lot of modules (extensions) which can be used optionally. - Interoperablity
Because of its modularity tapir can be integrated in your system environment flawlessly. There are a couple of adapters which fulfill APIs of existing frameworks and tools. If no adapter for your framework or your tool is available yet, it’s very easy to write one by yourself.
- Previous
- Next