what is data base testing, explain with example
Answer / ramyab.mca@gmail.com
Hai...
Testing the backend db like comparing the actual results
with expected results.
DB testing basically include the following
1)Data Validity testing
2)Data Integrity testing
3)Performance related to database.
4)Testing of procedure, truggers and functions.
For doing Data validity testing you should be good in
SQL queries, for data intigrity testing u should know abt
reerential integrity and different constraint.
For performance related things u should have idea abt the
table structure and design.
For testing procedure triggers and functions u should be
able to understand the same.
K,Byeee..
Thanks & Regards
B.Ramyasri.
| Is This Answer Correct ? | 4 Yes | 0 No |
How many types of applications are available for a Test engineer to test? In detail? PLZ.
tell me 5 new requirements in ur project? plz urgent
what is builr release team..?
if you working with any emails why Inbox, outbx, folder all are in left side. why not Right side.
Case study like you have been assigned in a team which going through a crucial phase of the project. Then how you can save your project to release on time without any defect leakageā¦.
What are techniques for Integration Testing.
How many process areas are present in CMMI and in what classification do they fall in?
when do you stop your testing
What is mutation testing
26 Answers AppLabs, Four soft,
Define the bug life cycle?
What is Defect Density?
You are testing a new feature that includes a builder(wizard)that walks you through the creation of an item.There are 10 configuration checkboxes you can check/uncheck for the item being built.The builder makes you select 3 of these 10 options.You can choose any 3 options. A)How many possible ways could the item in question be created (i.e. how many possible configurations)? Describe the technique you would use to determine this.