Log in to follow, share, and participate in this socialgroup.
Article The JBoss SwitchYard Service Debugger
The JBoss SwitchYard Service DebuggerThe 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...
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...
Article Creating Complex Test Configurations with Red Deer
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...
Article Hunting for an SWT Test Framework? Say Hello to Red Deer
Hunting for an SWT Test Framework? Say Hello to Red DeerThis 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...
New Text Document.txtDear 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
Thread 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
Thread Automated tests for Katello based on Clojure
Automated tests for Katello based on ClojureJeff 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...
Thread PerfRunner: easy performance and scalability measurement with JUnit
PerfRunner: easy performance and scalability measurement with JUnitHello 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...
Thread Time Travelling Test Recording with Chronon
Time Travelling Test Recording with ChrononI 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...
A new load testing tool, IagoOne 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...
Thread An intro to functional testing, page objects and Geb
An intro to functional testing, page objects and GebI 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...
Stop mocking, start testingAlthough 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: ...
Thread Testing deployment of pre-built .war to various web servers
Testing deployment of pre-built .war to various web serversHi 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 ...
Code Coverage ToolsHi 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...
Code coverage is not about completenessThis 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...
Thread How to import your project's history into Sonar
How to import your project's history into SonarAnswering 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
Feedback from PAX 2011I 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...
Web Consistency TestingI 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...