From 3f9bc39286adb9442190c678f8d04e90db7d7cd0 Mon Sep 17 00:00:00 2001 From: Andrei Solntsev Date: Tue, 21 Oct 2014 14:18:46 +0300 Subject: [PATCH] Update README.md Add "Selenide" to testing tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce6b716..3bc8946 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [JUnit](http://junit.org/) - Common testing framework. * [Mockito](http://code.google.com/p/mockito/) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD. * [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications. +* [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests. * [TestNG](http://testng.org/) - Testing framework. * [VisualVM](http://visualvm.java.net/) - Visual interface for detailed information about running applications.