What is database testing? Can anyone give some scenariors
where we perform databse testing? also, please quote some
interview questions in this regard.
Answers were Sorted based on User's Feedback
Answer / kk666
Dear Freind, Database Testing is not compleate different
one, if u are doing manual tesing for a web based
application with different logins (customer login, business
login) and different drop downlists for these logins. then
as a tester u need to find out the database that how the
drop downlist is displaying the items (how it is grouping
in backend) and from which table the data is coming. like
that u need to test the scenario with database
simultaniously.
its upto my knowledge. pls tell me if any
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / hemu
Hi, in general database testing will be also done by the
tester while doing manual or automation testing to find out
whether all the data is getting refleceted in the data base
or not. For every application thre will be a seeded data
beside that tester will cretae, update or delete the data
and more over every application has its API where in it
internally calls either a pragramm or a prosedure(API
Testing), in these type of scenarios we have to check for
whther data is reflecting in database and to check whether
all subroutines are called when application is invoking them
or not.
Its the example from my side to explain about Database tesing.
| Is This Answer Correct ? | 2 Yes | 1 No |
I got an offer from TCS as a software engineer, But it says I will work for TCS BPO, Is there any difference in policies of TCS BPO and TCS-IT Services.How is the Working enviornment and appriasal procedure
Explain bug life cycle
What is your daily routine in your office?
What is the term for decomposing a software program so that latent design information can be extracted? 1. Reengineering 2. Regression 3. Restructuring 4. Reusability 5. Reverse engineering
There are two sand clocks(timers) one complete totally in 7 minutes and other in 9-minutes we have to calculate with this timers and bang the bell after completion of 11- minutes!plz give me the solution.
What is path testing?
Here is a topic for me to give a seminar "Web and Window based Testing".I didnt understand,which testing this topic comes under.can you give clear information and ralted urls,so that it will help me a lot.
What is the difference between uat (user acceptance testing) and system testing?
I'm in search of a test management system that can handle the tasks for instance of a manager or a tester equally well Can anyone help you in this?
If you had 10 days to deliver the product but the Lead tells to deliver it in 6 days, then How and what Testing Techniques or Strategy you will follow inorder to deliver it in short time (6 days)
Hi can anyone pls let me know, how many test case can be written to this C question (Unit testing) *funame (Int x, Long b) { x=b; x < 5 } Note: - Return type is boolean - Input type is unsigned char
Explain failure?