• The JBoss SwitchYard Service Debugger

    The JBoss SwitchYard Service Debugger   This post introduces the new service debugger for JBoss SwitchYard and provides the reader with an overview of SwitchYard’s capabilities, as demonstrated in its exa...
    Profile Photo
    last modified by ldimaggio
  • If Bad Things Happen to Good Automated Tests - How Red Deer Helps you to Debug Failed Tests

      This is the fourth in a series of posts on the new JBoss Red Deer automated test framework. This post describes features in Red Deer that make it easier to debug test failures.   Writing any automated ...
    Profile Photo
    last modified by ldimaggio
  • The Red Deer Recorder

            This is the third in a series of posts on the new “Red Deer” (https://github.com/jboss-reddeer/reddeer) open source testing framework for Eclipse. In the previous pos...
    Profile Photo
    last modified by ldimaggio
  • Creating Complex Test Configurations with Red Deer

      This is the second in a series of posts on the new “Red Deer” (https://github.com/jboss-reddeer/reddeer) open source testing framework for Eclipse. In the previous post in this series, we introduced...
    Profile Photo
    last modified by ldimaggio
  • Apache JMeter

    We are looking to use Apache JMeter. Any experience out there?
    Profile Photo
    last modified by nmtcaton
  • Hunting for an SWT Test Framework? Say Hello to Red Deer

    This is the first in a series of posts on the new “Red Deer” (https://github.com/jboss-reddeer/reddeer) open source testing framework for Eclipse. In this post, we’ll be introduced to Red Deer, and t...
    Profile Photo
    last modified by ldimaggio
  • New Text Document.txt

    Dear Friend i face the error in my machine in starting time please give the solution for this   i use centos 5.6 32-bit server jdk 1.7 32-bit
    Profile Photo
    last modified by karthik_pasc
  • 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