VOOZH about

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

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


  • Enterprise Java👁 Image
    Alex CollinsApril 17th, 2012
    4 273

    Integration Testing with Selenium

    Overview I’ve been using this for sometime and I’ve come across a few things that appear to make life easier.…

    Read More »
  • Enterprise Java👁 Image
    Markus EiseleApril 13th, 2012
    0 126

    Arquillian 1.0.0.Final released! Ready for GlassFish and WebLogic! Death to all bugs!

    Red Hat, Inc. and the JBoss Community today announced the 1.0.0.Final release of Arquillian, its award-winning testing platform built to…

    Read More »
  • Software Development👁 Image
    Peter BackxApril 12th, 2012
    0 124

    Taking over the Codebase, Solving the Spaghetti Crisis

    We’ve all been there. Somebody asks if you can take a look at their website that has been stagnant for…

    Read More »
  • Enterprise Java👁 Image
    Alex CollinsApril 6th, 2012
    4 174

    Beyond JUnit – Testing Frameworks alternatives

    JUnit is the defacto Java unit testing framework, but there’s a couple of new (and not so new) frameworks out…

    Read More »
  • Enterprise Java👁 Image
    Marcin ZajaczkowskiApril 2nd, 2012
    0 256

    Introduction to mutation testing with PIT and TestNG

    Mutation testing is a technique which allows to discover which parts of our code are not covered by tests. It…

    Read More »
  • Software Development👁 Image
    Dustin MarxMarch 29th, 2012
    0 155

    Unit Testing is a Means to an End

    Most professional software developers these days understand the importance and value of writing and using unit tests. A nice summary…

    Read More »
  • Software Development👁 Image
    David GreenMarch 2nd, 2012
    0 183

    Shame driven development

    I always aspire to write well-crafted code. During my day job, where all production code is paired on, I think…

    Read More »
  • Software Development👁 Image
    David GreenFebruary 10th, 2012
    0 117

    Growing hairy software, guided by tests

    Software grows organically. One line at a time, one change at a time. These changes soon add up. In an…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Ilias TsagklisJanuary 31st, 2012
    0 201

    Integration testing scoped beans in CDI 1.0 and Spring 3.1

    In this blog post I describe how to do integration testing with scoped beans in Spring and CDI. Everything is…

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