Why tester should know database concepts?
Answers were Sorted based on User's Feedback
Answer / sunithayagnamurthy heartcom in
Hi ramprasad
not database concepts why tester should know database
concepts
please read question carefully
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / neeraj
The main concept of Database testing is to validate the
records that are stored in the backend, is as per the
requirements. So in order to validate the records, test
engineer have to pull the records from the database and
validate it against the reports or the flat files generated.
in short to check database integrity, redundancy etc. a
tester should know database concepts.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / narendra
Since every application deals with some kind of database
operations. To test these operations, tester should have
the knowledge on concepts
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / s.ramprasad.
Hi
Database concepts
1. Database connectivity.
2. Access the data.
3. Data manipulations (Insert, Update, Delete)
4. Data Definition ( Create, Alter, Drop, Rename)
5. Grand Permission or Revoke the Permission.
6. Inter operatability between databases.
e.t.c..
S.Ramprasad sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / anil
Every software product has a data base for saving the data
whoch is the most important part of any s/w product.
The tester should be aware of the status of the database
while testing any software product.
The tester should be able to understand the following
things :
Database connectivity, Access the data, Data manipulations
(Insert, Update, Delete, edit), Data Definition ( Create,
Alter, Drop, Rename), Grand Permission or Revoke the
Permission, Inter operatability between databases if any.
regards,
Anil Shinde
anil.shinde@rediffmail.com
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / reshma
For database testing. Tester has to use Select, insert,
update and delete queries very often in testing
| Is This Answer Correct ? | 0 Yes | 3 No |
what is non functional requirements used in ur project?
How to kill cookies from Web page?
5.what do you like most about testing?
Please explain test matrices
when do you escalte issue to your manager?
What is the use of doing cookie testing(enable or disable)for web applications?What will happen if u enable or disable the cookies?
hi, In testing, what is raw data and what is test data and who will prepare/provide those datas. and test run using raw and test datas will be the same or it differs and reasons. this has been asked to me in an interview. expecting a reply from you.
3 Answers ProdEx Technologies,
Wat is the use of regression testing?is it needed to be done only if any functionality is included or in release of every build?
If planned effort and actual effort is same, then how to calculate the effort variance ??
What is comparison testing?
what is defect ,error,bug,failure and fault?
16 Answers Accenture, Celstream, EDS,
In Satyam interview I have faced this question.Please answer me. The calculator is calculating like this: 1+1=2 2+2=5 3+3=6 4+4=9 5+5=10 ------ like this Prepare a bug report on this.