Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

how to prepare test data

This is a discussion on how to prepare test data within the Testing Issues forums, part of the Software Testing category; Hi Guys, This is logi from chennai. I have doubt about how to prepare test data for test case execution. What is the procedure to prepare test data? Thanks Logi.......

Go Back   Geeks Talk > Software Testing > Testing Issues
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 12-18-2007
Junior Member
 
Join Date: Jan 2007
Location: india
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
logesh is on a distinguished road
how to prepare test data

Hi Guys,

This is logi from chennai. I have doubt about how to prepare test data for test case execution. What is the procedure to prepare test data?

Thanks Logi....
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-18-2007
Expert Member
 
Join Date: Oct 2007
Location: Mumbai
Posts: 355
Thanks: 4
Thanked 58 Times in 47 Posts
bizzzzzare will become famous soon enough
Re: how to prepare test data

Hi logi,

Generally test data comes from 2 sources - Developers or Business end user.

While carrying out integration testing or module level testing, we could utilize test data supplied by developers or generate our own data based on guidelines provided by srs (if any). We could do this in consultation with developers.

While system testing or trying to replicate actual production environment, test data would be provided by business user. Sometimes they could hesistate to part with sensitive data, so we could be provided with some replica.

While generating test data, we could categorize test date as -
1) Environment related data
2) Input data

A key solution is that good data content can help reduce the workload of data maintenance. Also data related errors could be avoided. We have a number of data generator tools available in market.

It is always better that data generation is done keeping developers as well end users in the loop.

Cheers...
__________________
Regards,

V.Umesh Krishnan
QA Consultant

Last edited by bizzzzzare; 12-18-2007 at 06:34 AM.
Reply With Quote
  #3 (permalink)  
Old 12-18-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 910
Thanks: 12
Thanked 108 Times in 76 Posts
jainbrijesh will become famous soon enoughjainbrijesh will become famous soon enough
Re: how to prepare test data

Quote:
Originally Posted by bizzzzzare View Post
Hi logi,

Generally test data comes from 2 sources - Developers or Business end user.

Cheers...
And what's about, if you are working in a product based company and developer provide no test data?Then how you will choose the test data?
__________________
--
Brijesh Jain
Reply With Quote
  #4 (permalink)  
Old 12-18-2007
Junior Member
 
Join Date: Oct 2007
Location: sydney
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
karlapudi99 is on a distinguished road
hi logi ,
couple of things you need to consider while preparing your test data for a real time applications. i totally agree you need to keep developers and users in loop but dont forget to collect information from the call centers who will be handling the customers compliants. and also the third party users .

hi jain,
in that case the approach i think would be talking to both internal users and external users of the product. based on their feedback we can create the test data for that particular product

Last edited by jainbrijesh; 12-18-2007 at 07:00 AM.
Reply With Quote
  #5 (permalink)  
Old 12-18-2007
Junior Member
 
Join Date: Jan 2007
Location: india
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
logesh is on a distinguished road
Re: how to prepare test data

Thank you Geeks
Reply With Quote
  #6 (permalink)  
Old 12-18-2007
Moderator
 
Join Date: Sep 2007
Location: Chennai, INDIA
Posts: 406
Thanks: 2
Thanked 197 Times in 91 Posts
sridharrganesan has a spectacular aura aboutsridharrganesan has a spectacular aura aboutsridharrganesan has a spectacular aura about
Re: how to prepare test data

Logesh,

The type of data that has to be prepared depends on the functionality of the application under test. The data set tobe prepared also depends on the domain, ie., the data for the Banking Application differs from the data for the Insurance Application.

The data set will mainly depends on the Business rules. Business rule is the one in which a certain operation should be carried out. For example, a interest should be calculated for an account then there will be a Business rule which states how the interest rates are calculated. In this case the test data will be to test different type of interest rates.

There are two types of data as stated by Umesh viz., Environment related data and Input data
Reply With Quote
  #7 (permalink)  
Old 12-19-2007
Junior Member
 
Join Date: Jan 2007
Location: india
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
logesh is on a distinguished road
Re: how to prepare test data

Quote:
Originally Posted by sridharrganesan View Post
Logesh,

The type of data that has to be prepared depends on the functionality of the application under test. The data set tobe prepared also depends on the domain, ie., the data for the Banking Application differs from the data for the Insurance Application.

