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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the ways of functional testing? Can you give me an example of how to perform Functional testing on a Login Page for example.

1581


What is test development?

566


What is typically the most important reason to use risk to drive testing efforts?

619


what r the strategies & methodologies r u following in preperation of test cases based on usecase?

1606


What is the main benefit of designing tests early in the life cycle?

667






What are the main constrains of SCSI in storage networking?

1448


What are the structure-based (white-box) testing techniques?

619


In practice, which life cycle model may have more, fewer or different levels of development and testing, depending on the project and the software product. For example, there may be component integration testing after component testing, and system integration testing after system testing.

780


Explain stress testing?

568


Can any of u help me... How to use Security below listed testing tools 1. XSS Probe 2. SQL Power Injector 3. CAL9000 I have to do security testing using these tools.But I do not have any knowlwdge on this. I am trying to work using Help doc, but use, not able to follow Pls do needful

1668


Explain cyclomatic complexity?

638


Test Items and Feature To Be Tested for calculator

1396


What is structural testing?

680


We use the output of the requirement analysis, the requirement specification as the input for writing …

832


Explain black-box testing?

589