1.

What are the most commonly occurring issues that are faced during database testing and how can they be solved?

Answer»
  • Significant overhead can be involved to determine the STATE of transactions.
    • Solution: Plan the process that is efficient in both TIME and cost. A fine balance needs to be present while managing the quality of the database testing and the application project duration.
  • Post the clean up of old test data, testers need to come up with a design of new data.
    • Solution: Plan a methodology and design test cases that can easily take up different data sets without much effort.
  • To validate the SQL queries, there is a need for an SQL GENERATOR that can HELP to validate the data and can easily help in handling different test cases. This maintenance, if not done correctly, can result in messy and unmanageable scenarios.
    • Solution: Overall process of testing should be well planned and the queries should be well maintained in a way that continuous UPDATES are supported.


Discussion

No Comment Found