Java 6 EE Testing
11
Testing for all Java 6 EE Layers
Follow
Your new post is loading...
Scooped by Papapetrou Patroklos
Scoop.it!

Running JUnit Tests Repeatedly Without Loops

Running JUnit Tests Repeatedly Without Loops | Java 6 EE Testing | Scoop.it
Recently I came across a problem where I had to write tests for a method that calculates randomly distributed values within a certain range of possibilities 1. More precisely if you assume a signature...
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

It ain't just reds and greens: Automated Acceptance Testing and quaternary test outcomes

It ain't just reds and greens: Automated Acceptance Testing and quaternary test outcomes | Java 6 EE Testing | Scoop.it
Although they seem simple enough on the surface, test outcomes are actually quite complicated beasts. Traditional unit tests, and basic TDD tests, have just two states, passing or failing, represen...
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Thucydides Release 0.9.103 - Improved reporting, other enhancements and bug fixes

Thucydides Release 0.9.103 - Improved reporting, other enhancements and bug fixes | Java 6 EE Testing | Scoop.it
Thucydides Release 0.9.103 adds some useful new features and enhancements. Reports distinguish between errors and failures Test reports now distinguish between test errors and failures. The followi...
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

NoBlogDefFound: Don't rely on unit tests alone

No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Functional Test Coverage - taking BDD reporting to the next level

Functional Test Coverage - taking BDD reporting to the next level | Java 6 EE Testing | Scoop.it
Conventional test reports, generated by tools such as JUnit or TestNG, naturally focus on what tests have been executed, and whether they passed or failed. While this is certainly useful from a tes...
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Let’s Turn Integration Tests with Maven to a First-Class Citizen

Let’s Turn Integration Tests with Maven to a First-Class Citizen | Java 6 EE Testing | Scoop.it
I would like to thank Arnaud Heritier who gave me plenty of tips and advices to write this blog. In fact if you want to endorse someone on Maven in LinkedIn, he is the man, not me ;o) If you use Ma...
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

hasCode.com » Blog Archive » Running categorized Tests using JUnit, Maven and Annotated-Test Suites

hasCode.com » Blog Archive » Running categorized Tests using JUnit, Maven and Annotated-Test Suites | Java 6 EE Testing | Scoop.it

Sometimes we need to classify the tests in a project and a possible solution to achieve this goal is to assign different categories to the tests.

No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

hasCode.com » Blog Archive » New features in JUnit 4.11

hasCode.com » Blog Archive » New features in JUnit 4.11 | Java 6 EE Testing | Scoop.it

JUnit is one of the most popular testing frameworks out there. Version 4.11 has just been released and offers some nice improvements that you shouldn’t miss.

No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Stress-Testing Java EE 6 Applications Without Stress

Stress-Testing Java EE 6 Applications Without Stress | Java 6 EE Testing | Scoop.it
In the context of Java EE 6, unit tests are nice but worthless. Unit and integration tests execute chunks of the business logic in a single thread.
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

CDI-powered Unit Testing using Arquillian | OCPsoft | Planet JBoss Community

When developing any system or software, it is important to test as much of that system as possible. Web frameworks are no exception; comprehensive, well-designed unit tests are critical for long-term success and maintenance. With the introduction of Contexts and Dependency Injection into the Java Enterprise framework (otherwise known as CDI – Weld, or Apache OpenWebBeans,) unit testing is as important as ever, but it would be nice to harness the power of dependency injection for use in unit tests, as well as in the production system!

No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Thucydides Release 0.9.12 – jBehave Integration

Thucydides Release 0.9.12 – jBehave Integration | Java 6 EE Testing | Scoop.it
A new update to Thucydides was just released – Release 0.9.12.  This release integrates a popular BDD framework, jBehave, with Thucydides. jBehave Integration jBehave is one of the most widel...
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

One Jar To Rule Them All: JaCoCo in Maven Multi-Module Projects

One Jar To Rule Them All: JaCoCo in Maven Multi-Module Projects | Java 6 EE Testing | Scoop.it

Code coverage is an important measure used during our development that describes the degree to which source code is tested.

In this post I am going to explain how to run code coverage using Maven and JaCoCo plugin in multi-module projects.

