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

JUnit

4.1K
610
+ 1
0
PHPUnit

2.1K
284
+ 1
14
RSpec

2.6K
195
+ 1
0
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of JUnit
Pros of PHPUnit
Pros of RSpec
    Be the first to leave a pro
    • 5
      TDD Unit Testing
    • 2
      TDD Integration Testing
    • 2
      Software Quality
    • 2
      TDD Acceptance Testing
    • 1
      TDD Unit Testing
    • 1
      Unit Testing
    • 1
      The de facto standard for xUnit testing in PHP
      Be the first to leave a pro

      Sign up to add or upvote prosMake informed product decisions

      Cons of JUnit
      Cons of PHPUnit
      Cons of RSpec
        Be the first to leave a con
        • 1
          Mocked services require more effort and understanding
          Be the first to leave a con

          Sign up to add or upvote consMake informed product decisions

          - No public GitHub repository available -

          What is JUnit?

          JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.

          What is PHPUnit?

          PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.

          What is RSpec?

          Behaviour Driven Development for Ruby. Making TDD Productive and Fun.

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

          What companies use JUnit?
          What companies use PHPUnit?
          What companies use RSpec?

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

          What tools integrate with JUnit?
          What tools integrate with PHPUnit?
          What tools integrate with RSpec?

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

          What are some alternatives to JUnit, PHPUnit, and RSpec?
          NUnit
          An evolving, open source framework designed for writing and running tests in Microsoft .NET programming languages.It is an aspect of test-driven development , which is part of a larger software design paradigm known as Extreme Programming
          TestNG
          It is a testing framework designed to simplify a broad range of testing needs, it covers all categories of tests: unit, functional, end-to-end, integration, etc.Run your tests in arbitrarily big thread pools with various policies available (all methods in their own thread, one thread per test class, etc.
          Mockito
          It is a mocking framework that tastes really good. It lets you write beautiful tests with a clean & simple API. It doesn’t give you hangover because the tests are very readable and they produce clean verification errors.
          Arquillian
          It is an integration and functional testing platform that can be used for Java middleware testing. With the main goal of making integration (and functional) tests as simple to write as unit tests, it brings the tests to the runtime environment, freeing developers from managing the runtime from within the test.
          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.
          See all alternatives