Which client for server tests

Hi,

I would like to know which Jabber client you as developers are using to test the server.

Most clients I’'ve seen require to create profiles which is a bit unhandy with many different test-users …

Regards,

Frank

The clients I use mainly for testing are Smack and Exodus. I sometimes use Pandion and Psi but only for testing problems reported by users.

Regards,

– Gato

How do you use Smack as a client? Thought it’'s just a client libary …

We have 100 test cases written in Smack. We run all the tests daily as part of our development cycle. This “agile” process let’'s us do regression and integration tests frequently not only on the server side but also in the client side. FYI, the current test cases that we have now cover 45% of messenger code.

Regards,

– Gato