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 |
how can test the entire web site?
is retesting and regression same
Difference between Test scenario and test cases?
How and when can the Testing Organization detect software defects?
A 2 different developer design same function. After both completed. In testing engineer how do test that function?
which domain is of high demand for software testing, Right now i am working in Education domain .How about demand for Education domain and which companies are recruiting in education domain
Testing will produce Bug Free Product 1 - Yes 2 - Sometime 3 - No 4 - None of above
How will you test application without any SRS or any document and also the the developer who developed the application is resigned. In short no one knows the functionality of application.
What is driver in testing point of view?
in web application , what are the common "browser compatabality issues " that you have across.?
What is the difference between Functional testing and Unit Functionality testing?
Difference between the System Testing and System Integration Testing?