How to do Data base testing manually?
Answers were Sorted based on User's Feedback
Answer / g.ramesh
We can do Data base Test by manually.First we have to
prepare the Program specification document which is
contains all databas tables and table structure.After we
can test by giving frond end inputs .But not fully 80%
percntage can do.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / swarupa
We Can do database Testing Manualy by checking field
size,writing and executing query ant test whether Input data
is Properly store in particular Table and fetch the same
information from that table.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / murali
I would like to explain this with an example. Suppose in a
bank u want to change the Account details of a User. From
the front end u may have an option 'Edit'. Using that u
changed the Account Details.
Later to confirm whether the details are
changed in the database or not u have to open the data base
and execute the query and check in the Account details in
the data base.
Hope this helps with the basic idea.
Thanks
Murali
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / josie
1. test record insert.
1) record already in the datebase, don't insert
2) Record not in the datebase, insert
2. test record edit.
1) find record, then edit
2) not find the record, show massage
3. test record delete:
1) find record, delete
2) not find record, show massage
| Is This Answer Correct ? | 1 Yes | 0 No |
Write testcase for delete functionality?
I attendend written test in NDS bangalore in aug 2009. 20 aptitude and 10 descriptive questions. In aptitude they ask sums from time and work,time and distance,tap,feet and inches(12 inches=1feet),percentage etc...
what is test scenario?
What is difference between Client-Server and Web based architecture.?
2 Answers Disha Tech, Verisoft,
What are the different types of integration testing?
If I have a dialog in which there is a text field that when I enter “abcd”, hit <enter> and the output comes out “8”, how do you test it?
What is good code?
Explain BVP
Main concepts in webpage Testing?
how do u know whether the particular project belong to client server or web -based?
which scripting language is used to write scripts for testdirector?only testing team can use testdirector?or other people like working on oracle(accounts) can also use this? pls answer Thanks in Advance
If a TESTER finds a defect in a WEB APPLICATION, and then raised a ticket to developer. But a developer was unable to reproduce the same defect, then what a tester must do. And what a tester needs to explain a developer...?