How do you do Data Base Testing?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / nithu
Db2 Testing is front end to request another end to
responce...
| Is This Answer Correct ? | 3 Yes | 0 No |
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 |
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 |
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 |
Answer / rajesh
by using data driven test If it is wrong let me know
| Is This Answer Correct ? | 2 Yes | 2 No |
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 |
what is production defects?
How many Test-Cases can be written for the calculator having 0-9 buttons,Add,Equalto buttons.The testcases should be focussed only on add-functionality but mot GUI.What are those test-cases?
Define the bug life cycle?
Hi Frnds, this is Aman.. can anybody tell me plz what kind of QA Interview questions are asked by IDS Infotech Ltd., Chandigarh? I have lil bit experience only in Manual Testing.. Plz answer my question as soon as possible.. Thnx in advance..
defination of testing
how to Link the requirement with Test Cases in the Treaceability Matrix. Give real time Example ( Pl. Real Time Project testers only)
What is risk analysis,what type of risk analysis u did in u r project
Can anybody tell me by refering which documenet a tester writes test scenerios? And what is the need of test scenerios an how a tester determine the coverage of test sernerio?
according 2 an company or TL,how can a tester can prepare POSITIVE & NEGATIVE test cases ??
what is database teesting?
As experienced what could be the interview questions based on project? It's urgent
6 Answers ABC, P2Softech, Sony,
Hi i am new to testing.. Can u plz tell wat is mean by manual testing and how it is done?