Joanne Yang

• 2006-Jul-15 - Test Coordinator….

Posted in Testing Roles

I am a test analyst and I am happy about that.  But recently my new manager asked me to play a role as a test coordinator in a small project.  So I get to do some other things in addition to testing the software.  These other things include test planning, variance conference calls participation, test status reporting and making sure the test environment is ready.  The most challengeable thing I think is to make sure the test environment is ready.  Making sure the test environment is ready not just includes making sure the connection is working and the application is actually up, but also includes making sure the right code is there to test.  Since we have multiple projects going on and so many different test boxes to manage, sometimes the code drop is a little bit confusing and not that easy.  Where we should keep the old code (which is the same as the production code) and where we should put the new code in.  This small project we are working on, right after we started to test, we found out that the new code was not in that environment for us to test.  Good thing is that we realized the problem.  And once we raised this issue, people from other group sharing the same environment with us found out that their new code was not there either.  And so of course our developer had to do a new code build and put them into the right environment for us to test.  Confusing?  If you are a test coordinator, you might feel the same as me.  Please feel free to share some light.

:: Send to a Friend!

• 2006-Jul-17 - Importance of Test Data

Posted by aakashvakil
Test Environment is very important - infact, it can make or break a test project. In my experience, we used masked production data to test the application. This data was downloaded from production server - masked and then loaded onto test server.

Same set of data was shared between multiple test teams - and this had created a major pain area for us. We could not retest / reproduce defects properly as the data used by us would be modified by someone else.

We then started to manage test data ranges and divided test data amongst owners. If I wanted to use data falling within somebody elses range then I had to ask for a formal ok from them.

We realised that along with test environment, we had to take care of test data as well..........otherwise all our hard work on setting environment goes down the drain.
Permanent Link

• 2006-Jul-17 - Been there, done that

Posted by michaeljf
When I had a lab strictly for my own use, that is QA, we had lots of problems in making sure the right code was in place. Since it was a distributed system all servers had to be updated at the same time, or we ended up with problems due to code not being in sync. We managed it simply by keeping one directory with the code drops, and updating the name of the code drop folder so we knew what was installed. Of course, the installers produced a log so we also could make sure if something was installed or not.

The biggest item we needed though was security, since these were on the network anyone who had access to the Username and Password of the main accounts (Windows servers) could get in. I put in place a policy to lock the machines out to all but QA, if Developers needed to be on a box they checked with me and told me why - or if it was for debugging they did it with QA so we got experience in debugging the application and made sure no tweaks were made to get the code to pass testing. Tweaks were put in the code drop. At times we let Developers on, but took permissions away when they no longer needed it.

Good luck with your position!
Permanent Link

About Me


«  January 2009  »
MonTueWedThuFriSatSun
 1234
567891011
12131415161718
19202122232425
262728293031 

Links

Home
View my profile
Archives
Friends
Email Me
My Blog's RSS

Books I Read

The Art of Software Testing
Software Testing Fundamentals
Find The Bug

Friends

whollymindless
aakashvakil
michaeljf
Entry 5 of 6
Last Page | Next Page