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 |
What would be a good answer when someone asks 'What was your best bug you found'? How does a person know whats the best bug? I never found the best bug..all my bugs are good.
I. Policymaker II. Technical specialist III. Project manager IV. Software development manager The personnel listed above represent a partial list of candidates for the configuration control board (CCB). In addition to software QA and software CM, which of these personnel should be included on the CCB? 1. II and IV 2. II 3. II and III 4. I and II 5. I, II, III, and IV
What is quality control?
Describe the benefits of agile testing.
What are attributes and skills of LEAD AUDITORS?
Have you written test plan?
Explain the types of documents in software quality assurance?
Give examples of boundary value and equivalence partitioning test cases.
in a team, how do u involve/test when ur modules are integrated to other modules of ur team.
prepare functional requirements and design test cases for a given business requirement as follows(consider all the implicit requirements): A message portal is given,Login into that, check for any e_mail in inbox-if present reply,if not compose a mail and send it.
Is the functional testing is a part of System testing. Are they same.
What is the audit process? How do you perform the audit?