VOOZH about

URL: https://www.javacodegeeks.com/tag/testing/page/54

⇱ Testing Archives - Page 54 of 59 - Java Code Geeks


  • Enterprise Java👁 Image
    Samuel SantosJune 7th, 2012
    0 128

    Java EE 6 Testing Part II – Introduction to Arquillian and ShrinkWrap

    In Java EE 6 Testing Part I I briefly introduced the EJB 3.1 Embeddable API using Glassfish embedded container to…

    Read More »
  • Enterprise Java👁 Image
    Samuel SantosJune 7th, 2012
    1 197

    Java EE 6 Testing Part I – EJB 3.1 Embeddable API

    One of the most common requests we hear from Enterprise JavaBeans developers is for improved unit/integration testing support. EJB 3.1…

    Read More »
  • Enterprise Java👁 Image
    Dustin MarxJune 4th, 2012
    0 115

    JUnit’s Built-in Hamcrest Core Matcher Support

    In the post Improving On assertEquals with JUnit and Hamcrest, I briefly discussed Hamcrest “core” matchers being “baked in” with…

    Read More »
  • Core Java👁 Image
    Dustin MarxJune 1st, 2012
    0 117

    NetBeans 7.2 Introduces TestNG

    One of the advantages of code generation is the ability to see how a specific language feature or framework is…

    Read More »
  • Scala👁 Image
    kingsley.daviesMay 31st, 2012
    0 108

    ScaTDD: Casting an eye over three major Test frameworks in Scala

    Testing has traditionally been the gateway process for Scala development at a number of Java shops looking to evolve their…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eren AvsarogullariMay 25th, 2012
    0 238

    Spring Testing Support with TestNG

    TestNG is a test framework which is designed to cover all categories of tests: unit, functional, end-to-end, integration, (etc). It…

    Read More »
  • Agile👁 Image
    Jim BirdMay 24th, 2012
    0 115

    The pursuit of protection: How much testing is “enough”?

    I’m definitely not a testing expert. I’m a manager who wants to know when the software that we are building…

    Read More »
  • Core Java👁 Image
    John DobieMay 21st, 2012
    0 128

    Easy Unit and Integration Code Coverage

    This example shows how to generate coverage for unit and integration tests using Maven and Sonar. It uses very simple…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Mohamed SanaullaMay 16th, 2012
    3 181

    Test Driven Development – A Win-Win strategy

    Agile practitioners talk about Test Driven Development(TDD), so do lot of developers who care about their code quality and workability.…

    Read More »
  • First
  • ...
  • 40
  • 50
  • «
  • 53
  • 54
  • 55
  • »
  • ...
  • Last
Back to top button
Close