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
types of reviews?Advantages of reviews? Diff between process and procedure? diff b/w verification and validation? diff b/w cmm,cmmi? exp tqm,gqm,iso,ieee? Roles and responsibilities of tester? Ricks,types of ricks? what r Quality factors?
If date field is a text field write test cases to validate it?
Need to know about Quality Center in brief
What is test driver and test stub?
hi experts, i was asked to write down the requirement description,test scenario, and test cases for gmail login and send email and then to check the email was sent in the sent mails.the format given to me was like this: Req ID, Req description, Test Scenario, Test cases....Can anybody please help me out with this..
HI, I WANT TO DO A ISTQB FOUNDATION CERTIFICATION FROM HYDERABAD WHICH INSTITUTE WOULD BE GOOD FOR ME,WHERE I CAN TAKE SOME TRAINING SESSIONS FOR CLEARING THIS EXAMINATION.
Do you use any automation tool for smoke testing?
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!!
1.What types of documents would you need for QA, QC, and Testing?
tell me brief about your project? please help me how to explain the project what is the flow? my current project is ERP domain web based application. please help me
What is fuzz testing?
What is testing and maintenance?
Can automation testing replace manual testing?
What is security Hole ? Is this possible Some one can acess any of restricted page (like admin side)? How you test this previllaze?
what type of testing techniques are using after accept the build?