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)
Answer Posted / 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 View All Answers
What are the different types of integration testing?
What is function points??????
What is Stability and Performance Testing in Testing the TV
what are your achievements in your organization ? Guyz very very urgent , help me
What is a test log?
What is the purpose of test strategy?
Negatives test cases of gmail login page With its severity , priority and expected results columns Through test case template-oodles technologies gurgoan
What is build interval period?
What is a top-down and bottom-up approach in testing?
What impact ratings have you used in your projects?
Artifacts in design phase of SDLC ?
Describe a past experience with implementing a test harness in the development of software.
What is Test Design ?( Urgent) and Test Design for Printer?
Password is having 6 digit alphanumeric then what are the possible input conditions?
What are the different servers and difference between them?