what r the different types of testing environments?
Answer Posted / sathya
Environment is a combination of three types of layers like:
1) Presentation Layer.
2) Business Layer.
3) Database Layer.
Types of Environment: There are four types of environments based upon the tier of architecture.
1) Standalone Environment based upon Single Tier Architecture.
2) Client – Server Environment based upon Two Tier Architecture.
3) Web Environment based upon Three Tier Architecture.
4) Distributed Environment based upon N–Tier Architecture.
1) Standalone Environment based upon Single – Tier Architecture: This environment consists of all the three layers i.e. Presentation layer, Business layer and Database layer in a Single tier.
2) Client – Server Environment based upon Two – Tier Architecture: This environment consists of two tiers like; First Tier is for client and the second Tier is for the Database server. Presentation layer and Business layer will be present in each & every client, while the database will be present in the database server.
3) Web Environment based upon Three – Tier Architecture: This environment consists of three tiers wherein the client is located in one tier, application server is located in middle tier and database server is located in the last tier. Every client contains the presentation layer, application server contains the business layer and database server contains the database layer.
4) Distributed Environment: This environment is similar to the Web Environment however the business logic is distributed across the application server in order to distribute the load.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
what are the 3 test tool categories and describe what each can do.
What are the advantages of black box testing?
How to explain the Insurance project in the interview?
How do you Prepare a Defect Managemnt Policy
What is Independant Testing? When and where this type of testing will be performed?
what s test block ratio? please any one answer me..
What different types of manual testing are there?
Changes and enhancements to system?
Explain briefly your project.
What is a code walk through?
how to write defects in excel sheets when defects occured
What is the difference between authentication and authorization in web testing?
What is a critical bug?
What are the main key components in client and server applications?
Can you explain regression testing and confirmation testing?