What is the Difference between 2-tier and 3 tier
applications... Anybody can explain in detail... Thanks in
advance
Answers were Sorted based on User's Feedback
Answer / rajesh poojari - tavant techno
In the two-tier architecture, the user interface runs on
the client and the database is stored on the server. The
actual application logic can run on either the client or
the server.
In the three-tier architecture, the user interface runs on
the client and the database is stored on the server. Third
tier is for the application logic. The third tier is
between the user interface (client) and the data management
(server) components. This middle tier provides process
management where business logic and rules are executed and
can accommodate hundreds of users (as compared to only 100
users with the two tier architecture) by providing
functions such as queuing, application execution, and
database staging.
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / testing master
In three tire application business layer is separetd from
presentation layer.
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / raju
2 tier application is Client Server application, 3 tier
application is Web based application...
2 tier application has presentation layer, Business layer..
3 tier application has presentation layer, Business layer
& Environment layer...
welcome to comments: bvraju2000@gmail.com
| Is This Answer Correct ? | 7 Yes | 11 No |
Explain cmm?
how many types of testing techniques are there and please clarify each technique in a detail way?
Adhoc testing is advisable for every project?
What are the other test cases apart from functional test cases u write. I told sanity and resgression test case.Then He asked what u cover in sanity test cases and give with example...
what is web testing and what should you test in web testing?
in v model of software testing which processes comes under QA and which processes comes under QC?And what is verification and validation please anwer these question i realy very confused
Write the differences between preventive and reactive approaches?
Why we do load and performance testing?
Explain Integration Testing?
How is retesting different from regression testing?
You have 250 outstanding requests in a bug tracking application,you have no automated build environment, or representative production environment in test, nor the hardware required.You are responsible for establishing some kind of process and order to the QA department, what would you need in terms of budget and what would your processes be, as well as how would you address the environment issues mentioned above?
How would you prioritise your tests