Monday, May 25, 2009

Racetrack Repository

Racetrack is a designed to store and display the results of automated tests. At VMware, over 2,000,000 test results have been stored in Racetrack Repository. Over 25 different teams use the repository to report results. It has a very simple data model, just three basic tables. ResultSet (stores information about a set of tests (Product, Build, etc.) Result, which stores information about the testcase itself, and ResultDetail, which stores the details of each verification performed within the test. ResultDetails also include screenshots and log files, make it easy for the triage engineer to determine the cause of the failure.
We are very excited to offer Racetrack to the public as an Open Source project. It offers complete visibility on test results to the organization, much more than Pass/Fail. QA Engineers, Developers, QA Managers, Project Managers all find it useful to quickly see the results of Basic Acceptance Tests, available within an hour of the build completing. Racetrack Triage Report makes it easy to see the number of defects found by a set of tests, and the number of failures caused by Product Changes, and Script failures. By adding a reference to your Bugzilla and Build systems, you can easily provide links directly from Racetrack to a defect or a build information page. The Web Services API is already part of the package, and SilkTest and Java APIs will be added shortly.

2 Comments:

At Wednesday, May 27, 2009 at 3:18:00 PM PDT, Blogger Bob Erb said...

Thanks.

Got it installed and running.

Can you give details of the Web Services API?

Can you point me to docs?

Thanks again.

 
At Tuesday, June 2, 2009 at 10:28:00 AM PDT, Blogger Nagappan said...

Can you try the one under client/python folder for now ? email me nagappan (at) gmail (dot) com

 

Post a Comment

<< Home