If database testing i which way the testing will be done,by
just writing the queries or else anything extra we do?if so
where write those queries and where will we store those?
Answer / amol
Database testing is majorly done in the Migration of
database. When we migrate the database from 2000 to 2008
SQL Server. So testing will be done by applying the Select
Queries and checking the record count of old version
database table and new version database table.
Simmilary we can test it from the Application. Eg. we can
check all the master are present with new database
connection. Simmilary we can check any Transaction record
and see all values of it.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is red box testing and yellow box testing?
special bug you posted in your project
what is v model
Can you explain the process areas?
How will you find out Root Cause of any defect?
which process u followed in ur company?
What is Boundary Value Analysis(BVA) and Equivalence Class Partition(ECP)?
what is the difference between v & W model? please explain in detail
Who will perform Integration Testing?
What is Alpha testing/ Beta testing?
Write TestCases for mobile
How did u perform regression testing what r the steps involved?