in database testing, which are the things u used?
Answers were Sorted based on User's Feedback
Answer / ramprasad.s
Hi
Database connectivity
Domain Constraints
key constraints
Using(JOINS)
sun_ramprasad2yahoo.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ganesh thik
Check row columns
Data transfer
Stored procedure
Triggers
Data storage
Trisection
Database schema
| Is This Answer Correct ? | 0 Yes | 0 No |
TestCase for White Paper?
Should we test every possible combination/scenario for a program?
What is Static Testing and Static Test Technics?
On Registration Form, if some fields are not mandatory to fill then those fields can accept any invalid input. OR there may have some validation. E.g. Email id field - Not mandatory to fill. If user enter Email id = 453454 should it accept?
What is the difference between bug,defect, error, failulre, fault & mistake?
At what stage of the development cycle software errors are least costly to correct?
What kind of testing to be done in client server apllication and web application? Explain....
I had faced in one of the interview that " you have found the bug and assigned to the corresponding developer, but the developer did not accept your bug. what will you do at this situation. can any one help me with clear answer ? I answered like, I will show the SRS,GUI document and show the image of the bug where i got. and again they asked me , still they did not accpet your bug. what you will do ? Answer me....
Define cosmic bug.
What is the big deal about ‘requirements’?
What is UML and how to use it for testing?
by testcase how to achieve 100% branch coverage for the following code. Read P Read Q Print "P" Print "Q"