Karma vs Selenium vs TestingBot

Get Advice Icon

Need advice about which tool to choose?Ask the StackShare community!

Karma

2.6K
603
+ 1
181
Selenium

15.8K
12.5K
+ 1
527
TestingBot

10
39
+ 1
23
Advice on Karma, Selenium, and TestingBot
Needs advice
on
JestJestSeleniumSelenium
and
WebdriverIOWebdriverIO
in

we are having one web application developed in Reacts.js. in the application, we have only 4 to 5 pages that we need to test. I am having experience in selenium with java. Please suggets which tool I should use. and why ............................ ............................ .............................

See more
Replies (1)
Prashanth Marappa
Senior Software Engineer at Mphasis · | 1 upvotes · 232.6K views
Recommends
on
SeleniumSelenium

with the help of selenium we can automate react js for functional testing

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Karma
Pros of Selenium
Pros of TestingBot
  • 61
    Test Runner
  • 35
    Open source
  • 27
    Continuous Integration
  • 22
    Great for running tests
  • 18
    Test on Real Devices
  • 11
    Backed by google
  • 5
    Easy Debugging
  • 2
    Remote Control
  • 177
    Automates browsers
  • 154
    Testing
  • 101
    Essential tool for running test automation
  • 24
    Record-Playback
  • 24
    Remote Control
  • 8
    Data crawling
  • 7
    Supports end to end testing
  • 6
    Easy set up
  • 6
    Functional testing
  • 4
    The Most flexible monitoring system
  • 3
    End to End Testing
  • 3
    Easy to integrate with build tools
  • 2
    Comparing the performance selenium is faster than jasm
  • 2
    Record and playback
  • 2
    Compatible with Python
  • 2
    Easy to scale
  • 2
    Integration Tests
  • 0
    Integrated into Selenium-Jupiter framework
  • 5
    Good price
  • 3
    Real Devices
  • 2
    Selenium-compatible
  • 2
    Mobile support
  • 2
    Jenkins integration
  • 1
    Stable Tests
  • 1
    Great customer support
  • 1
    Cloud-based
  • 1
    IE support
  • 1
    Webdriver compatible
  • 1
    Bamboo Integration
  • 1
    TeamCity Integration
  • 1
    Parallel Testing
  • 1
    Highly Available

Sign up to add or upvote prosMake informed product decisions

Cons of Karma
Cons of Selenium
Cons of TestingBot
  • 1
    Slow, because tests are run in a real browser
  • 1
    Requires the use of hacks to find tests dynamically
  • 8
    Flaky tests
  • 4
    Slow as needs to make browser (even with no gui)
  • 2
    Update browser drivers
    Be the first to leave a con

    Sign up to add or upvote consMake informed product decisions

    4
    60
    4.6K
    20
    22
    100.6K
    225
    18
    - No public GitHub repository available -

    What is Karma?

    Karma is not a testing framework, nor an assertion library. Karma just launches a HTTP server, and generates the test runner HTML file you probably already know from your favourite testing framework. So for testing purposes you can use pretty much anything you like.

    What is 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. Boring web-based administration tasks can (and should!) also be automated as well.

    What is TestingBot?

    TestingBot provides automated and Manual cross browser testing in the cloud. Make sure your website looks ok in all browsers.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use Karma?
    What companies use Selenium?
    What companies use TestingBot?

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with Karma?
    What tools integrate with Selenium?
    What tools integrate with TestingBot?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    Blog Posts

    What are some alternatives to Karma, Selenium, and TestingBot?
    Jasmine
    Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, Node.js projects, or anywhere that JavaScript can run.
    Jest
    Jest provides you with multiple layers on top of Jasmine.
    Mocha
    Mocha is a feature-rich JavaScript test framework running on node.js and the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases.
    Protractor
    Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would.
    Git
    Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
    See all alternatives