what is the difference between Client/Server and Web based
Applications please reply
Answer Posted / amulyaranja
In client server application you have two different components to test. Application is loaded on server machine while the application exe on every client machine. You will test broadly in categories like, GUI on both sides, functionality, Load, client-server interaction, backend. This environment is mostly used in Intranet networks. You are aware of number of clients and servers and their locations in the test scenario.
it also call 2 tier architecture.
Web application is a bit different and complex to test as tester don’t have that much control over the application. Application is loaded on the server whose location may or may not be known and no exe is installed on the client machine, you have to test it on different web browsers. Web applications are supposed to be tested on different browsers and OS platforms so broadly Web application is tested mainly for browser compatibility and operating system compatibility, error handling, static pages, backend testing and load testing.it also call 3 tier architecture.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is Test management fundamental?
What is bug leakage?
What is unit level testing?
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
What is common interface?
what exactly is heuristic checklist approach for unit testing?
what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application
Describe your experiences with code analyzers.
Upps..., sorry my email id is this : preet405p@yahoo.com Thanks in advanced.
Hello, I want to know how to write a regression test plan? Can someone please send me the format/template? Thanks in advance
Plz give me manual testing real test case ?
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
What is a failure?
Why is it impossible to test a program thoroughly or in other terms 100% bug-free?
Explain crud testing.