what is difference b/n client server and web based
applications?
Answer / rajesh poojari
Client-server architectures are called as two-tier
architectures. In the two-tier architecture, the user
interface runs on the client and the database is stored on
the server. The actual application logic can run on either
the client or the server.
Web architectures are called as three-tier architectures.
In the three-tier architecture, the user interface runs on
the client and the database is stored on the server. Third
tier is for the application logic. The third tier is
between the user interface (client) and the data management
(server) components. This middle tier provides process
management where business logic and rules are executed and
can accommodate hundreds of users (as compared to only 100
users with the two tier architecture) by providing
functions such as queuing, application execution, and
database staging.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is a test strategy and what does it include?
What is the difference between Bug and Issue?
How to write the test cases for the Date Format like dd/mm/yyyy?
what all we should write to prepare a test report?plz wit template?
what r the defect status for bugs
What are the challenges faced with the 1+ years experience team.
How would you prepare the test plan without srs?
in v model of software testing which processes comes under QA and which processes comes under QC?And what is verification and validation please anwer these question i realy very confused
In testing what is the flow of testing AUT, like what test is to performed first and second test and soon Can Anyone list the sequence of testing
What does the software qa document should include?
1. What is the difference between a bug and a defect 2. What is the difference between retesting and regression testing 3. Explain bug life cycle
If a bug is found at the time of release.what you do?