Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 smoke testing and when it will be done?

3 Answers  


What is Bug leak or Defect leak ?

2 Answers  


Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;

1 Answers   Capital IQ,


i have experience in automation testing for 1.6 yrs, and now i'm working as manual tester... will it create any black mark when i search for jobs again...??

1 Answers  


How will you validate the functionality of the Test cases, if there is no business requirement document or user requirement document as such…

4 Answers   Virtusa,


What is severity and Priority,gave me a example of High Severity and Low Priority and Vice Versa.

5 Answers   Xavient,


When you found a bug and reports it to the developer but the developer is least bothered and he does not accept that bug what will u do?

0 Answers  


To what extent is the tester responsible for the time delay in the test plan execution?

1 Answers  


can you tell me types of bug ?

1 Answers   IHS,


How do you develop a test plan and schedule? Describe bottom-up and top-down approaches.

4 Answers  


What are the Techniques to be followed while writing the Test Cases?

5 Answers   EDS,


Hi,please help me out with my ques:as soon as the build we get from developer,how will we start testing?first all how the build we get (means which form)?who will install it in the system and how tl will assign us the work?

1 Answers  


Categories