can anybody tell me what would be the architecture for
window based application.And what would be the architecture
for web based application.(its very urgent)



can anybody tell me what would be the architecture for window based application.And what would be ..

Answer / sureshsinghbhandari

For Testing process there are two type of application
1. Web Based Application and 2. Client Server Application

Web Based Application is 3 Tier Application where in which Business Logic is stored in one Server and all the clients are dumb terminals.
If user requests anything the request first sent to server, the server will bring the data from DB Sever and send it to clients. This is the flow for 3-tier architecture.


Client Server Application is 2 Tier Application where Business Logic is stored in clients and Data is stored in Servers. So if user request anything, business logic will be performed at client, and the data is retrieved from Server(DB Server).

Here the problem is, if any business logic changes then we
need to change the logic at each any every client.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

Can anybody explain about Mercury Quality Center " Dashboard tab" and its usage. Thanks in advance

3 Answers   IBM,


What is role of a tester in the requirement phase?

2 Answers  


Explain a bug which if you have missed could have created a big problem?

1 Answers   Crea,


suppose i received 3 build b1, b2, b3 on which build i will do regression testing

4 Answers  


If I have Date Calender on every screen Should I have to write test cases for date calender for every screen?

1 Answers  






Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage

8 Answers   ISTQB,


Explain the advantages of automation over manual testing?

0 Answers  


What is the Difference Between Manual and Automation Testing.Give Some Example Both of them

1 Answers  


can anyboy send me the testcases apart from application form?

1 Answers  


Who should test your code?

2 Answers  


what is the diff between application server and data base server?

1 Answers  


What is the role of Testing Engineering in a product company

1 Answers   Accenture, DQW,


Categories