[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]


    Search the Q&A Archives


...difference between web testing and client server...

<< Back to: Client/Server Frequently Asked Questions

Question by manesh
Submitted on 1/15/2004
Related FAQ: Client/Server Frequently Asked Questions
Rating: Rate this question: Vote
what is the difference between web testing and client server testing.
if any body know the answer pls mail me this mail id : maneshk@maveric-systems.com


Answer by TheSolicitor
Submitted on 2/17/2004
Rating:  Rate this answer: Vote
Areas where Testing gets affected in C/S Vs Web:
Authentication(User/Workstation)
Number of potential users(clients) affecting the application(Scalability/Performance constraints)
(Web==>Browser independant) UI display(C/S -
Exploiting the client features(h/w and OS API)
Load distribution
Fat Client Vs Thin Client
Role of Client side/scripting...
The need to go for supporting language/tool specific UI/Component features(Automation)
The deployment testing requirements
Role of remoting/clustering(transfer using secure layers
The client side business logic to be tested in case of C/S

 

Answer by kailash
Submitted on 2/26/2004
Rating:  Rate this answer: Vote
what is the difference between web testing and client server testing.

 

Answer by bhupal
Submitted on 11/25/2004
Rating: Not yet rated Rate this answer: Vote
In web testing the tester concentrates on URL,Graphic objects,Functionality.

 

Answer by deepak
Submitted on 12/13/2004
Rating: Not yet rated Rate this answer: Vote
Eager to know abt the question answer

 

Answer by janaravi
Submitted on 2/10/2005
Rating: Not yet rated Rate this answer: Vote
I am also fighting for correct answer

 

Answer by Durga Prasad
Submitted on 4/21/2005
Rating: Not yet rated Rate this answer: Vote
Client/Server application are quite complex b'cozmultiple dependiecies among the client, hardware and servers. When Time is limited the focus is onto the System and Integration testing.Addtionally Load/Stress and performance testing may be useful to determine the Client/Server application.

Web sites are essential for the Client/Server application with Web server and browser Client. mainly the Consider is to given the interaction between HTML pages, TCP/IP communication,Application that run in the web pages and application that run in the server side.

1. What is Expected load on the Client side.
2. What kind browser they using and what Connection speed.
3.what kind performance is required under such load

 

Answer by Ram
Submitted on 7/12/2005
Rating: Not yet rated Rate this answer: Vote
Well, in Client Server appliation testing emphasis is laid on functionality and scalability of the appliation where as in web application testing importance is given to performance of the application.

 

Answer by Suresh
Submitted on 7/20/2005
Rating: Not yet rated Rate this answer: Vote
suresh babu

 

Answer by venkateswara
Submitted on 9/28/2005
Rating: Not yet rated Rate this answer: Vote
Client server testing:It is 2-tier architecture and also called thick client.
Uses User interface as front end
uses database as backend.
Here there are no urls and hyperlinks it contain only forms.
Where as in web testing:
it is 3-tier or n-tier architecture.
It is also known as thin client.
Here there are so many URLs and hyperlinks.
it is internet based and there would be many servers between.

 

Answer by Pradeep
Submitted on 12/15/2005
Rating: Not yet rated Rate this answer: Vote
Web based- involves viewing and manupulating data in data base- typically developed on an internet or extranet,with access restricted to passwords or other
methods- reports are difficult in web based.
* flexibility in interface design
* speed in execution
Client Server- it has MIDDLEWARE between Client and Database- real time screen updates are easier with desktop application.
* ease of deployment
* ease of software updates

 

Answer by rahul
Submitted on 7/10/2006
Rating: Not yet rated Rate this answer: Vote
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.

 

Answer by rk
Submitted on 8/7/2006
Rating: Not yet rated Rate this answer: Vote
what is the difference between web testing and client server testing.

plz mail me... kannan_sr@rediffmail.com

 

Answer by kiran
Submitted on 8/23/2006
Rating: Not yet rated Rate this answer: Vote
In Web Testing, you test the application with different browsers and different versions of the same browsers. Here, you would be concentrating on User Interface, Functionality and Performance of the application. In Client Server Testing, you don’t require any media/browser to test the application.

A higher degree of Security, Performance and Reliability testing is required for web based applications than client server applications because web based applications are multi user applications whereas client server applications are single user applications.

If the database is changed in client server application, the front end source code needs to be changed where as in web based, if the database changes, only the middle-ware has to be changed accordingly as client never interacts with the server directly. The business logic is @ middle-ware in web based application where as the same is at client in fat client/thin server architecture and at server in thin client/fat server architecture.

 

Answer by dipu
Submitted on 1/30/2007
Rating: Not yet rated Rate this answer: Vote
Client Server Testing:-

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

1.Behaviour testing(GUI TESTING)

2.Input domain testing

3.Error Handling testing

4.Backend testing

In Web testing test engineer are condut the following testings:-

1.Behaviour Testing

2.Static web testing

3.Input domain testing

4.Backend testing

5.Error handling testing

5.Frame Level testing

 

Answer by chinni
Submitted on 4/5/2007
Rating: Not yet rated Rate this answer: Vote
Testing client/server applications requires some additional techniques to handle the new effects introduced by the client/server architecture. Testing client/server systems is definitely different - but it's not "from another planet" type different. This class includes all the core testing techniques that you'll need to test any system, including systems that have a client/server design, plus the special techniques needed for client/server.
Even if you're an experienced tester you'll find some interesting and useful new ideas for testing all types of systems.So what's different about client/server? Testing client/server applications is more challenging than testing traditional systems because: 1. New kinds of things can go wrong. (Example: Data and messages can get lost in the network) 2. It’s harder to set up, execute, and check the test cases. (Example: Testing for proper responses to timeouts) 3. Regression testing is harder to automate. (Example: It’s not easy to create an automated ‘server is busy’ condition) 4. Predicting performance and scalability become critical. (Example: It seems to work fine with 10 users. But what about with 1,000 users? 10,000 users?)

Obviously some new techniques are needed to test client/server systems. Most of these apply to distributed systems of all kinds, not just the special case of a client/server architecture. So as you encounter various design permutations, “three-tiered” and so on, you’ll be able to put together an effective test plan for them.

The key to understanding how to test these systems is to understand exactly how and why each type of potential problem arises. With this insight, the testing solution will usually be obvious. So we’ll take a look at how things work, and from that we’ll develop the new testing techniques we need so go to site: http://www.testingcenter.com/t020mr…


 

Answer by rang
Submitted on 4/11/2007
Rating: Not yet rated Rate this answer: Vote
1.Performance/load/stress is must in web application.
2.Compatibility of the browser is must in web application.
3.Security is must in web application.

 

Answer by gumnam
Submitted on 4/23/2007
Rating: Not yet rated Rate this answer: Vote
Maa ke londe chutiya banata hai

 

Your answer will be published for anyone to see and rate.  Your answer will not be displayed immediately.  If you'd like to get expert points and benefit from positive ratings, please create a new account or login into an existing account below.


Your name or nickname:
If you'd like to create a new account or access your existing account, put in your password here:
Your answer:

FAQS.ORG reserves the right to edit your answer as to improve its clarity.  By submitting your answer you authorize FAQS.ORG to publish your answer on the WWW without any restrictions. You agree to hold harmless and indemnify FAQS.ORG against any claims, costs, or damages resulting from publishing your answer.

 

FAQS.ORG makes no guarantees as to the accuracy of the posts. Each post is the personal opinion of the poster. These posts are not intended to substitute for medical, tax, legal, investment, accounting, or other professional advice. FAQS.ORG does not endorse any opinion or any product or service mentioned mentioned in these posts.

 

<< Back to: Client/Server Frequently Asked Questions


[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]

© 2008 FAQS.ORG. All rights reserved.