After I had to make a few accounts tonight for the Seven Dwarfs and a few other Disney characters I thought this would make a fun SO question...
When you have to create fictional users for test data... who have you used?
|
2
|
After I had to make a few accounts tonight for the Seven Dwarfs and a few other Disney characters I thought this would make a fun SO question... When you have to create fictional users for test data... who have you used? |
||||
|
closed as not programming related by John Saunders, Jason, Steven A. Lowe, Bryan Oakley, Shog9 Jul 4 at 22:05 |
|
|
http://www.fakenamegenerator.com/ can generate fake user data with personal details |
|||
|
|
|
I tend to favor beer names. |
|||
|
|
|
|
The Simpsons have always been a fave of mine - and addresses seem to always be in Springfield when I'm testing. Which is doubly amusing, since Springfield is a valid suburb where I live :) |
|||
|
|
|
|
Aside from the fakenamegenerator.com I use Simpsons characters. |
|||
|
|
|
|
Now that it's available as a data dump: |
|||
|
|
|
|
I like to use literary characters, particularly those from fantasy novels. E.g.
|
|||
|
|
|
|
Use Jon Skeet. This will make all tests pass. |
|||
|
|
|
|
When testing asdf is usually the easiest. |
|||
|
|
|
|
If your system has relationships built into it, use Kevin Bacon. In our demo's (CRM product) we always drill through our relationship tree until we hit the 6th level and he naturally appears! |
|||
|
|
|
|
I like to use names from adventure games characters, like: |
||||||
|
|
|
The cast of The Muppet Show. Always. |
|||
|
|
|
|
Personnally I like the very boring :
That way I know when I read the database that the fields actually populated the right columns... You'd be surprised sometimes the things you find with boring test cases. But when I need more than one to manually fill a screen I most often use characters from movies or books I am currently reading or recently seen. |
|||
|
|
|
Tester McTestington |
||||||
|
|
|
I try to see how many members of my favorite baseball and football teams I can remember. |
|||
|
|
|
|
One time (and one time only), I passed the team members through the gangsta name generator. Most of the results were usable. The pirate name generator at the same site was also fun but the pornstar one less useful :-) |
|||
|
|
|
|
if char sets are in your test set, names like
are good. |
|||
|
|
|
|
I usually use actors' names, but with a shortened/lengthened version of their first name:
|
|||
|
|
|
|
I always end up using the word "Anchovie" at some point (yes, it's misspelled). As an idea, how about Second Life avatar names? |
|||
|
|
|
|
This is no fun, but a serious answer may help somebody: Something that's really, really obviously a fake name: Mr Test Test or better: Mr TestName TestName ... because with a big enough production database, you're going to run into lots of real people with names like Clark Kent, Harry Potter and Jack Daniels. Occasionally you'll also see a Mary Null or a Justin Testing (seriously). Inevitably, at some point, your fake names will end up in a production database because someone needs to test something in an emergency (trust me, this happens) and get confused with real people. Mrs Null and Mr Testing are already pretty sick of putting up with crap over their names. Getting their insurance policy deleted from your database because someone thought they were fake isn't going to make them happy. You could get in trouble for this. So only really, really obviously fake names are safe. Sorry to be boring. |
||||||||||
|
|
|
I usually use names of people I don't like, PHB's etc. That way if there is an error it is more amusing. |
|||
|
|
|
|
Wikipedia has a list of common first names and common surnames. When I need a lot of names for test data I get the current Australian lists (I'm Australian) and write a quick script to pick a random first name and a random last name. Lots of realistic looking test data, minimal effort. Your local government (via the Birth Registry) may also publish a similar list. |
|||
|
|
|
|
Famous African-American poets. A little cultural education while testing can't hurt! |
||
|
|
|
|
I always ask project sponsors to make an investment in a tool like SQL Data Generator and let it do the work for me. Compare the purchase price of the tool to hours of billable time spent thumbing through old Disney books for fictitious users ; - ) The tool pays for itself pretty quickly. |
||
|
|
|
|
All my favourite ladies. Edit: oh dear, nearly forgot the lovely lasses from Firefly:
|
||||||||
|
|
|
Random entries from the phone book or maybe all the actors who played Dr. Who. |
||
|
|
|
Testicle (well, it has "test" in it, O.K.? :P). Also, "victim" has been a rather popular placeholder user name lately. |
||
|
|
|
I like to vary themes -- sometimes it's characters from a Shakespeare tragedy, sometimes from some Italian or French novel ("I Promessi Sposi" or "Les Miserables", say), sometimes from a TV show/series. One serious point here... using at least some "foreign" names is important -- it helps you check that non-ASCII characters are properly handled (in the app, in the UI, in the DB and to and from it, ...)! If you have problems anywhere along the chain, it's of course better to learn about them before e.g. some poor user named René is forced to masquerade as Rene to register into your site...;-) American sites and apps are traditionally quite prone to such i18n-hostile behavior, and it's not a great way to get popular with people with non-English names!-) |
|||
|
|
|
|
Names of alcoholic beverages often work well...
|
||||||||||
|