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
Describe a past experience with implementing a test harness in the development of software.
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
what are all the possible Test Cases for VoIP based applications
when database testing comes into manual tesing
Tell me a critical defect in which your Client,PM,PL appreciate on you
How can you do the usability testing?
How do you determine user soad for a perf test of a Web application?
how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?
what comments have u given in peer review? tell me at least 3 comments what u have given? july27 brahma412@yahoo.co.in
What is formal testing?
Why is it impossible to test a program thoroughly or in other terms 100% bug-free?
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!
What kind of input do we need from the end user to begin proper testing?
Have you ever completely tested any part of a product? How?
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form