What is 3-Tier Architecture. How It will be implemented.
Anybody can explain it in detail with easily understandable
example. Thanks in advance..
Answers were Sorted based on User's Feedback
Answer / raghu
3-Tier Architecture is a WEB environment.
it caontains three layers.
--Presentation layer
--Application Server
--Database server.
when the applications are to be used world wide by so many
users then this type of environment is used.
If some thing is wrong pls revert back to
test_professional7@yahoo.co.in
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / arokiaya
Tier1 : Client
Tier2 : Server
Tier3 : Application Server
| Is This Answer Correct ? | 0 Yes | 2 No |
How GUI testing will be done in manual testing for a website?
PLEASE PLEASE READ FULLY & HELP ME... IT IS VERY VERY URGENT.....
Which are different types of review ?
What is Database Testing?
Where you maintains the Repositories
What are the testing techniques and what are the difference between Unit testing & White box testing is Unit testing comes under White Box testing, if WBT is a technique under this we do Path Testing, Loop Testing so what we do in Unit testing
Tell exact difference b/w Smoke and Sanity testing with example?
Explain the difference between alpha testing and beta testing.
What is the Difference between Network testing and Web Testing?
What type of risk analysis u did in a banking projects...? Give an example...?
what u will do when u have no sufficient time to test the application build release? plz describe it briefly and help me knowing the answer?
8 What can static analysis NOT find? a) The use of a variable before it has been defined b) Unreachable (“dead”) code c) Whether the value stored in a variable is correct d) The re-definition of a variable before it has been used e) Array bound violations