diff --git a/README.md b/README.md index b82b6ab..a78cb9a 100644 --- a/README.md +++ b/README.md @@ -800,6 +800,7 @@ Thinking in Java book is written by Bruce Eckel who is also the author of Thinki *Tools that test from model to the view.* +* [Appium](https://github.com/appium/appium) - Automation for iOS, Android, and Windows Apps. * [Apache JMeter](http://jmeter.apache.org/) - Functional testing and performance measurements. * [Arquillian](http://arquillian.org/) - Integration and functional testing platform for Java EE containers. * [AssertJ](http://joel-costigliola.github.io/assertj/) - Fluent assertions that improve readability. @@ -825,6 +826,7 @@ Thinking in Java book is written by Bruce Eckel who is also the author of Thinki * [PIT](http://pitest.org) - Fast mutation-testing framework for evaluating fault-detection abilities of existing JUnit or TestNG test-suites. * [PowerMock](https://github.com/jayway/powermock) - Enables mocking of static methods, constructors, final classes and methods, private methods and removal of static initializers. * [raml-tester](https://github.com/nidi3/raml-tester) - Tests if a request/response matches a given RAML definition. +* [QAF](https://github.com/qmetry/qaf/) - QMetry Automation Framework for web, mobileweb, mobile native and rest web-service using Selenium, webdrier, TestNG and Java Jersey * [REST Assured](https://github.com/jayway/rest-assured) - Java DSL for easy testing for REST/HTTP services. * [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests. * [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications.