What is database testing?
Answers were Sorted based on User's Feedback
Answer / mona
it is the process of testing the impact of frontend screen
with the back end database
| Is This Answer Correct ? | 26 Yes | 1 No |
Answer / siri
database testing is back end testing, in this testing we
test the data retrieved from the back end is matching with
the front end data and also we check the data is properly
sent to particular file and saved as it is in the back end.
| Is This Answer Correct ? | 6 Yes | 1 No |
database testing is done mainly for five reasons:
1.relevance of search results
2.data intigrity
3.data validity
4.data recovery
5.security
Checking field length, field type.
Check for proper data inserted in database.
Check for stored procedures created or not.
Check the triggers are created properly.
check the Constraints.
Check the Primary and foreign key inserted or not.
| Is This Answer Correct ? | 3 Yes | 0 No |
Data bas testing basically include the following.
1)Data validity testing.
2)Data Integritity testing
3)Performance related to data base.
4)Testing of Procedure,triggers and functions.
for doing data validity testing you should be good in SQL
queries
For data integrity testing you should know about
referintial integrity and different constraint.
For performance related things you should have idea about
the table structure and design.
for testing Procedure triggers and functions you should be
able to understand the same.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is meant by preconditions and postconditions in a Test Case? Can anyone give an example?
22 Answers CLG, JDA, Zestwings Informatics,
What r test closure documents?
what is status of defect when you are performing regression testing.
He has given table attributes- empid,empfirstname,emplastname,MangerID.And he asked write query to display empfirstname and mangername?
In V model how will you explain all testing types (unit,integration,sysetem,acceptance testing) as all these parallel testing.E.g.Once the design phase is completed how will you do the integration teting over here as tester doesnt know much about design.Briefly justify the V-model?
How to create Test Cases Based on Test Plan ? Is there any approach following for creation of test cases?
write negative scenarios for date given in the format dd/mm/yy
what exactly done parallely in v-model with verification.
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ? real time experts pls xplain?
what is test procedure?
What are the stages in the Test Development Life Cycle?
1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module