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 |
How do you handle a test case when the test data created with an AGE field becomes invalid since the date of the system changes over time? For example, a person who could be a < 18 years old last month is now > 18 years and the whole scenario fails? Do you keep updating the test data or is there another creative solution here (besides changing the system date & time which can't be done as it is an Internet app)?
Where you maintains the Repositories
how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?
Is Quality centre(QC) is bug(Defect) tracking tool
tell me 3 defects in FRS document, while doing FRS review which u have found in the last 3 years ? could u plz answer brahma412@yahoo.co.in
What is grey box testing?
can you show me the test cases on registration form
Explan different Risks associated with the project????
How does one do Ad-hoc Testing?
what is impact analysis
who will give severity and priority define with example?
by testcase how to achieve 100% branch coverage for the following code. Read P Read Q Print "P" Print "Q"