What is the database testing?
Answers were Sorted based on User's Feedback
Answer / gan
database testing means,A tester to test
whatever the front end data is
matching with the back end
data or not, by using sql queries.....
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / azad
plz guys if you dont know the answer dont just write garbage
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mfsi_krushnas
Data base testing generally deals with the follwoing:
a)Checking the integrity of UI data with Database Data
b)Checking whether any junk data is displaying in UI other
than that stored in Database
c)Checking execution of stored procedures with the input
values taken from the database tables
d)Checking the Data Migration .
e)Execution of jobs if any
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mfsi_priyankaa
In database testing we should test the data integrity, data
accessing,query retriving,modifications,updation and
deletion etc
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / divya priya
Database testing involves the tests to check the exact values which have been retrieved from the database by the web or desktop application. Data should be matched correctly as per the records are stored in the database.
| Is This Answer Correct ? | 3 Yes | 8 No |
What are the different types of integration testing?
Is Test plan a running document or a fixed document?
how to write test cases for epos/pos testing.
what is the diffrence b/w Test approach,test stratagy,test plan?
what is quality Factor
What tests would you perform on common homepage?
Difference between Test Case & Use Case?
What group of teams can do software testing?
when will do the beta test? when will do the alpha test?
what are the responsibilities for QA tester to test application on UNIX environment??? what skills required for unix???
Q. 21: Given the following decision table: Which of the following test cases and expected results is VALID? Rule 1 Rule 2 Rule 3 Rule 4 Conditions Age <21 yrs 21-29 yrs 30-50yrs > 50yrs Insurance Class A A or B B, C or D C or D Actions Premium £100 £90 £70 £70 Excess £2,500 £2,500 £500 £1000 options: A. 23 year old in insurance class A Premium is 0 and excess is,500. B. 51 year old in insurance class C Premium is 0 and excess is 00. C. 31 year old in insurance class B Premium is 0 and excess is ,500. D. 43 year old in insurance class C Premium is 0 and excess is ,000.
What are the references for Perl scripting language?Is there a software tester should have this knowledge .?