Hi All, I am a new bee to Alfresco. We have some existing web services that I wanted to do some stress testing. I want to call these Rest services from a POJO. Did anybody called the REST services from a POJO? or what is the best way to do the stress testing. The idea is to spawn a few threads to create, retrive and update the documents. Any help is greatly appreciated.
There are may frameworks out there that will do all the control for you.
Many people start with jMeter.
Typically you will just write a jUnit test or equivalent and then the testing framework will deal with running those tests. As you get more involved there can be problems producing sufficient test load and collating results, but that's for advanced cases
At the moment Alfresco is moving to use WebDrone for web performance testing. (I think)