One very small question, If application/ website performing
all the function perfectly like submission, deletion,
editing etc, why do we require Data base testing
saparately. Please understand before reply thanks !!
Answer Posted / amandeep singh
HI All,
Database testing is required in the following cases:
-> Whenever we need a migration of Database from one
DataBase to another Database ex. From MYSQL to SQL Server
5, in that case we need to check that All the Tables are
migrated, Data should be properly migrated, No loss of
data, The Data type used in the Previous DB should be same
in the new DB, Mantissa for the Floating point no should be
same and etc.....
-> In case of Commit and RollBack we need to check the data
in the DB
-> ex... In wikipedia all user have option to edit the
information.. suppose two user click on the same EDIT
button one after another and write their views and
submit... then the information of only the first user
should be stored... for this we need to check at the back
end..
-> there might be the case where whole application is not
developed or the application is still under developement
phase and we dont have any front end to check the Output in
that case we need to check at the back end...
-> and many more scenarios are possible..
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
wat is meant by frontend and backend testing
How to do manual testing of a E-insurance project (end to end process)
can you show me the test cases on registration form
Why you are selected software testing as career ?
what is entry and exit criteria and explain it?
In simple steps how will you do unit testing using VSTS?
In which all places, testing is done?One is from the server by calling server name.Can u suggest others?
List the type of testing perform to test microsoft excel 2003 give atleast 1 example of each type
which sanity testing is performed?
How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
Please explain how to elaborate on the types of system/functionality for testing Payments, Statements, & Transactions features in a bank.....like what do we test in these,in detail? It's urgent, please reply...thanks in advance.
What do we need to build a quality QC team ? a QC manager with all junior QCs or a QC manager with all senior QCs?
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
What are the different ways of doing black box testing?