what is data base testing, explain with example
Answers were Sorted based on User's Feedback
Answer / murugesh(corporate trainer)
Database Testing: It is used to retrive data from the database.
Database Types:1.>Data Validation.
2.>Data Integration.
Data Validation: To check whether all the datas entered in
front end will be stored in the database or not.
Data Integration: To check whether the modified data will be
stored in the database or not.
Is This Answer Correct ? | 21 Yes | 3 No |
we do database testing to validate and verify the data,
whether it is populating properly in the appropriate columns
and rows or not. sometime we do database testing by
retrieving the data from the database and sometimes to
create test data and see how it is populating in the backend.
Is This Answer Correct ? | 2 Yes | 0 No |
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 | 2 No |
Answer / n@n!
data base testing : testing the front end impact on back
end in the form of data validations and data integration.
Is This Answer Correct ? | 1 Yes | 1 No |
How you will report a bug if u r doing adhoc testing..u are hopping from 1 link to 2nd...so on till 100th link and then there is bug..how will u report this bug...will you write all 100 steps?
Define the term Bug, Failure, Error?
diff b/w waterfallmodel & v-model?
1.what promted you to become involved in QA/Testing?
can anyone tell me process of how the bugs r reported by testers??n after reporting bugs is the work of test engineer finished or still he has to do any thing????
is Testing Engineer Involve in designing the Test Design
what is static and dynamic testing.
After recieved the defect from Tester,developer is not getting any error while executing that bug then he will reject that defect due to the above reason.As a Tester what we can do in that situation?
wat is build duration
1. what is the test prcoedure that your fallowing in ur organization ? 2.
How will you link the Defect to the test case? Explain Bug life cycle
What is the difference between Test Management tools and Defect Management tools? What are the most widely used Test Management tools?