No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

The Future of Fest | Javalobby

The Future of Fest | Javalobby | Java 6 EE Testing | Scoop.it
’m very excited to be working on FEST again! It has been more than a year since my last commit and there is a lot of catch up for me to do.
I have put...
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Running JUnit Tests Repeatedly Instead of Coding a Loop | Code Affine

Running JUnit Tests Repeatedly Instead of Coding a Loop | Code Affine | Java 6 EE Testing | Scoop.it
This post illustrates the possibility of using JUnit Rules to execute a test repeatedly. It is based on a real world example to provide a plausible use case.
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

JUnit Testing of Spring MVC application: Testing Frontend Using Selenium | Javalobby

JUnit Testing of Spring MVC application: Testing Frontend Using Selenium | Javalobby | Java 6 EE Testing | Scoop.it
In continuation of my earlier blogs on Introduction to Spring MVC and Testing Controller in Spring MVC, in this blog I will demonstrate how to test Web layer...
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Thucydides Release 0.9.98 - Better screenshots management

Thucydides Release 0.9.98 - Better screenshots management | Java 6 EE Testing | Scoop.it
Thucydides Release 0.9.98 is now out. More granular screenshot capturing Adding on to some recent enhancements to screenshots management, Thucydides now supports a method to give you even finer con...
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Thucydides Release 0.9.95 - Example reporting for junit tests

Thucydides Release 0.9.95 - Example reporting for junit tests | Java 6 EE Testing | Scoop.it
Example reporting comes to Junit tests Our latest release (0.9.95) brings the example reporting format changes (released last month for jBehave) to parametric junit tests. A few cosmetic changes ha...
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Using Builder Pattern in JUnit tests | Java Code Geeks

Using Builder Pattern in JUnit tests | Java Code Geeks | Java 6 EE Testing | Scoop.it
No comment yet.
Rescooped by Papapetrou Patroklos from Android tools, techniques and features
Scoop.it!

How to Integrate FitNesse Test into Jenkins | Javalobby

How to Integrate FitNesse Test into Jenkins | Javalobby | Java 6 EE Testing | Scoop.it
In an ideal continuous integration pipeline different levels of testing are involved. Individual software modules are typically validated through unit tests,...

Via syednazirrazik
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Testing DAOs using Arquillian – Jayway

Have you been struggling with setting up integrations tests for DAOs? We all need to test them, luckily there is a tool helping you to do that and that is Arquillian.

No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Hack Idea: Fully Automate ATDD by Integrating Thucydides with Arquillian | Arquillian | Planet JBoss Community

Hack Idea: Fully Automate ATDD by Integrating Thucydides with Arquillian | Arquillian | Planet JBoss Community | Java 6 EE Testing | Scoop.it

Imagine being able to organize and structure your Arquillian tests as human-readable specifications by example that describe at a high-level how the application should work, then being able to present illustrated documentation generated from a test run that gives all parties an account of the features under development and tracks feature sign-off through automation of the acceptance criteria.

No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Apache JMeter - Changes

Apache JMeter - Changes | Java 6 EE Testing | Scoop.it

Apache JMeter 2.8 released

No comment yet.
Suggested by Stéphan Mestach
Scoop.it!

Selenium Best Practices

Selenium Best Practices | Java 6 EE Testing | Scoop.it
In summary : use PageObjects pattern, be fluent, robust and portable and know your new tool !
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Automated Acceptance Testing with JBehave and Thucydides

Automated Acceptance Testing with JBehave and Thucydides | Java 6 EE Testing | Scoop.it

Thucydides is an open source library designed to make it easier to define, implement and report on automated acceptance criteria. Until now, Thucydides tests have been implemented using JUnit or easyb. However the most recent version of Thucydides, version 0.9.x, now lets you write your acceptance criteria using the popular JBehave framework.

No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Extending JMeter with a WS-Trust/STS sampler

Extending JMeter with a WS-Trust/STS sampler | Java 6 EE Testing | Scoop.it

JMeter does not have any inbuilt support for WS-Security or WS-Trust and that made me develop this STS Sampler for JMeter - which could make anyone's life better while load testing an STS.

No comment yet.