GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  Product Testing
Go To First  |  Previous Question  |  Next Question 
 Product Testing  |  Question 6 of 31    Print  
Difference Between Web based testing and Client server testing

  
Total Answers and Comments: 5 Last Update: May 07, 2009     Asked by: Anurag Sinha 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 22, 2006 10:49:38   #1  
Riyaz        

RE: Difference Between Web based testing and Client se...
HI
Web Based Application: here you are going to check the application which is going to be launched on the internet or intranet. means it is in the form of web pages.
Clinet Server application: Basically the applications used in LAN in which a client and a server is present. In this a .exe file of the application stored at the server is called from the client and accessed and all the databse is stored in the application.

 
Is this answer useful? Yes | No
September 08, 2006 06:47:11   #2  
       

RE: Difference Between Web based testing and Client se...

Web based :An application in which all or part of it is downloaded from

the Web each time it is run. The term typically refers to the use of Web

browsers and Java applets. Web pages increasingly resemble the interactive

behavior of local applications. Retrieving a Web page may cause the execution

of code in the Web server as well as code in the HTML page brought into the

user's machine. Clicking an icon on a Web page may cause a Java applet to be

downloaded and executed in the user's machine.

client sever testing:Client/server describes the relationship between two

computer programs in which one program the client makes a service request

from another program the server which fulfills the request. Although the

client/server idea can be used by programs within a single computer it is a

more important idea in a network. In a network the client/server model

provides a convenient way to interconnect programs that are distributed

efficiently across different locations. Computer transactions using the

client/server model are very common. For example to check your bank

account from your computer a client program in your computer forwards your

request to a server program at the bank. That program may in turn forward

the request to its own client program that sends a request to a database

server at another bank computer to retrieve your account balance. The

balance is returned back to the bank data client which in turn serves it back

to the client in your personal computer which displays the information for you.

Sudhakar Kolla


 
Is this answer useful? Yes | No
October 10, 2006 02:20:32   #3  
Yogita        

RE: Difference Between Web based testing and Client se...
hi lpz let me know the testability point of view what is the difference between client/server testing and web testing
 
Is this answer useful? Yes | No
February 27, 2007 16:10:47   #4  
Sujatars Member Since: December 2006   Contribution: 217    

RE: Difference Between Web based testing and Client se...
Web applications sometimes called "thin client" solutions are concerned with performing business tasks through a webinterface. Usually this involves viewing and manipulating data in a database. They are typically deployed on an intranet or extranet with access restricted by passwords or other methods

Client-Server applications or "Thick Client" solutions are the more traditional way of doing things.A .exe file of the application stored at the server is executed & called from the client and accessed and all the databse is stored in the application.The "server" sideoften has a "middle layer" inbetween the client and the database this is called a "3-tier" solution. Sometimes there aremultiple middle layers which interract and this is called an "n-tier" solution

 
Is this answer useful? Yes | No
May 07, 2009 02:30:35   #5  
srinivasulub1981 Member Since: December 2005   Contribution: 381    

RE: Difference Between Web based testing and Client server testing
Hi

Projects are broadly divided into two types of:
  • 2 tier applications
  • 3 tier applications

CLIENT / SERVER TESTING
This type of testing usually done for 2 tier applications (usually developed for LAN)
Here we will be having front-end and backend.

The application launched on front-end will be having forms and reports which will be monitoring and manipulating data

E.g: 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 types of applications would be
- User interface testing
- Manual support testing
- Functionality testing
- Compatibility testing & configuration testing
- Intersystem testing

WEB TESTING
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 accessible in browser would be developed in HTML DHTML XML JavaScript etc. (We can monitor through these applications)

Applications for the web server would be developed in Java ASP JSP VBScript JavaScript Perl Cold Fusion 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 types of applications would be
- User interface testing
- Functionality testing
- Security testing
- Browser compatibility testing
- Load / stress testing
- Interoperability testing/intersystem testing
- Storage and data volume testing

Srinivas


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape