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 |
How to write negative testcase?
what is client server technology?
wat iz self join write qeriry for table
What makes a good QA or Test Manager?
Explain defect lifecycle.
swap 2 variables without using 3 rd variable???
Is Software Testing categorized as a technical or Non-technical job???
What is the exact difference between smoke testing and sanity testing.?
Difference between Agile process and V Model
testing is a procedure or methodology,diff between methodoly and procedure?
what is a broken link in web testing and how test it.
Difference between System Testing and System Intergration Testing(SIT) with Example