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 is the Difference Between Manual and Automation Testing.Give Some Example Both of them
what is traceability matrix?
what is the difference between Client/Server and Web based Applications please reply
what is difference between test strategies and test data ?
what is mean by testing process ?
How quickly we need to fix the bug? Or how soon the bug should get fixed?
hi some body help me to know the difference between testing and quality control and quality analyst?
What is Test Suite?
11 Answers Digient Technologies,
What testing procedure you follow? how
Hi All I want discuss abt Testing tools is any one available online in google chat?
What is meant code review?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?