Software Alternatives, Accelerators & Startups

Cypress.io VS TestingBot

Compare Cypress.io VS TestingBot and see what are their differences

Cypress.io logo Cypress.io

Slow, difficult and unreliable testing for anything that runs in a browser. Install Cypress in seconds and take the pain out of front-end testing.

TestingBot logo TestingBot

Automated and Manual Browser and Device testing.
  • Cypress.io Landing page
    Landing page //
    2023-04-17
  • TestingBot Landing page
    Landing page //
    2020-02-21

TestingBot provides a real device cloud as well as a Selenium browser grid.

Customers can create and run test scripts on these browsers and devices on TestingBot. They will receive test results, a video of the test, screenshots and logs.

Make sure your apps and websites work flawlessly on all devices and browsers, with TestingBot.

TestingBot

$ Details
freemium $20.0 / Monthly (Unlimited Live Testing)
Platforms
iOS Android Windows Mac OSX Linux Browser
Release Date
2012 December

Cypress.io features and specs

  • Easy Setup and Configuration
    Cypress.io is known for its straightforward setup process, requiring minimal configuration to get started with writing and running tests, making it very accessible for developers new to end-to-end testing.
  • Real-time Reloads
    Cypress offers real-time reloading of tests, which improves the development experience by allowing instant feedback on test results as code changes are made.
  • Time Travel Debugging
    Cypress provides the ability to 'time travel' through tests by taking snapshots of the application state at different steps, making it easier to debug and understand failures.
  • Automatic Waiting
    Tests in Cypress automatically wait for commands and assertions, eliminating the need for manual waits and helping to avoid flaky tests due to timing issues.
  • Built-in Mocking and Stubbing
    Cypress has built-in capabilities for mocking and stubbing network requests, which simplifies testing of applications that depend on various services and APIs.
  • Rich Documentation and Community Support
    Cypress boasts comprehensive documentation and an active community, providing plenty of resources for learning and troubleshooting.
  • Cross Browser Testing
    Cypress supports testing in multiple browsers, including Chrome, Firefox, and Edge, ensuring compatibility across different environments.

Possible disadvantages of Cypress.io

  • Limited Browser Support
    Although Cypress supports several major browsers, it does not support legacy browsers like Internet Explorer, which can be a disadvantage for projects that require testing across a wider range of browsers.
  • No Native Mobile App Testing
    Cypress does not natively support mobile app testing, limiting its use for projects that need end-to-end testing on mobile platforms.
  • Heavy Memory Usage
    Cypress can consume significant system resources, particularly memory, which may impact performance during large or complex test runs.
  • Limited Parallelism
    By default, Cypress's parallel execution capabilities are limited, which can slow down the test suite execution for larger projects, although this can be mitigated with the Dashboard Service (a paid feature).
  • Learning Curve for Advanced Features
    While basic tests are easy to set up, leveraging advanced features like custom commands, plugins, and complex test setups can require a steeper learning curve.
  • Incompatibility with Some Testing Ecosystems
    Cypress's architecture and testing approach can sometimes cause compatibility issues with certain testing frameworks and libraries, particularly those that are tightly coupled with traditional WebDriver-based tools.

TestingBot features and specs

  • Wide Browser and Device Coverage
    TestingBot offers a large number of browser and device combinations, ensuring that your application performs well across various environments.
  • Flexible Test Framework Support
    The platform supports a variety of test frameworks and programming languages, making it adaptable to different testing needs and team preferences.
  • Parallel Testing
    TestingBot allows parallel test execution, which can significantly reduce the time required to run large test suites.
  • Geolocation Testing
    The service provides geolocation testing capabilities, allowing users to test applications from different geographical locations, which is useful for global applications.
  • User-Friendly Interface
    The platform offers an intuitive and user-friendly interface, making it accessible for both seasoned testers and those new to automated testing.

Possible disadvantages of TestingBot

  • Cost
    TestingBot's pricing might be higher compared to some other testing solutions, which could be a drawback for smaller companies or individual developers.
  • Complexity for Beginners
    While feature-rich, the platform might be overwhelming for beginners who are not familiar with automated testing and its associated tools.
  • Limited Local Testing
    Local testing options might be more limited compared to other services, potentially complicating tests that involve local resources or APIs.
  • Dependency on Internet Speed
    Since it's a cloud-based service, the performance can be highly dependent on the user's internet speed, which may lead to slower test execution.
  • Learning Curve
    Integrating TestingBot into existing workflows may require a learning curve, especially for teams transitioning from another tool.

Cypress.io videos

Introduction to automation testing with Cypress.io (Non-selenium framework)

More videos:

  • Review - Testing Angular with Cypress.io | Joe Eames | AngularConnect 2018

TestingBot videos

No TestingBot videos yet. You could help us improve this page by suggesting one.

Add video

Category Popularity

0-100% (relative to Cypress.io and TestingBot)
Automated Testing
89 89%
11% 11
Website Testing
76 76%
24% 24
Browser Testing
83 83%
17% 17
Testing
100 100%
0% 0

Questions and Answers

As answered by people managing Cypress.io and TestingBot.

How would you describe your primary audience?

