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 Low level design & High level design? and brief description.
how to do security testing in real time scenario in manual testing and automation testing qtp
I have password field in my application.while entering data into pwd field the characters are not encrypted will it come under gui testing or unit testing? is gui testing checked by typing or entering data into fields?
how to write defects in excel sheets when defects occured
On Registration Form, if some fields are not mandatory to fill then those fields can accept any invalid input. OR there may have some validation. E.g. Email id field - Not mandatory to fill. If user enter Email id = 453454 should it accept?
What is the need for testing?What is the Outcome of Testing? What is the Purpose of Testing? When to start and Stop Testing?
what is gui testing? what is the most important thing we need 2 know before this and how 2 do gui testing
Differntiate CMMi and CMMp?
deployment who will do as a developer or a test engineer?
Can anyone explein me the differences between Product Testing and Project Testing??????
What are the test factors you consider while preparing high severity test cases.Please answer ASAP
1 Answers GL Noble Denton, IBM,
what is the difference between test plan and test strategy. can anybody give me a template for test strategy