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 Posted / 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 |
Post New Answer View All Answers
In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?
Why should you care about objects and object-oriented testing?
What are the bugs we cannot find in black box?
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?
What are bug leakage and bug release?
What is bug leakage?
What are the different test techniques used in functional testing?
What is srs and brs document?
What is the responsibility of programmer’s vs QA?
What is the Jar file?
Define brain stromming and cause effect graphing?
need testing projects where can i find them
how deployment phase of SDLC differs in product based and in service based company ?
in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application
How do you scope,organise and execute a test project.