TestingBot's answer:

  • QA
  • Developers
  • People looking to test their website and mobile app

Which are the primary technologies used for building your product?

TestingBot's answer:

  • NodeJS
  • Ruby
  • Selenium
  • Puppeteer
  • Playwright
  • Appium

What makes your product unique?

TestingBot's answer:

TestingBot guarantees single-use browsers. Each test runs on a brand new machine, and is destroyed after the test. This guarantees a pristine test environment.

All devices and browsers are located in Europe, providing minimal latency to QA and developers located in Europe.

Why should a person choose your product over its competitors?

TestingBot's answer:

While TestingBot is a smaller company compared to other competitors, the main advantages that TestingBot provides is: - better, one-to-one customer support - easy UI - extensive, easy-to-follow documentation

User comments

Share your experience with using Cypress.io and TestingBot. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Cypress.io and TestingBot

Cypress.io Reviews

20 Best JavaScript Frameworks For 2023
Cypress is a holistic automation testing framework where the tester can perform unit, integration, end-to-end, and regression testing. Additionally, they may orchestrate and unify outcomes with quality measurements and useful insights that support the agile workplace by leveraging the Cypress cloud.
Top 10 Perfecto alternatives with Zebrunner on top
- is a SaaS web app for easy scaling test runs and debugging failed tests. Pairs with the open source Cypress Test Runner.
Source: zebrunner.com

TestingBot Reviews

We have no reviews of TestingBot yet.
Be the first one to post

Social recommendations and mentions

Based on our record, Cypress.io should be more popular than TestingBot. It has been mentiond 27 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Cypress.io mentions (27)

  • Ensuring Web Accessibility with Cypress: A Comprehensive Guide
    Feature: Web Accessibility Tests Feature: Web Accessibility Tests Scenario Outline: Verify all WCAG Violations Given I am on the "" page And Verify all Accessibility Violations Scenario Outline: Verify P1,P2 WCAG Violations Given I am on the "" page And Verify only P1, P2 issues Examples: | url | | https://google.com | | https://amazon.in | | https://agoda.com | |... - Source: dev.to / 9 months ago
  • Simulating Internet Outage and Recovery using Cypress
    In this blog post, we'll explore a Cypress test that replicates this scenario, utilizing the powerful intercept command to manipulate network requests and responses. - Source: dev.to / over 1 year ago
  • Scraping a site?
    Maybe something like Cypress is what you're looking for? Cypress.io. Source: almost 2 years ago
  • How to write tests in Django for JavaScript fetch
    You won't be able to test the javascript function itself from within python, but you can exercise the front-end code using something like cypress (https://cypress.io) or the older but still respectable selenium (https://selenium.dev). Source: about 2 years ago
  • What's your CI/CD flow made of?
    How are they run (services (ie. GitHub Action Runners, SauceLabs, Cypress.io, etc.), or self hosted autoscaling infrastructures)? Source: over 2 years ago
View more

TestingBot mentions (7)

  • Free Cross Browser Testing Tools to pick in 2025
    8. TestingBot TestingBot offers a cloud-based platform for automated cross-browser testing. With support for Selenium and Appium, it enables teams to perform tests on real devices and browsers efficiently. The platform provides comprehensive testing capabilities with a focus on real-time feedback. TestingBot supports video recordings and screenshots of test sessions, enhancing the debugging process. - Source: dev.to / 6 months ago
  • LambdaTest alternatives: Analyzing the Top Choices
    TestingBot offers cloud-based automated and manual testing services for web and mobile applications. It simplifies the testing process across many browsers and devices, focusing on ensuring compatibility and optimal performance. - Source: dev.to / about 1 year ago
  • Show HN: WebRTC Nuts and Bolts, A holistic way of understanding how WebRTC runs
    We use it at https://testingbot.com to provide a realtime video stream of remote desktops and mobile device screens. Mostly with Pion (Go). - Source: Hacker News / almost 3 years ago
  • Optimising Appium Tests
    You will get instant test results, including a video, screenshots and logs. TestingBot is an Appium cloud provider which offers access to physical Android and iOS devices for native mobile app testing. - Source: dev.to / almost 3 years ago
  • Did you know the DTCC has a live ticker for the swaps market? Here’s gme swap data for the last month.
    I was able to use https://testingbot.com with the 5-minute free trial to access the side and create a Historic search. However, as I was waiting for my search to complete (holy crap is this site slow) my five-minute freebie window timed out. I will upgrade to a paid plan tomorrow and continue digging on that DTCC site. Source: almost 3 years ago
View more

What are some alternatives?

When comparing Cypress.io and TestingBot, you can also consider the following products

Selenium - Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that.

Sauce Labs - Test mobile or web apps instantly across 700+ browser/OS/device platform combinations - without infrastructure setup.

Katalon - Built on the top of Selenium and Appium, Katalon Studio is a free and powerful automated testing tool for web testing, mobile testing, and API testing.

CrossBrowserTesting - Browser Testing made simple! Run automated, visual, and manual tests on 1500+ real browsers and mobile devices. Test more browsers, in less time.

Robot framework - Robot Framework is a generic test automation framework for acceptance testing and acceptance...

browserling - Live interactive cross-browser testing from your browser.