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

How would you test the login feature of a web application?

0 Answers  


What is Application entry and exit criteria

3 Answers   Maveric,


Explain the term bug.

0 Answers  


words Mortal Combat, Street Fighter, Dead or Alive and Doom have in common?

3 Answers   EA Electronic Arts,


Explain defect?

0 Answers  






Explain failure?

0 Answers  


Testing that checks that a modification applied during maintenance has NOT affected the code corresponding to those functions of the system that should be unaffected by the modification is called which one of the following? 1. Acceptance testing 2. Unit testing 3. Regression testing 4. Validation testing 5. System testing

5 Answers  


How the 2 wings and body of the butterfly model of test development is represented?

0 Answers  


Explain ETVX concept?

2 Answers   TCS,


What is the minimum criteria for white box?

1 Answers  


If you have an application, but you do not have any requiremnts available, then how would you perform the testing

6 Answers   TCS,


Explain the tasks of test closure activities.

0 Answers  


Categories