what is two tier application? and what is three tier
application?and what is the basic difference? explain with
a example?
Answers were Sorted based on User's Feedback
Answer / anu
Two tier application will have 2 layers
Presentation Layer:i.e. Front end
Bussiness and Database Layer
Three Tier application has 3 layers
Presentation Layer:i.e. Front end
Bussiness Layer:Which contains all business logic
Database Layer:Where all data is stored.
Example:If any condition is given for a search to display
the data.
In 3tier application that condition will be recevied by
Bussiness layer:search is carried as per requirement and
message will be sent to databse to display the details.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rama
In two tier application only two tiers will be there one is
presentation layer and mixing of businesslayer and
dataacess layer .in three tier architecture every layer is
seperate.
| Is This Answer Correct ? | 0 Yes | 1 No |
Why is it impossible to test a program thoroughly or in other terms 100% bug-free?
How could you handle the situation when you get the high seveority bug when the application is going to deliver by today night?
Is it mandatory to use USECASES or directly one can write test casesfrom requirments?
Efficient % is calculated at which level?
List out the test matrix
What is the smoke testing and sanity testing..?what is the difference?
Hi, Can anybody tell me what is Boundary value analysis, equivalence partitioning and error guessing with examples?
What is 'Account Conditioning'?
Describe to me the Software Development Life Cycle as you would define it?
what kind of document are follow to write test case ??can u tell me briefly
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
what is meant by system testing?