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 / 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 |
could u pls tell me, all types of funtional and non funtional testing techniques?
I am graduate and have 6 yrs of experience in Testing. How much salary can I demand or expect
May i know now-a-days most of the companies are following which model?
what is the combination of grey box testing
What is exact meaning of Standalone application?
what is baseline document,can u say any two?
How will you prepare Test Data?
What is QA Life Cycle?Can anyone describe it?
What can be done if requirements are changing continuously?
how to find which server is not responding properly when there are 10000 servers without any tool
How to report Negative Test Cases? Do we need to insert any new column in the Test Case Document for Negative Test Cases seperately? I'm very much confused. Please answer this question!!!
Which Tests the whole system rather than software? a.)Blackbox testing b.)Whitebox testing c.)Stress testing d.)Mutual testing