can we do database testing in manual testing? then how we
write the test case?

Answers were Sorted based on User's Feedback



can we do database testing in manual testing? then how we write the test case?..

Answer / lakshmanaraj bg

Yes of course,

Many beginner and intermediate database testing examples in any programming language suggest that it is perfectly easy to test your application's logic with simple tests. For database-centric applications this is far away from the reality. Start using Wordpress, TYPO3 or Symfony with Doctrine or Propel, for example, and you will easily experience considerable problems with PHPUnit: just because the database is so tightly coupled to these libraries.

You probably know this scenario from your daily work and projects, where you want to put your fresh or experienced PHPUnit skills to work and get stuck by one of the following problems:

The method you want to test executes a rather large JOIN operation and uses the data to calculate some important results.

Your business logic performs a mix of SELECT, INSERT, UPDATE and DELETE statements.

You need to setup test data in (possibly much) more than two tables to get reasonable initial data for the methods you want to test.

The DbUnit extension considerably simplifies the setup of a database for testing purposes and allows to verify the contents of a database after performing a series of operations.

Sample test case for database testing:

The test case for the above requirement is mentioned below:

Test_Case_Id:1

Test_Case_Name:Check the unique identity of Student.
Description:Test case to check the unique identity of Student.

Prerequisite:

1.Database should be present 2.Student records should be present in student table.
Input Data:1.Open your database(SQl,oracle or any which you are using)

2.Open its command prompt editor.

3.Select the proper database

4.Enter the query as:"Select * from Student_Details"

5.Run the query.

Expected Result: The all unique student records will be displayed.

Validation:Student is should be unique.

Is This Answer Correct ?    6 Yes 1 No

can we do database testing in manual testing? then how we write the test case?..

Answer / manikandan ganesh

yes we can do database testing in manual testing..

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

can anyone please tell how a rally tool is used in testing. what are the tester roles in using this tool and the detail working of this tool.

1 Answers  


Developres release the build with known bugs , then how will u(as a tester) write defect reports without developer known bugs .

2 Answers  


At what stage of the life cycle does testing begin?

6 Answers  


if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?

0 Answers   QA, SmartData, Yahoo,


what is test bed,test harness,test environment

4 Answers  






what is test model in testing?

1 Answers  


How to Test a C++ and unix application is there any automated tool available,

1 Answers   Calsoft, Primasia,


what are the advantages of waterfall model over V-model??

5 Answers  


Define Stability, Scalability and reliability with example ?

0 Answers  


WHAT IS OBJECT REPOSITORY? AND IT TYPES? HOW MANY TYPES OF ACTIONS ARE THERE IN QTP? CAN WE ADD NEW OBJECTS AND PROPERTIES INTO SHARED OBJECT REPOSITORY?

0 Answers   RBS,


What is Acid Testing?????

2 Answers  


What are the different strategies of rollout to the end users?

0 Answers  


Categories