What is the appropriate number of test cases that you can
write on a database?
Answer Posted / subhash
In order to create database test cases you can have two
different aproaches performing both of them is advisable if
time permits.1) Testing each and every Trigger Cursor SP
used in the application.2) Testing the application w.r.t
functionality of the application like for example:Let's say
there are two web sites type 'ABC' records should be
displayed only in ABC websiteand type 'XYZ' records should
be displayed only in XYZ website. You can insert a new type
'ABC' record and see if it is displayed only on ABC website
and not on XYZ website.Both the websites are controlled by
the same company it just wants type I customers to have
acces to type I website and Type II customers have access to
type II website. This is a completely imaginary example
there can be any type of application or service
functionality which can be broken down in totest cases in
turn.Hope this from now on for anyone will be of good help.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are defaults? Is there a column to which a default can't be bound? : Sql server database administration
What is awe?
what are the types of indexes? : Sql server database administration
How can we improve performance by using SQL Server profiler?
What is the need for group functions in sql?
What are different types of database indexes?
What is transactional replication?
What is advantage data architect?
What is the maximum rows in sql server table?
What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?
How we create SQL Server 2005 Reporting Services ? Give me Sample
What is rs.exe utility?
How to create and drop temp table in sql server?
What are the grouping functions?
what are the new features introduced in sql server 2000? : Sql server database administration