Selenide VS REST Assured

Compare Selenide vs REST Assured and see what are their differences.

Selenide

Concise UI Tests with Java! (by selenide)

REST Assured

Java DSL for easy testing of REST services (by rest-assured)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Selenide REST Assured
8 2
1,775 6,685
0.7% 0.9%
9.7 8.0
4 days ago 5 days ago
Java Java
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Selenide

Posts with mentions or reviews of Selenide. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-19.
  • Beginner’s Guide To Test Automation With Java (TestUI)
    4 projects | dev.to | 19 Jan 2023
    TestUI combines 2 different paradigm test automation frameworks, i.e., mobile (Appium) and desktop (Selenide), into one neat framework. In our opinion, it’s a great framework that offers vast functionality with easy-to-learn syntax, not to mention full access to Selenide methods in case something tricky needs to be done.
  • How to Accelerate Selenide Tests with Playwright
    8 projects | dev.to | 4 Jan 2023
    Selenide – A wrapper for Selenium, Selenide consists of many other tools, including Selenium, WebdriverManager, and BrowserUp Proxy. Selenide is well-organized and comes with good documentation and a large community. It enables you to simplify complex tasks, for example: file download, autostart and autostop of the browser, using a proxy, etc. Though it officially supports only Java, there is also an unofficial port in Python called Selene.
  • Why You Always Have To Close Your Article With A Call To Action AKA A Brief Introduction To Hashnode Widgets By Miki Szeles
    4 projects | dev.to | 18 Mar 2022
    Here it is: Contribute to the open-source Selenideium Element Inspector Chrome Extension, with which test automation teams can save hours daily by automatically generating all the relevant selectors for Selenide, Selenium, Cypress, Playwright, Squish and TestCafe.
  • Is there a framework that you use?
    2 projects | /r/softwaretesting | 18 May 2021
    Is there a working framework that you use in your daily work? I've written my little framework (Java,TestNG). Simple singleton with a bunch of services (Actions, Robot, Waiters etc). And then I've found this and this. I've tried examples. Google search in both cases. Understood nothing. Read some docs. Didn't benefit. But these guys are right, selenium webdriver is just a webdriver. You have to write a decent amount of wrapper code. I mean. We have a lot of great frameworks almost in any given field, but when it comes to testing there is no "out of the box" running fw. Hell. You can get a fully-running web-site in a day using Laravel or Spring Boot.

REST Assured

Posts with mentions or reviews of REST Assured. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-09.

What are some alternatives?

When comparing Selenide and REST Assured you can also consider the following projects:

WireMock - A tool for mocking HTTP services

Mockito - Most popular Mocking framework for unit tests written in Java

Karate - Test Automation Made Simple

Citrus - Framework for automated integration tests with focus on messaging integration

Spock - The Enterprise-ready testing and specification framework.

JUnit - A programmer-oriented testing framework for Java.

AssertJ - AssertJ is a library providing easy to use rich typed assertions

Gatling - Modern Load Testing as Code

Cucumber - Cucumber for the JVM

Awaitility - Awaitility is a small Java DSL for synchronizing asynchronous operations

MockServer - MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).

Pact JVM - JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.