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

Hi Friends Please let me know that how to test font size and font type of any website content when the right button is disable and we can not copy and paste it in msword.

1 Answers  


CAN ANYONE EXPLAIN IN DETAIL THE WATERFALL MODEL WITH THE OUTPUTS OF EACH PHASE.

4 Answers  


What kinds of testing have you done?

2 Answers  


How do we use <!DOCTYPE HTML PUBLIC...> in the begining of any HTML page.

3 Answers   Oracle,


How will you divide two numbers without using the division operator?

2 Answers   Aspire, College School Exams Tests,


What is Error Feeding?

3 Answers   CashEdge,


Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.

1 Answers  


An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000 Can you please explain in brief, how to do equivalance class?

4 Answers   ISTQB, Tech Mahindra,


What is the use of RTM?

2 Answers  


What r the attribute of good software test?

1 Answers  


If I am testing Login Window,there are 2 buttons i.e Ok & Cancel.I will go for checking functionality of Cancel button. I want to know that Would it be one of test case?.I have to write it in test case document or not?

3 Answers  


What is the exact difference between smoke testing and sanity testing.?

6 Answers   Accenture,


Categories