Difference between the Web based and client server testing.
Explain using example..



Difference between the Web based and client server testing. Explain using example....

Answer / duvvada

For Web Applications: Web application can be implemented
using any kind of technology like Java, .NET, VB, ASP, CGI&
PERL. Based on the technology,We can derive the components.

Let's take Java Web Application. It can be implemented in 3
tier architecture. Presentation tier (jsp, html,
dthml,servlets, struts). Busienss Tier (Java Beans, EJB,
JMS) Data Tier(Databases like Oracle, SQL Server etc., )

If you take .NET Application, Presentation (ASP, HTML,
DHTML), Business Tier (DLL) & Data Tier ( Database like
Oracle, SQL Server etc.,)

Client Server Applications: It will have only 2 tiers. One
is Presentation (Java, Swing) and Data Tier (Oracle, SQL
Server). If it is client Server architecture, the entire
application has to be installed on the client machine. When
ever you do any changes in your code, Again, It has to be
installed on all the client machines. Where as in Web
Applications, Core Application will reside on the server and
client can be thin Client(browser). Whatever the changes you
do, you have to install the application in the server. NO
need to worry about the clients. Because, You will not
install any thing on the client machine.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Testing AllOther Interview Questions

what r transaction synchronistion bugs

1 Answers   TCS,


What do you call a collection of descriptions of the data items for the benefit of programmers and others who might need to refer to them? 1. A data dictionary 2. A data model 3. A repository 4. A specification 5. A data map

1 Answers  


Explain performance testing?

0 Answers  


What is a GAP analysis?

1 Answers  


If 12=4, 22=10, 32=21 then 42=__?

10 Answers   EA Electronic Arts,






What is the benefit of test independence?

0 Answers  


what is feasibilty study...?

4 Answers  


What is use of SCSI-ID?

1 Answers  


What is crash?

0 Answers  


what are release plan components?

0 Answers   CTS,


What is the one key reason why developers have difficulty testing their own work?

0 Answers  


test scenarios for downloading a file

0 Answers   ZenQ,


Categories