what is database testing?
Answers were Sorted based on User's Feedback
Answer / amar.geniune
In this testing we check the data by retrieving it from the
database and compare it to the original value, which was
entered by the user through interface.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rabbani mohammed
verify the impact of frontend operatoins whether it is
contain should be backend colums or not
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kamal prakash
Testing the methods and processes used to access and manage
the data(base), to ensure access methods, processes and
data rules function as expected and that during access to
the database, data is not corrupted or unexpectedly
deleted, updated or created.
Correct me if iam wrong: kamalzoom@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / narender reddy
validateing the data in the database w.r.t front end DML
transcations
that is insert,update,delete
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shil
in db testing all functions such as
updation,deletion,insertion and serching is performed. it
is to check whether they are performing according to the
requirement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / n@n!
testing the front end impact on backend in the form of data
validations and data integration is calles is called
database testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is ur template of test case & which is the best?
what is test leakage?
How many types of pop-ups are there?
what is the difference between Load,Stress and Volume Testing?
What is baseline testing?
Very Important Note for all the Testers!!! As the S/w Boom is getting considerably decreased...
What is your Approach when you find 10 Sev-1 bugs in 50 test cases?
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage
In interview How do explain in Testcase of Calcuator,Cellphones, Email testing?
What is your favourite Bug?
!.what is the need for testing ?
What is JAVA Testing, what we do in That ?