How do you do Data Base Testing?

Answers were Sorted based on User's Feedback



How do you do Data Base Testing?..

Answer / naren

v can do d/b testing using TOAD manually.

Is This Answer Correct ?    7 Yes 0 No

How do you do Data Base Testing?..

Answer / illur iqbal......new delhi


In DB testing we need to check for,
1. The field size validation
2. Check constraints.
3. Indexes are done or not (for performance related issues)
4. Stored procedures
5. The field size defined in the application is matching
with that in the db ( Database).

Is This Answer Correct ?    6 Yes 1 No

How do you do Data Base Testing?..

Answer / vairat

Database testing is possible both by manual and tools, the
most common way is to test is by writing sql queries

Is This Answer Correct ?    3 Yes 0 No

How do you do Data Base Testing?..

Answer / nithu

Db2 Testing is front end to request another end to
responce...

Is This Answer Correct ?    3 Yes 0 No

How do you do Data Base Testing?..

Answer / rajesh

we can do database testing on both frent end and backend
testing.
in frent end we insert the values and check whether the the
values are stored in dateabase on update/delete the same
values

in backend we can insert with insert command and check with
using ddl,dml commands.

Is This Answer Correct ?    2 Yes 0 No

How do you do Data Base Testing?..

Answer / gavaskar

Run the migration script,By means of executing the SQL
query in database and fine the action.

Is This Answer Correct ?    1 Yes 0 No

How do you do Data Base Testing?..

Answer / varshab

We can perform database testing using front end as well as
back end.Using front end we can insert /update / delete data
& in backend (database)we will check for data validity &
integrity.In backend we will check whether same data exist
in database which we have entered through frontend.For
confirming data validity & integrity we use SQL queries.We
also check for performance of database transactions.

Is This Answer Correct ?    1 Yes 0 No

How do you do Data Base Testing?..

Answer / rajesh

by using data driven test If it is wrong let me know

Is This Answer Correct ?    2 Yes 2 No

How do you do Data Base Testing?..

Answer / holder

We can do database testing on both front end and backend
testing. In front end we insert the values and check
whether the the values are stored in dateabase on
update/delete the same values

In backend we can insert with insert command and check with
using ddl,dml commands.

Is This Answer Correct ?    0 Yes 0 No

How do you do Data Base Testing?..

Answer / shruthi

Using tools and also SQL Quries.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

what is v-model? explain it in detail?why we call it as v- model not an u-model?

8 Answers  


What are the database testing questions that can be asked in interview . as a fresher and seniore tester. How to identify which particular tests you are going to use to test each module. Define each and every testing with examples and what stage it is to be used. if you take a particular module, all testing types have to be performed or few types. i am a fresher...Testcase is ok. But how to write functional testcase, system testcase etc separately. How we come to know that only this kind of testing should be done for an given application. If it is a functional testing, what all to be tested and if it is performance what all to be tested....can u plz explain me with examples? what is client side and server side validation what are the testing types that are follwed in client /server, web application, and desktop application. i am a fresher .preparing for interview..can u please send me the answers as earlier as possible thanks in advance..Help me out please.......

0 Answers  


what is the difference between application server and web server?

8 Answers   Symphony,


What is Independent Testing?

0 Answers   Satyam,


When we perform re-testing?

6 Answers   eZest,






1. what are the qualities of a tester ?

1 Answers  


When they freez(baseline) the requirement means in which phase of sdlc

5 Answers  


IN V-Model, from where a tester involves and from where a developer will involve???

5 Answers   Oracle,


What is show stopper bug pls explain,pls give any real time bug u get in your project

1 Answers   Deloitte,


what is telcom Testing and how is it performed is the same methodolgy used for telecom testing as its used for web application

1 Answers   Tech Mahindra,


What type bugs you will find in integration testing with example?

0 Answers  


Give an example for high severity and low prority bug and as well as low severity and High prority

3 Answers  


Categories