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 |
is gorilla testing & monkey testing is same r not?
Good testing tools institute in Bangalore?My name is Vishal V
1.Unit testing ->integration testing->system testing->UAT in this where do u do the functional testing & regression testing? if these two done in each phase why should not mentioned in that ? 2.What are the difference b/w client & server? 3.While doing regression testing one bug raised due to functionality dependency, what is the bug status that one?
What is meant by Test Script. Example and Explanation on Test Script?Please Answer
explan test metnodology/approch.... with example...
Explain Boudary value testing and equivalence testing ?
Do you know of metrics that help you estimate the size of the testing effort?
What is the difference between Sanity and Smoke Testing? With Example.
who provides the test data in ur company?
what are the UAT bugs...why they come ??
What is the difference between a Test Plan and a Test Strategy?
How will you know if you wrote sufficient test cases for a particular business requirement.