What is the difference between testing in client-server applications and web based applications?

Showing Answers 1 - 16 of 16 Answers

parvathi

  • Nov 9th, 2005
 

Client Server Testing:

In client server testing test engineer are conduct the following
testing:

1.Behaviour testing (GUI TESTING)

2.Input domain testing

3.Error Handling testing

4.Backend testing

In Web testing test engineer are conduct the following
testing:

1.Behaviour Testing

2.Static web testing

3.Input domain testing

4.Backend testing

5.Error handling testing

6.Frame Level testing

satish jalluri

  • Nov 29th, 2005
 

Client- server applications: Application is loaded at the server. In every client machine, an exe is loaded to call this application.

Web Based application : Application is loaded at the server.but,No exe is installed at the client machine. We have to call the application through browser.

  Was this answer useful?  Yes

Karan

  • Jun 16th, 2006
 

Static Web Testing is Testing the Static pages that which doesnt move further or doesnt have any links.

Shrinivas G

  • Sep 21st, 2006
 

Staic Page is one in which content is unchanging. Static page can have links.~Shri

  Was this answer useful?  Yes

sivanagaprasad

  • Jan 25th, 2007
 

Input/Domain testing: Passing the set of all possible inputs and testing.

  Was this answer useful?  Yes

vahini

  • Feb 27th, 2007
 

Client server Technology:
1. Number of clients is predicted or known
2. Client and server are the entities to be tested
3. Both server and client locations are fixed and known to the user
4. Server to server interaction is prohibited
5. Low multimedia type of data transaction
6. Designed and implemented on intranet environment

Web based Technology
1. Number of clients is difficult to predict (millions of clients)
2. Client, Server and network are the entities to be tested
3. Server location is certain, client locations are not certain
4. Server to server interaction is normal
5. Rich multimedia type of data transaction
6. Designed and implemented on internet environment

  Was this answer useful?  Yes

Mausami Arora

  • Jul 20th, 2007
 

In the client-server application,A?FAT client involved which means significant processing is performed on the client machine itself.

In the web based application, THIN client is involved which means u need to have a browser on ur machine to call the application on the server machine and significant portion of the processing is done at?server machine.

Web application: A 3-tier application is an application program that
is organized into three major parts each of which is distributed to a different
place or places in a network. The three parts are:

-> The workstation or presentation interface

-> The business logic

-> The database and programming related to managing it


In a typical 3-tier application the application user's workstation contains
the programming that provides the graphical user interface (GUI) and
application-specific entry forms or interactive windows. (Some data that is
local or unique for the workstation user is also kept on the local hard disk.)
Business logic is located on a local area network (LAN) server or other shared
computer.


The business logic acts as the server for client requests from workstations.
In turn it determines what data is needed (and where it is located) and acts as
a client in relation to a third tier of programming that might be located on a
mainframe computer.


The third tier includes the database and a program to manage read and write
access to it. While the organization of an application can be more complicated
than this the 3-tier view is a convenient way to think about the parts in a
large-scale program.


Client Server: Where as in 2-tier application is an application
program that is organized into 2 major parts each of which is distributed to a
different place or places in a network. The 2 parts are:

-> The workstation or presentation interface with The business logic

-> The database and programming related to managing it


Srinivas

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions