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 scalability testing
8 Answers FSS, TCS, WebTekLabs,
What is network Entry procedure in WIMAX -TEch mahidra question?
IS V Model a Process model or a Technique ? Can V process/Technique if answer for above be implemented in WaterFall Model.
What were the major challenges u faced while testing
What is difference between SDLC and STLC?
16 Answers College School Exams Tests, HCL, TCS, Verizon,
what are the different stages in sdlc?
When to start Software Testing?
how many levels of software testing?
what is meant by Pre-Conditions that we include in Test Cases? Can anyone provide those for this Website?
why we choosen testing but not developing
How to write a mail to PM and Client regarding Bug status report.And how u r introducing your self to the client through mail.I want a format of both.
What are the steps, procedures, objectives to write test cases.