what is the difference between Client/Server and Web based
Applications please reply
Answer / 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 |
Give the real-time example for back-to-back testing?
By using any techinique in tesing......how to find the greatest number between 1-10.?
How can you test the security of a web site (from hacking), both manually and by using a tool. If by a tool then which one and how?
which tool used for gui testing?
What is Deffered? explain it who allocate it?
Does Automation replace Manual Testing?
Write four good test cases on refill ball pen?
If there are so many bugs open and still the client want the s/w what will you do?
WHAT IS THE DIFFERENCE BETWEEN PRIORITY AND SEVEARITY ?
What type of testing you do in your project?
3 Answers Geometric Software, TCS,
what is error seeding
Difference between Test Cases and Test Scenarios ? Give some Example both of them