6

What is Robot Army Testing? Where is it used? How can I learn it?

CoderDennis
  • 13,642
  • 9
  • 69
  • 105
joe
  • 34,529
  • 29
  • 100
  • 137

5 Answers5

7

I'm not sure that it exists. There's Rational Robot, an automated testing record-and-playback tool, but you have to buy it. I've yet to hear of Robot Army testing, however, although I agree with Nick - it sounds AWESOME :)

The only mention I can find of it ANYWHERE is on:

http://www.mail-archive.com/wtr-general@rubyforge.org/msg07756.html

So maybe it's also known as MBT (Model Based Testing)?

If so, take a look at http://en.wikipedia.org/wiki/Model-based_testing for information on that and some handy links to tutorials etc.

Hope that helps!

Mark Mayo
  • 12,230
  • 12
  • 54
  • 85
5

If by "Robot Army Testing" you mean assembling a suite of automated tests on a grand scale (sort of xUnit on steroids) then this presentation provides a helpful introduction. It is also known as Model-Based Testing.

edit

As uberRouse notes, the use of randomly generated values in testing is interesting. I first came across this in 2005. It was a tool called Agitator from Agitar Software which took manually written unit tests and expanded on the coverage by plugging in random values and edge cases.

APC
  • 144,005
  • 19
  • 170
  • 281
  • Cool presentation. Thanks for the link. I hope you get all the points – MikeJ Oct 30 '09 at 12:38
  • That basically is just Automated Testing and the pros of it. It doesn't mention the cons (well apart from forgetting about actually testing). Mildly frustrating with all these buzz names sometimes eh :) Good presentation tho - the bugs found with random input - that stat was just scary! – Mark Mayo Oct 30 '09 at 13:15
2

This term is not on WikiPedia. Everything, that is at least a little popular technology appears there quickly. Are you sure you don't misspell it?

Vladislav Rastrusny
  • 29,378
  • 23
  • 95
  • 156
  • 2
    It can. But being at least a little popular, I will no doubt appear on WikiPedia quickly enough. – Vladislav Rastrusny Oct 30 '09 at 12:30
  • 2
    But only until it gets deleted for being 'not notable' by the deletion brigade. – Nick Johnson Oct 30 '09 at 12:31
  • I doubt they delete useful things from it. And if it is useful, soon after deletion it will reappear. If it will be deleted again, someone will open a debate. And this will end up in either adding it to pedia, or dropping it as having no a right to exist ;) – Vladislav Rastrusny Oct 30 '09 at 12:38
2

Robot Framework maybe? We use it and it's great!

FinnNk
  • 3,249
  • 23
  • 25
  • +1 for the link. It's intriguing and also slightly sinister that Google is behind all this Robot Testing stuff, because they are set on world domination.... – APC Oct 30 '09 at 12:59
0

BTW, it sounds like web-site DDOS testing ;)

Vladislav Rastrusny
  • 29,378
  • 23
  • 95
  • 156