my friend has done one project using .NET framework with C#
coding and backend SQL Server 2005. In it, he has prepared
and execute the test cases and stored that in the
centralized database. in software testing, Do the testers
do like this or use excel sheet to store the test cases?
tell me .... i have so confuse.. pls anybody answer me as
quickly as possible



my friend has done one project using .NET framework with C# coding and backend SQL Server 2005. In..

Answer / anant

Centralized database is nothing but a repository where all
the project related artifacts are stored. Virtual source
safe(VSS) is an example of it. The benifit of it is that no
data is needed to be stored on local m/c and all the data
is stored in VSS and IT infra team takes periodic backup of
it. This is used for information security, as it maintains
the user history for each and evey file. Tester is always
given access to VSS where he keeps test plan, test cases,
test reports etc. He can check out the document from VSS do
the modifications (add delete update) and check in the
files.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Test Cases Interview Questions

hoe to write test cases for the below field --------------- --------------- browse upload

7 Answers  


Explain the ad hoc testing?

0 Answers  


write the test case flipart.com

2 Answers   Satyam,


For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2

1 Answers   ISTQB,


Do you know mutation testing?

0 Answers  






write a testcase for electronic door?

3 Answers  


Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?

0 Answers  


What is explain security testing?

0 Answers  


Describe to me the difference between validation and verification.

11 Answers  


write test case for coin-box telephone

5 Answers  


how to execute test cases manually

1 Answers  


what do you mean by test case specification

5 Answers  


Categories