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

Jasmine

2.6K
1.5K
+ 1
186
Selenium

15.4K
12.3K
+ 1
525
Add tool

Jasmine vs Selenium: What are the differences?

Key Differences Between Jasmine and Selenium

Jasmine and Selenium are two popular testing tools used for different purposes. While Jasmine is primarily used for testing JavaScript code, Selenium is used for testing web applications. Here are the key differences between the two:

  1. Syntax: Jasmine uses a behavior-driven development (BDD) syntax, which allows developers to write tests in a more human-readable format. On the other hand, Selenium uses a different syntax that is more focused on interacting with web elements and simulating user actions.

  2. Execution Environment: Jasmine runs tests in a standalone JavaScript environment, such as a web browser or Node.js, allowing tests to be executed independently without the need for any specific browser or setup. Selenium, on the other hand, requires the use of a web browser and relies on a WebDriver to interact with the browser and execute tests.

  3. Scope of Testing: Jasmine is primarily focused on unit testing, where individual units of code are tested in isolation. It provides a rich set of features for mocking and stubbing resources to facilitate unit testing. Selenium, on the other hand, is more suited for functional and end-to-end testing of web applications, where the entire application is tested as a whole, including user interactions and page navigation.

  4. Integration: Jasmine can be easily integrated with other JavaScript testing frameworks and build tools, allowing developers to incorporate it seamlessly into their development workflow. Selenium, on the other hand, requires additional setup and customization to integrate with different testing frameworks and tools, making it less flexible in terms of integration.

  5. Supported Languages: Jasmine is primarily designed for testing JavaScript code and works well with JavaScript-based frameworks like Angular and React. Selenium, on the other hand, supports multiple programming languages like Java, Python, C#, and Ruby, making it more versatile in terms of language support.

  6. Parallel Testing: Selenium provides built-in support for parallel testing, where multiple tests can be executed concurrently across different browsers or test environments. This allows for faster execution and better utilization of testing resources. Jasmine, on the other hand, does not have native support for parallel testing, although it can be achieved using external tools or libraries.

In summary, Jasmine is a JavaScript testing framework focused on unit testing and has a more human-readable syntax, while Selenium is a web application testing framework that supports multiple programming languages and is more suited for functional and end-to-end testing.

Advice on Jasmine and Selenium
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 · 216.6K views
Recommends
on
SeleniumSelenium

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

See more
Decisions about Jasmine and Selenium

We use Selenium for our FDA validation testing.

For those not familiar with FDA and NASA quality control initiatives and testing requirements, suffice it to say that the federal government tends to talk in terms of 'validation and verification testing' in many of its' regulations. There's decades of history behind this term, and the three important takeaways are the following:

First, a project has to have two or more testing strategies, so as not to fall into a bias with a single testing strategy. Second, one of those testing strategies has to be user-centric, commonly known as validation testing. Examples include crash test dummies and end-to-end software acceptance tests. Third, most any other testing strategy can qualify as verification testing.

So, we use Selenium for our FDA validation testing, because it simulates a user walking through the software.

It's big and bloated and slow, and the legacy version runs on Java, and it's brittle and doubles the amount of code we have to write, and is otherwise a total pain in the ass. But it's like folding your parachute before skydiving or having a depth gauge when SCUBA diving or placing bolts when climbing a wall. There are simply some tasks that you don't want to do without safety gear.

And for all its' pain to use, Selenium is like safety gear for building your tech stack. We've migrated across a half a dozen user interfaces, two entirely different back-end languages, three or four data protocols, and countless utilities over the years. And Selenium warns us when we're in danger and it catches us when we fall.

See more

We use Mocha for our FDA verification testing. It's integrated into Meteor, our upstream web application framework. We like how battle tested it is, its' syntax, its' options of reporters, and countless other features. Most everybody can agree on mocha, and that gets us half-way through our FDA verification and validation (V&V) testing strategy.

See more

As bioinformaticists, we regularly get asked to develop apps or websites which are HIPAA compliant, connect to an EHR, or are ready for FDA regulation.

Regarding the last, the FDA has built up best practices over the past 40 or 50 years regarding "validation and verification" testing. Without going into a lengthy history of FDA regulations, suffice it to say that there are two important distinctions about validation and verification testing - the first of which is that there has to be more than one testing methodology, so that manufacturers or developers don't get a sort of biased tunnel vision; and the second is that at least one of the testing methodologies has to be user-centric. So, it's not enough to test the engine of a car, a manufacturer also must have crash test dummies.

In the world of software written for hospitals and clinical environments, we interpret the verification and validation testing requirements in terms of requiring more than one testing framework, one of which is an end-to-end testing harness using a technology like Selenium. It's not enough to have unit testing, but we also need e2e acceptance testing. Selenium has traditionally been the only game in town, and has been a struggle to work with at times. But it's a tank, and keeps on rolling. We particularly like recent incarnations using Chromedriver and WebDriver protocols, which is slowly reducing the reliance on the legacy Java server.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Jasmine
Pros of Selenium
  • 64
    Can also be used for tdd
  • 49
    Open source
  • 18
    Originally from RSpec
  • 15
    Great community
  • 14
    No dependencies, not even DOM
  • 10
    Easy to setup
  • 8
    Simple
  • 3
    Created by Pivotal-Labs
  • 2
    Works with KarmaJs
  • 1
    Jasmine is faster than selenium in angular application
  • 1
    SpyOn to fake calls
  • 1
    Async and promises are easy calls with "done"
  • 175
    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

Sign up to add or upvote prosMake informed product decisions

Cons of Jasmine
Cons of Selenium
  • 2
    Unfriendly error logs
  • 8
    Flaky tests
  • 4
    Slow as needs to make browser (even with no gui)
  • 2
    Update browser drivers

Sign up to add or upvote consMake informed product decisions

- No public GitHub repository available -

What is 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.

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.

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

Jobs that mention Jasmine and Selenium as a desired skillset
What companies use Jasmine?
What companies use Selenium?
See which teams inside your own company are using Jasmine or Selenium.
Sign up for StackShare EnterpriseLearn More

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

What tools integrate with Jasmine?
What tools integrate with Selenium?

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

Blog Posts

What are some alternatives to Jasmine and Selenium?
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.
Jest
Jest provides you with multiple layers on top of Jasmine.
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.
Chai
It is a BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework. It has several interfaces that allow the developer to choose the most comfortable. The chain-capable BDD styles provide an expressive language & readable style, while the TDD assert style provides a more classical feel.
Cypress
Cypress is a front end automated testing application created for the modern web. Cypress is built on a new architecture and runs in the same run-loop as the application being tested. As a result Cypress provides better, faster, and more reliable testing for anything that runs in a browser. Cypress works on any front-end framework or website.
See all alternatives