vote up 5 vote down star
1

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

flag

7  
I've never heard of it, but it sounds AWESOME. – Nick Johnson Oct 30 at 12:12
2  
Unfortunately it is nothing to do with training battalions of armoured automata to conquer the world :( – APC Oct 30 at 12:19
Curses. *extranonsensetomakesohappy* – Nick Johnson Oct 30 at 12:20
2  
-1 to APC - For dashing our hopes. :( – mlk Oct 30 at 12:37
3  
Well, it it doesn't exist now, it will soon. Congratulations on being the inspiration for an idea. – JRob Oct 30 at 12:49
show 5 more comments

6 Answers

vote up 0 vote down

Check here more about Robot Army Testing :http://www.geocities.com/model%5Fbased%5Ftesting/intelligent.pdf

link|flag
That PDF doesn't contain the words "robot" or "army". – Manni Oct 30 at 16:15
This model based testing and this is core and based on this Robert Army Testing is developed – joe Nov 3 at 9:33
vote up 2 vote down

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

link|flag
+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 at 12:59
vote up 0 vote down

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

link|flag
vote up 4 vote down

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.

link|flag
Cool presentation. Thanks for the link. I hope you get all the points – MikeJ Oct 30 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 at 13:15
vote up 6 vote down

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!

link|flag
vote up 2 vote down

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?

link|flag
1  
Are you saying if it's not in Wikipedia it cannot exist??? – APC Oct 30 at 12:20
2  
It can. But being at least a little popular, I will no doubt appear on WikiPedia quickly enough. – FractalizeR Oct 30 at 12:30
2  
But only until it gets deleted for being 'not notable' by the deletion brigade. – Nick Johnson Oct 30 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 ;) – FractalizeR Oct 30 at 12:38
I thought it was "if it's not on google, it doesn't exist". – Stefano Borini Oct 30 at 15:54
show 1 more comment

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.