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 |
which sanity testing is performed?
What is a Test Strategy and the basic test strategies? What is a Test Methodology and the basic test methodologies?
What are cookies?
What is the difference between Retesting and Data Driven Testing?
1.What is Traceability matrix and how it is done ? 2.What are the different levels of testing used during testing the application? 3.What is Traceability matrix and how it is done ? 4. How can you differentiate Severity and Priority based on technical and business point of view. plz do reply..............
What is the difference between QA and QC?
Give me 2 examples for - High Priority with Low Severity? And - High Severity with Low Priority??
1 Answers Infosys, Mastek, SunGard,
What is Sanity Testing?
How will you Test a Website manually?? Tell me any 5 different ways to Test a Website.
what is static testing,and dynamic testing? explain with an example.
How to do hardware compatabilty or configuration testing manually
How do we perform critical section first (Integration testing) at specification requirement stage of SDLC? I suppose this is incorrect question as integration testing can be initiated when: * The relavant individual code modules have been designed.please correct me if i am wrong