Seed Data

Can any explain me in detail what is Seed Data or Seed Data Testing.

Questions by AAbhiram

Showing Answers 1 - 18 of 18 Answers

Barbara Berlanda

  • Apr 8th, 2013
 

Seed data is data that is seeded or "copied" from a previous fiscal year.

In Retail Planning for example, planners at the beginning of the year may look at the previous year as a point of reference, in a planning application, they would therefore "seed" or copy the data from the previous year into their current planning year.

Prafulla Sutradhar

  • Mar 2nd, 2014
 

Seed data means starting data or information. Like Bank acc# 10000000000 and incremental 1, so in this example seed data is 10000000000 .

  Was this answer useful?  Yes

Prabhu

  • Mar 28th, 2014
 

Seed data or seed script testing is a information given by the DB developer that which records are to be given as input to the application through data base. Seed Data are the first records present in the application given through back end. So the testers role is to check the datas are inserted properly in the application and whether application is displaying any kind of exceptions while module navigation, due to presence of seed data.

For example: There is a countries module present in the application. Suppose a country "Brazil" is inserted through back end (seed data). If user tries to delete or edit the record "brazil" or try to create another country with the same name, then system should display respective validations without displaying any exceptions.

  Was this answer useful?  Yes

Muhammad Tarek

  • Jul 23rd, 2014
 

Seed data or seed script testing is a information given by the DB developer that which records are to be given as input to the application through data base. Seed Data are the first records present in...

  Was this answer useful?  Yes

ROMAN KIM

  • Jul 23rd, 2014
 

Seed data is anything that must be loaded for an application to work properly. An application needs its seed data loaded in order to run in development, test, and production.

seed data is information given by DBA that which records are to given as input to the application through data base

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions