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 |
What is CMM?
usecases are prepared by whom?
where do u store u'r Test cases?
what is builr release team..?
What is mean cookies testing? What are testcase for it?
smoke test as a example for naukri.com
When we use Comparison Testing ?
How much percent of time you spend in testing and writting test cases? does testing comes first or writting test cases?
what is Difference between Test Cases and Test Plan ? Give some Example Both of them
Please give an example of White box Testing?
How do you perform regression testing of software?
what kind of testing have u done?