First, thanks for working on test stuff, we really need more automate test cases. If you plan to work on the API test, we have a python test framework: https://cwiki.apache.org/CLOUDSTACK/testing-with-python.html. The most compelling feature is that it supports code completion for cloudstack API, very easy to write test case in Eclipse environment. And we are setting up a test infrastructure, which will execute all the test cases written for this framework. We already have around 500+ test cases, or maybe more, but apparently it's not enough. If you like to work on it, that will be great!
> -----Original Message----- > From: Yichi Lu [mailto:yichi...@sungard.com] > Sent: Monday, September 17, 2012 2:56 PM > To: cloudstack-dev@incubator.apache.org > Subject: unit tests for api/src/com/cloud/agent/api > > I'd start to write unit tests for classes in > api/src/com/cloud/agent/api in > alphabetical order. > > Let me know if you have any suggestions. > > Yichi Lu