what is the difference between 2-tier appli. and 3-tier
appli. testing

Answers were Sorted based on User's Feedback



what is the difference between 2-tier appli. and 3-tier appli. testing..

Answer / sunilmn

Two-tier architecture is a client/server architecture ,
where a request to do some task is sent to the server and
the server responds by performing the task.where as a three-
tier or a multi tier architecture has client, server and
database. Where the client request is sent to the server
and the server in turn sends the request to the database.
The database sends back the information/data required to
the server which inturn sends it to the client.

Is This Answer Correct ?    6 Yes 0 No

what is the difference between 2-tier appli. and 3-tier appli. testing..

Answer / jai

Hi All,
Let it simplify a bit
2-tier application is the client -server aplication with
frontend and backend.
At frontend there would be forms, reports which gets filled
and monitored by backend.

3-tier application has
presentation layer (browser)
Application layer (code)
Database layer (Database-tables,views,procedures )
web application comes under 3 -tier and window based or
desktop aplication falls under 2-tier.
Suggestions are welcome

Is This Answer Correct ?    6 Yes 0 No

what is the difference between 2-tier appli. and 3-tier appli. testing..

Answer / sunilmn

Projects are broadly divided into two types of :
2 tier applications
3 tier applications


CLIENT / SERVER TESTING
[a] This type of testing usually done for 2 tier
applications (usually developed for LAN)
Here we will be having frontend and backend.

The application launched on frontend will be having forms
and reports which will be monitoring and manipulating data

Eg : applications developed in VB,VC++,Core
Java,C,C++,D2K,PowerBuilder etc.,
The backend for these applications would be MS Access, SQL
Server, oracle, sybase, mysql, quadbase

The tests performed on these type of applications would be
- user interface testing
- manual support testing
- Functionality testing
- compatability testing & configuration testing
- intersystems testing

WEB TESTING
[b] This is done for 3 tier applications (developed for
Internet / intranet / xtranet)

Here we will be having Browser, web server and DB server.

The applications accessable in browser would be developed
in HTML, DHTML, XML, JavaScript etc.,
(we can monitor thru these applications)

Applications for the webserver would be developed in Adv
Java, ASP, JSP, VBScript, JavaScript, Perl, ColdFusion, PHP
etc.,
(all the manipulations are done on the web server with the
help of these programs developed)

The DBserver would be having oracle, sql server, sybase,
mysql etc.,
(all data is stored in the database available on the DB
server)


The tests performed on these type of applications would be
- user interface testing
- Functionality testing
- security testing
- browser compatability testing
- load / stress testing
- interoperability testing/intersystems testing
- storage and data volume testing

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is Risk analysis? Explain with example

5 Answers  


How many types of bugs are there? What are they? like Deferred bug,cosmatic bug.....

0 Answers  


Hi this is satish from bangalore I wanted to take up my ISTQB Foundation level Certification can any one help me out with the date of test..

2 Answers  


You are the test manager starting on system testing. The development team says that due to a change in the requirements, they will be able to deliver the system for SQA 5 days past the deadline. You cannot change the resources (work hours, days, or test tools). What steps will you take to be able to finish the testing in time?

3 Answers   HCL,


What's the test suit?? Explain with simple example. If there is User sub-menu & options are New, Edit, Delete (to create, edit & delete user ) then can i say USER Test suit Id-1 for user. Test case id - 1.1 for New, 1.2 for edit, 1.3 for delete.

2 Answers  






Explain briefly your project.

0 Answers   ING,


What is the basic difference between Alpha and beta testing??

4 Answers   DigiTech,


How do you estimate white box testing?

0 Answers  


Give an example of High sevierity and low priority

8 Answers   Infosys,


What is test startegy?

0 Answers  


I want to know all detail of v model phases

3 Answers  


what r the reviews r u involing between the testcase writing and execution of those testcases?

2 Answers   MBT,


Categories