The data set will mainly depends on the Business rules. Business rule is the one in which a certain operation should be carried out. For example, a interest should be calculated for an account then there will be a Business rule which states how the interest rates are calculated. In this case the test data will be to test different type of interest rates.

There are two types of data as stated by Umesh viz., Environment related data and Input data
Hi Sridhar,

Thanks for your reply. I have one doubt, I am testing one product but the product doesnt complete version. Only 70% product only we are testing, we dont have srs doc for that product. In this case how will u prepare testcase and test data.

THanks
Logi
Reply With Quote
The Following User Says Thank You to logesh For This Useful Post:
  #8 (permalink)  
Old 12-19-2007
Moderator
 
Join Date: Sep 2007
Location: Chennai, INDIA
Posts: 406
Thanks: 2
Thanked 197 Times in 91 Posts
sridharrganesan has a spectacular aura aboutsridharrganesan has a spectacular aura aboutsridharrganesan has a spectacular aura about
Re: how to prepare test data

Hi Logesh,

When you are testing a Product in which only 70% of the development is done, then in this case SDLC followed is Iterative Model. In the Iterative model approach the skeleton of the software is developed and then tested. Then in a scheduled way the requirements will be added to the system in a iterative way and then tested. In this approach, the system is tested for its new requirements added and also how the system reacts along with the new requirements as a whole.

If SRC document is not provided for the Product (usually if the product is developed SRC is provided well ahead) then in this case you have do Adhoc testing or User Acceptance Testing. In the Adhoc and UAT testing the test cases and test cases are not prepared, but the product is tested based on the users experience and how the user reacts with the system. But once after the testing is done the test data are recorded, to show case how the testing is done with which type of data.

Regards,
Ganesan
Reply With Quote
  #9 (permalink)  
Old 12-19-2007
Junior Member
 
Join Date: Dec 2007
Location: Hyderabad
Posts: 8
Thanks: 6
Thanked 0 Times in 0 Posts
sooriyadsp is on a distinguished road
Re: how to prepare test data

Quote:
Originally Posted by logesh View Post
hi sridhar, thanks for your reply. I have one doubt, i am testing one product but the product doesnt complete version. Only 70% product only we are testing, we dont have srs doc for that product. In this case how will u prepare testcase and test data. Thanks logi
hi sir am very impressed with your explanation. Here am able to understand about input data type. Ie for banking application to calculate interest in input type of data we follow the business rules like %,time ,type of lone ........etc. But am unable to identify clearly about the environmental related data type like input data type . So could you please explain it in detail sir . always have +ve approach in life : ther is something +ve in every person & every situation. Even a stopped clock is right twice a day
Reply With Quote
  #10 (permalink)  
Old 12-20-2007
Moderator
 
Join Date: Sep 2007
Location: Chennai, INDIA
Posts: 406
Thanks: 2
Thanked 197 Times in 91 Posts
sridharrganesan has a spectacular aura aboutsridharrganesan has a spectacular aura aboutsridharrganesan has a spectacular aura about
Re: how to prepare test data

Hi Sooriya,

In this case for caculating the Interest rate for the Loan product the time, Loan type will falls into the Input data type, where the Input is given by the users or if the time period and Loan type is given by the user the % is the enriornment data where the % depends on the time period and Loan Type. Environement data is static type where it depends on the Input data.
Reply With Quote
The Following User Says Thank You to sridharrganesan For This Useful Post:
  #11 (permalink)  
Old 01-21-2009
Junior Member
 
Join Date: Jan 2009
Location: Bangalore
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Nachhu is on a distinguished road
Re: how to prepare test data

Hi all,
what is the difference between the below mentioned category?
1)Environment related data
2) Input data
Reply With Quote
Reply

  Geeks Talk > Software Testing > Testing Issues

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
how long it wll take to prepare a test plan reks_209 Testing Templates 1 11-05-2007 01:57 PM
Which test data tool is the best one hari93 Testing Issues 0 09-18-2007 11:40 AM
Test cases to test data entry field Data Entry Req Geek_Guest Test Cases 2 06-26-2007 01:14 PM
Test Data jainbrijesh Testing Issues 30 06-14-2007 10:22 AM


All times are GMT -4. The time now is 05:05 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved