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

wat iz self join write qeriry for table

2 Answers   Hewitt,


hi, im priyan.hi friends..pls send genuine answers. don,t send half knowledge answers pls pls pls..its about life & carier matter.i faced so many problems in interviews.so pls pls SEND PERFECT ANSWERS.... TANK U EVERYBODY........

6 Answers  


Hi, I am Nithi. I have completed my MCA in 2005i am heving 2.2 yrs of experience in testing because of my daughter i got break during mar 2006 to dec 2007.now i joined in a small s/w company as tester.and i am looking for MNc job.what are all the things i want to prepare thanks in advance pls help me

2 Answers  


What is the difference between Smoke Testing & Sanity Testing?

8 Answers  


How do menation in requirement no in testcase? CRS document should be change.Add new requirement in between in previous CRS. How do assain no in requirement. How do menation in testcase?

2 Answers  






How will you deploy a web appln?i mean how will recive that build if it is web based(asp.net)?

5 Answers  


What is the Difference between Scope and Objective ? can u explain detailed ?

26 Answers   IBM, Wipro, World Wide Company,


what is the architecture for your project?

3 Answers  


What are some of the typical bugs you encountered in your last assignment?

1 Answers   CTS,


What r all the security problems u r facing & the measures taken to solve.

0 Answers   Collabera, TCS,


what is differance between web applicatins and web based applications?

0 Answers   CA,


What are the main key components in web applications and client and server applications? And explain the differences between them?

0 Answers  


Categories