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 |
Write the Testcases for Telephone
Describe Software Testing life cycle? What are the steps in volved in STLC (Software Testing Life Cycle)?
wat is the differece between three tier and two tier application
how can u prepare the test plan?
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
what is d difference between software development life cycle & system development life cycle?
What is mutation testing
26 Answers AppLabs, Four soft,
what is Testing environment in your company ,means hwo testing process start
what is traceability matrix? when we are using this traceability matrix in ur project?
can u write test cases for telephone?
9 Answers Professional Access,
negative test cases on banking domain ?
what are the 3 test tool categories and describe what each can do.