How to test the database manual? how to test data base
lekage by using manual and also using QTP ?
Answers were Sorted based on User's Feedback
Answer / rajendra
Manual Database Testing:
every application will have an user interface page to enter
the data.
Actually what we enter the data in front end will be stored
in the back end database.
In this process od database testing we will enter some test
data from front end.
We will check the data stored in to the database with the
test data which we entered from the front end.
If the database is working fine then the data entered from
the front end must be same as the data present in the
database.
To start actual database testing testers normally login in
to database using User name and password.
More than this we should check the database constarints of
the database like
i. Check constrain
ii. Primary key constrain
iii.Forign key constrain(Referential integrity constain)
iv. Unique contrain
v. Not Null constratins must be tested for the given
database.
LEKAGE:When large volumes of data is inserted in to database
database cannot retain the data in the database.
this condition is called as database lekage.
In QTP we use data driven feature for storing large amount
of data i to database.
Byee
rajendra
rajendra_penumalli@yahoo.com
9885162742
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ramprasad.s
Hi
connect to the database by
username/password @ database name
then check for
Insert/update/delete/retrieve from the database.
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 1 Yes | 0 No |
What actually testers do in Smoke Testing?
Discuss what test metrics you feel are important to publish an organization?
what is onshore & offshore operating model
What is the relationship between quality and testing
What did you do in you last project? Can any one tell me about the application in detail any project regarding credit card
How will you review the test case and how many types are there ?
plz explain about tracebility matrix with example? thanks in advance
What r the types of Test case design techniques
Write test scenario of calendar.
write negative testcases for notepad
Explain Bug/Defect Life cycle?
Which method of testing we use to test LOGIN page?