What is 2-Tier and 3-Tier Architecture?
Answers were Sorted based on User's Feedback
Answer / rudraneel
Thr 3-Tier Architecture ::
1st TIER :
The Graphics User Interface,deals with user interface
2nd TIER :
Where the business logic is implemented or business rules
3rd TIER :
Where the data is stored and retrieved.
| Is This Answer Correct ? | 6 Yes | 1 No |
1-TIER ARCHITECTURE MEANS THEIR IS NO CONNECTION TO OTHER
APPLICATION.
Eg:NOTE PADE
2-TIER ARCHITECTURE MEANS CONNECTION YOUR APPLICATION TO
DATA BASE.THIS IS IN YOUR PC.
Eg:FLIGHT REGERVATION,YOUR COMPANY ACCOUNT DETAILS ext...
3-TIER ARCHITECTURE OR MULTI TIER ARCHITECTURE MEANS
CONNECTION YOUR APPLICATION TO WEB SERVER.THIS IS THE
ENTIRE CONNECTIONS OF YOUR SYSTEM.
Eg: BROWESERS
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / samyuktha
2 Tier architecture has only two tiers
ie:Presentation layer(.NET) and Data tier(Database)
3 Tier architecture has three tiers
ie: Presentation layer(java,swing,struts),Business tier
(JMS,java beans),Data tier(DB like SQL,Oracle).
| Is This Answer Correct ? | 2 Yes | 0 No |
wht is Manual Testing Frame work
Different environments in software testing?
Comparison testing is typically done to test two competing products as part of customer market analysis prior to product release. Is it true.explain comparision testing
Explian about boundary value analysis with an example ?
WAT IS RTVM?
What is the main purpose of having Equivalence Class Particition & Boundary value analysis in Testing?
6 Answers Tavant Technologies,
What is integration testing
ive been looking for a junior tester job for quite some time now, but most company keep requisting for experienced staffs, but if i dont start from somewhere how do i get the experience
You must test a trouble report where the problem cannot be reproduced. You tried using various test data files and mutations from the data files the customer sent along with the trouble report. The software does not fail the way it did at the customer's site.
Difference between Verification & Validation?
tell me about high severity & high priority bug?
what are the differnt error code that comes when an error occured in web application?