what is the difference between Client server application and
web based application
Answer Posted / sanjeev
1. Client server applications run in a networked
environment,and although you have two separate components
to test ,you still have control over the client part of the
application.
Web applications run in a networked environment but you
loose control over the client. Web applications are
supposed to run on various browsers and platforms.
2. Client server software must be tested at the native
operating system level.
Web software gets tested higher up in the food
chain,far away from the bowls of the operating system.
3. Instead web server software must be tested for browser
compatibility and operating system compatibility. But also
because so many various programming languages and scripts
can live with in a single web page,the interaction of
various applications must be also be tested. External
software,such as shockwave and javascript and java and perl
along with network connection must work together to create
the expected result.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How can we test for drastic (severe) memory leakages?
What kind of input do we need from the end user to begin proper testing?
Is compatabilitytestig and port testing are same
Inwhat basis the time is allocated for testing the application?
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?
what is test scenario and test condition?
What are the different types of software testing?
Hi to all, im vaibhav i joined a MNC as a tester and i got a banking (HSBC) project can any one tell me as a fresher what kind of strategy i sholud use to perform better. thanx
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
How to explain the Insurance project in the interview?
how can we give (ASSIGN) bug privitorirs and seviroty to the bug explain with exanple
How do u prepare test environment for ur application?
What is stub?
What is Bomb Testing?