VOOZH about

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

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


  • Groovy👁 Image
    Keyhole SoftwareApril 17th, 2015
    3 182

    Short on Time? Switch to Groovy for Unit Testing

    If you are a programming today, you have most likely heard of Unit Testing or of the Test-Driven Development process.…

    Read More »
  • Software Development👁 Image
    Petri KainulainenApril 13th, 2015
    0 235

    Writing Clean Tests – Small Is Beautiful

    We have learned that “clean” unit tests might not be as clean as we think. We have done our best…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMarch 31st, 2015
    2 195

    Writing Clean Tests – Trouble in Paradise

    If our code has obvious faults, we are very motivated to improve it. However, at some point we decide that…

    Read More »
  • Software Development👁 Image
    Jacob ZimmermanMarch 24th, 2015
    0 106

    Testing Interface Invariants

    Today’s article is something a little special. It’s the first article where I use code from my current personal project…

    Read More »
  • Core Java👁 Image
    Willem CheizooMarch 14th, 2015
    0 112

    Nifty JUnit : Using Rule on Method and Class level

    As shown in a the post Nifty JUnit : Working with temporary files, it is possible to use @Rule in…

    Read More »
  • Core Java👁 Image
    Peter VerhasFebruary 24th, 2015
    1 135

    Using junit for something else

    junit != unit test Junit is the Java unit testing framework. We use it for unit testing usually, but many…

    Read More »
  • Software Development👁 Image
    Jacob ZimmermanFebruary 18th, 2015
    0 117

    Refactoring to Allow Test Doubles

    Sometimes, when you make a class, it directly instantiates an object to use in its methods. For example:    …

    Read More »
  • Software Development👁 Image
    Gil ZilberfeldFebruary 17th, 2015
    0 163

    Unit Test, System Test, Red Test, Green Test

    We tend to categorize different types of tests according to what they cover. Unit tests cover small portions of code,…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaFebruary 12th, 2015
    0 119

    Stress testing the OIM web (UI) layer

    The default configuration in Oracle IDM reserves 20 threads dedicated for serving front end (UI) requests. This basically means that…

    Read More »
  • First
  • ...
  • 10
  • 20
  • «
  • 28
  • 29
  • 30
  • »
  • 40
  • 50
  • ...
  • Last
Back to top button
Close