views:

23

answers:

2

Hi,

Do you know any good reference about testing distributed systems? It could be about main types of test for distributed systems, major tests, who are the main authors about it ...

Thanks for any help, Giovanni

A: 

Can you offer some more details as to the system you are testing? Are you testing looking at testing from a unit test perspective or more from more of an system integration stand point? If you are looking for more on basics of test I would suggest doing a little more digging around on SO. There are a number of posts about testing basics that you may want to review.

Dan Snell
A: 

Sure!

I'm looking for any references about system tests. I want to test the functionalities of my distributed system. The references may be papers, books, posts, etc!

Thanks for help, Giovanni

Giovanni Farias