• Apache JMeter

    We are looking to use Apache JMeter. Any experience out there?
    Profile Photo
    last modified by nmtcaton
  • hi i am working in jboss server i have some problem to find error in server.log file . how can i configure to show only ERROR priority  in my log file

    please help me to solve this issue
    Profile Photo
    last modified by karthik_pasc
  • Automated tests for Katello based on Clojure

    Jeff Weiss, a QA engineer in the Red Hat Cloud QE group, informed me that his group uses Clojure internally at Red Hat for automated testing. He said they used to use Java, but that Clojure offers several critical adv...
    Profile Photo
    last modified by dan.j.allen
  • PerfRunner: easy performance and scalability measurement with JUnit

    Hello testing enthusiasts,   The recent thread about Iago prompted me to tie up a few loose ends in one of my pet projects, PerfRunner.   PerfRunner is a JUnit test runner that makes it easy to test how so...
    Profile Photo
    created by jfuerth
  • Time Travelling Test Recording with Chronon

    I have came across Chronon as time-travelling debugger for Java.   I found it pretty useful for debugging RichFaces CDK (Java SE project).   They also offer open-source license in case you will accept Chro...
    Profile Photo
    created by lfryc
  • A new load testing tool, Iago

    One of the tenants of Arquillian is to enable developers to write a broad spectrum of tests. One type of test that often gets overlooked, to the peril of an application's own success, is load testing.   Twitter...
    Profile Photo
    last modified by dan.j.allen
  • An intro to functional testing, page objects and Geb

    I recently read an article on Groovy Functional Testing with Geb, published on jaxenter.com. It provides a really nice introduction to functional testing and page objects. It also gets you thinking about the advantage...
    Profile Photo
    last modified by dan.j.allen
  • Stop mocking, start testing

    Although the speakers are talking about a python application, rather than a Java one, this recorded presentation by two engineers at Google that maintain Google Code touts the motto of the Arquillian project:   ...
    Profile Photo
    created by dan.j.allen
  • Testing deployment of pre-built .war to various web servers

    Hi testing enthusiasts,   I'm itching to automate deployment testing of several Errai quickstart projects. Here's what we're doing by hand:   * Launch in Dev Mode and poke at the app (this can be handled ...
    Profile Photo
    last modified by jfuerth
  • Code Coverage Tools

    Hi guys,   Just curious: what is the consensus on code coverage tools within JBoss?   I used to use Ant and Emma, and it gave me great, combined unit test and integration test coverage reports (http://me...
    Profile Photo
    last modified by kennardconsulting
  • Code coverage is not about completeness

    This thought-provoking entry about Test Coverage by Martin Fowler, which Bartosz pointed out to me, begins by challenging the mainstream thinking about code coverage and arrives at the very essence of why we have test...
    Profile Photo
    created by dan.j.allen
  • How to import your project's history into Sonar

    Answering a challenge from Matthew McCullough at JAX, Aslak wrote up a tutorial for how to import your project's history into Sonar in this gist:   https://gist.github.com/2422117
    Profile Photo
    created by dan.j.allen
  • Feedback from PAX 2011

    I presented an Arquillian workshop and attended a few talks at the Project Automation Experience in Dec 2011. I'd like to share some of the feedback I collected from that event.   First, there is absolutely no q...
    Profile Photo
    last modified by dan.j.allen
  • Web Consistency Testing

    I came across interesting project for testing of differences between pages in different rendering engines / browsers:   http://webconsistencytesting.com/   It has similar goals like RushEye, but the implem...
    Profile Photo
    last modified by lfryc
  • Out of container dependency injection

    I just stumbled over the blog entry Testing Seam 2 based applications with Needle, which naturally piqued my interested. My immediate thought was, "What the heck is Needle?" That led me to the Needle project page. Nee...
    Profile Photo
    last modified by dan.j.allen