how can u do database testing manually?
Answers were Sorted based on User's Feedback
Manually we can check the datbase constraints,field
size,writing joins and some ddl commands and stored
procedures
we can do like this also
writing insert statments using stored procedures with
sample data by passing parameters and calling these
name.sql files in batch files and run batch files.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kalyan
Suppose we have created user account data and save it in the
user table. then this scenario we have to test manually.
Open the data base write the query and retrive the data
from the data base and check the data you have entered
saved correctly. or not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / balajirao.d
We can do Database testing either in Front end or Back end
according the Check list prepared based on requirements..
| Is This Answer Correct ? | 0 Yes | 0 No |
you can done database testing manually by writing SQL queries.
& also
Goto start button------->control
panel--->performance&Maintainance---->Adminstrative
tools---->Data sources(ODBC)--->sytem DSN-->click on
add-->select the SQL Server---->finish----->specify the
name,descryption& server
| Is This Answer Correct ? | 0 Yes | 2 No |
I am doing manual testing for one website application. Ihave prepared bug tracking report and test case report. here after any other additional report will need to perform, can u tell me
What is the difference between pilot and beta testing?
FOR TEST THE RESOULATION OF IMAGE ETC WHICH TYPE OF TESTING WE USE
Why position WinRunner and the AUT so they do not overlap?
by testcase how to achieve 100% branch coverage for the following code. Read P Read Q Print "P" Print "Q"
SAY I HAVE A GMAIL PAGE OPENED IN IE 8 NOW WHAT WOULD BE YOUR COMPATABILITY TEST CASES FOR THAT>?
Why you are selected software testing as career ?
Can you tell me what is boundary value analysis and Equivalence partitioning, and error guessing with examples
what is the need for testing?
How to derive test data from the design documents?
What are the critical defect can find in web based testing(Like if any interview asked what critical defect you found in web based testing)????
what is meant by application server and its functions?