Can any one send the Basic Consepts of DB Testing?
Which Type of Quarres are Frequently used in the DB Testing?
If any one have those please reply..
Answers were Sorted based on User's Feedback
Answer / b.v.s.sekhar
In testing process DB testing is necessary to know the
impact of front end operations on back end tables.
In Data Base testing testers are concentrating on data
validation and data integrity.
Data validation means validating insertion of new values
into database correct or not.
Data integrity means validating the changes in existing
database correct or not, due to insertion of new values.
Frequently required quarries are select,update,delete,insert.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / aditya
DB testing
Frequently used queries: Select,insert,delete,update
apart from that one may need to write simple and vomplex
sub queries.
ineer joins
outer joins
variation in select statement
execute a stored procedure - exec <stored proc name>
Date functions which are one of the important variable in
any database
Is This Answer Correct ? | 1 Yes | 0 No |
Any applications in the market to help quality test team members communicate with each other?
What are the deliverables of Test Plan
Have you ever managed writing the test cases without having any documents?
How do you know that your test cases will meet the requirement that the client required for the application.
What is the involvement of tester in SDLC?Explain.
What kinds of testing should be considered?
what r the techniques to design test cases?
4 Answers Thatavarti Technologies,
What are the types of documents in sqa?
can bug lifecycle support the integration , system, unit testing, functional testing etc
Have you written test strategy?
What is is External Quality Assurance (EQA) and Final Inspection (FI)?
Trace to customer requirements - what type of testing it is.. a.tracebility testing b.white-box testing c.block box testing d.regression testing