Archive for August, 2010

What’s the Buzz?

August 30, 2010

What is your Test Data Strategy?  Do you even have one?  Do you even care?

In my less-than-humble opinion, test data can really make or break any test effort.  Second only to error handling, test data is rarely something that receives a whole lot of attention.  It tends to be one of the more neglected aspects of testing.  Personally, I think it is way too important to overlook.  As a consultant, whenever I ask clients about their test data strategy I’m usually met with blank stares.

I was once contracted to test an online banking application.  One of the key tests was related to transfers between accounts.  U.S.l banking regulations apparently limit the number of online transfers between two accounts (like savings to checking or vice versa) to 5 transfers per month (they did while I was testing it anyway).  So, at the end of a very long test day, I reached the transfer limit test.  I logged on to my test user’s account and made 5 transfers of $100 from the user’s savings account to their checking account.  The transfers all succeeded.  Then I attempted to make a sixth transfer which was correctly prevented with an appropriate message as to why.  So far, so good….I thought.  I went home for the day and figured I’d try again the next morning just to be sure it wasn’t a daily limit.  The next morning, coffee and bagel in hand (with chives and onion cream cheese), I sat down at my computer to resume testing.  I launched the application and attempted to log on to my test user’s account.  The log on failed.  Surely a typo.  So I tried again.  It failed a second time.  Third time’s the charm.  This time I took great care to enter the user name and password correctly.  Strike 3 – it failed again.  So logically, I asked if any changes had been made to the database.  My manager informed me that the user had changed their password because someone had been tampering with their account.  What!!!   Apparently I hade been using a live account to test and the account holder was quite rightly upset and changed her password.  The incident was also reported to the managers of the bank.  I was testing with live production data!  I couldn’t believe it.

I assumed it was a blinding glimpse of the obvious that you never, never, ever, test with live data!  Well you know what happens when you assume.  Lesson learned – the hard way.

So now I give a lot of thought to test data.  Rule Number 1 – separate test data from production data.  But where do you get test data?  There are essentially 3 approaches you can take: create it, copy it from production, or a combination of the two.  Which one you use will depend on your particular situation, schedules, and database saavy.  Let’s take a closer look at each.

Option 1:  Create it from scratch.  If you are testing a brand spanking new application this may be your only option.  Creating your own test data gives you the most flexibility.  You can tailor the data to each specific test case.  Once it is created you can save a snapshot of it or write scripts to recreate it which will allow you to restore that data to a clean copy at the beginning of each test cycle or as needed.  The downside is that it can take a lot of time to build the data.  Especially if you need a lot of it.  Get to know your DBA.  Take them to lunch.  Buy them a muffin.

Option 2:  Copy the data from production.  If you are working on an update to an existing application, you may be able to take a copy from the production database.  Even if the database structure is modified from the previous application to the new one, it may still be more efficient to get a copy and modify it than to create it.  Of course the existing data may not support testing.  For example if you are testing data filtering, the production data may not have all of the filter values available to adequately test the filter.  If you are testing numeric sorting where vales may be positive, negative, or zero, some of those values may not exist in the current copy of the data.  As a result, the data needed for a specific test may not even available.  Another issue – production data is constantly changing.  The data used in one test cycle may be different from the copy you take for the next cycle.  Records may be added, deleted, or modified between tests.  As a result, any defect you find may be a code issue or may be a data issue.  Because results can vary from cycle to cycle test results become unreliable.  One way around this problem is to take a copy of the production data before the start of the test cycle and save it.  Then restore the test database using this saved copy rather than a current copy.  The data becomes more consistent and therefore more reliable.  Of course if the database structure changes, you may have some work to do.  Another downside to using or copying live data – privacy issues.  The data may contain sensitive information such as bank account numbers, social security numbers, usernames and passwords, etc.  You may need to cleanse the data before you can use it.

Option 3:  Combine Options 1 and 2.  Start with a copy of production and then modify it or add data to meet the needs of your tests.  Write an update script.  Once it’s ready – copy it, and save it.  At the beginning of each new test cycle you can restore the database using the copy.  The benefit – you can have a lot of data and still meet your test needs.  Again, do not use a fresh copy of the production data.  This is actually my preferred option.  Especially if I’m testing any kind of filtering, sorting, or searching.  If you do those action with a small data set you may believe these functions are pretty quick performance-wise.  However, add a real data load and these functions may slow dramatically or even break.

