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
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 |
how to write test cases for online restaurant table booking system?
Sir I m student I mreading sytem testing as my core paper I want to know how I can make Test case for smple Login Form
what is run time object
4 Answers Infinite Computer Solutions,
Explain the format of a requirement traceability
write a test cases for advanced search
test cases for login window
what is objectrepositry
9 Answers Infinite Computer Solutions,
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
what are the Test Cases for " Test Cases " ?
wht are the test cases, we have to write for check box, Anybody can help me. Thanks in advance.
Explain the domain testing?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.