how do we do database testing manually.Suppose if i want to
check whether a particular record is inserted in the
database or not.
Answers were Sorted based on User's Feedback
Answer / satish
Open the database and verify whether record is updated. For
that you should have good command in SQL.
correct me if I am wrong
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jagadish
checking whether newly inserted result is correctly existed
or not is called data validation.For just open the table and
check whether the new record added or not
insert the data from the front end end and check the
corresponding table is updated with the record by using
enterprise manger to check the data base and its table for
this u have to know the corresponding table which will store
the data. or use the queiry analyzer to write the queiry to
check the table is updated with the data or not this is good
as u can check for the table which contains no of record.
initial at the build of project u can check the records by
just checking the tables manually. it is not required by the
testers to learn the sql queiry language as the developers
will give the quiery used
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vish
via querrying and
login with the created user name then u will come to know.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / satyaprasad
checking wether newly inserted result is correctly existed
or not is called datavalidation.For just open the table and
check wether the new record added or not
| Is This Answer Correct ? | 0 Yes | 0 No |
If you are a database tester. They will provide you with ER
diagram ( This diagram shows how many tables are in the
database and how they are inter related including the
primary and foreign keys.) If you can figure it out in which
table the data is inserted or you can take help from
developer, write the SQL query and check the table. It will
be easy if you use query because table contain vast data and
if you go through the table it takes lot of time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi,I am new to testing ....having no work Experience till date.I just got my working visa ....Can anyone pls advice whether i should attempt for CSTE exam and if yes,can you pls suggest some good link which would cover most of the matirial for exam?Thanks.my email id is anju_khubchandani@yahoo.co.in
1)How Much intraction with user should tester have and why?
how many test cases are posible to write on textbox. but it is allows the 0-10 digits numaric
hi how to answer this: joined newly in a new company, we have to login into the website of a client net is working properly, but u r unable to see the first page of the client website address wat we have to do.
compatibility testing?
Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?
What is the diffrence between product base company and application company ? if product base name few products,if service base name the few services.
Explain Acceptance Testing with an Example
what is defect density ? we say it is No of defects / line of code.. what is line of code ? pls if possible give some real example
Hi friends This is sowmya plz can u tell me what type of questions will they ask in banking domain in interview plz let me know thanks in advance
After insert the record in front-end, how will you check the back end by manually? Please explain?
What's Click-stream measurement tests