Regardless of the Test Data Strategy you use, be sure to give your data needs some thought.  Work with you DBAs to find the best approach.  DBAs are your friends.  Since most people usually avoid them, they might enjoy the attention.  Lastly, open an account at your local bagel or donut shop.

Career Change?

August 27, 2010

Almost.

My last foray into the land of unemployment got me to thinking:  “Is this really what I want to do?”  So I decided that maybe it was time to return to the world of teaching and instructional development.  Those of you that know me know that I’m a total attention whore – I absolutely love speaking in front of a riveted audience.  Sadly, it’s been over 20 years since I “officially” worked in the instructional design field.  Oh I have been teaching, speaking at conferences, and stuff like that but my resume is full of all my testing experience.  Needless to say, I didn’t get a lot of attention – which kills me.  I am afterall – me!

But, I also updated my testing resume on the major job sites.  Then my phone started ringing.  I couldn’t believe the interest.  So hear I am – back in software testing – and I absolutely love it.  Its nice to be back. 

I tend to avoid thinking about testing during employment lulls, and this blog suffers.  But now that I’m back, maybe I can keep up.  Look for me at a conference near you.  I feel the need to go to Vegas.  Or maybe Boston (in the fall please).

P.S.  Does anyone really read this thing?

What Would You Say You Do Here?

August 24, 2010

I once had a development manager approach me and advise me that he had just hired a developer that he had known for years.  He bragged that in all the years he has worked with this developer, the developer had only created five bugs.  I maintained my composure and tried had not to burst out into hysterical laughter.  This developer had obviously not met me.

I am a Software Entomologist – bugs are my life!  I study them.  I know where they live.  I will find them.  There is no such thing as perfect software and I’ll prove it!  In this case I did.  As project’s Test Manager, I assigned myself this developer’s features and proceeded to test them.  I have to admit, the code was very well written.  The bugs were hard to find but I found them – 11 total.  But I had to work really hard to find them and it ate up a lot of valuable time in the test schedule.  Was it worth it?

I’ve been giving a lot of thought to what we do lately.  I tend to read a lot of things from my fellow software testers and from those I like to refer to as “Test Celebrities” (you know, the ones that write the books and speak at the conferences).  Its nice to know what they’re up to, what the latest trends are, etc.  I have found that lately they seem to spend a lot of time telling us how to find those really elusive, hard to find bugs in an application.  One in particular is somewhat obsessed with the subject.  I have admit, I blindly followed their advice and have built a reputation as someone who can typically find those elusive bugs.  But is that what I should be doing?

I don’t think so. Our job is to make sure the application works as it was designed.  That the apllication is functional and usable.  That the user is gracefully led back onto the path should they stray – and they will stray.  Users, especially in Web applications where there is little or no documentation, sometimes tend to get lost or do things they really shouldn’t do.  Those are the things that I need to brainstorm and test for.  There is a lot more value to me entering invalid data, submitting empty forms, violating database constraints, and stuff like that than there is to holding down the Alt key while pressing Q on during a leap year.  Sure that may break something, but do we really care?  What are the odds a typical user (not one like me) would do that.  By the way, in the event that you do encounter a user like me – thank them and buy them a cup of coffee.  If the odds are pretty good that a user could do it – test it.  If the odds are pretty low….maybe later if there is time left in the schedule (because there is always time left over at the end of the schedule right?).  Well thought out negative testing adds value.  I think the jury is still out on exploratory testing and bug quests.  I may be wrong.  I’ve been wrong before and I’m sure I’ll be wrong again.
 
I guess that is why I’m not a huge fan of exploratory testing (as I understand it anyway).  I prefer a well structured, methodical, highly repeatable approach.  Both positive and negative testing.  Is there some value to exploratory testing?  Maybe.  If I have time, I’ll go on a bug quest.  I will find bugs.  Developers will despise me, but hopefully most will be low priority bugs and they will get fixed eventually.  But since I rarely have the time in any test cycle to do the testing that I need to do, I don’t really see much exploratory testing happening.

Can we find all the bugs in a software application?  Given sufficient time and resources, I think we can get very close.  But it would take so long to test and as a result be so expensive that it wouldn’t be economically feasible.  But I do love a dare.


Follow

Get every new post delivered to your Inbox.