Hi,
what is tier1.tier2.tier3 company.
Answers were Sorted based on User's Feedback
Answer / anu
tier-1 Stands for stand alone app.
tier-2 Stands for windows app
tier-3 Stands for web app
| Is This Answer Correct ? | 4 Yes | 0 No |
1 tier stands for standalone application (presentation logic
,business logic,and database logic will be present in one
tier )
2 tier stands for client server environment(pl,bl
present in one tier and database logic willbe present in
another tier)
3 tier stands for web environment all the
layers present in different tiers)
| Is This Answer Correct ? | 1 Yes | 0 No |
tier1 means-stand alone environment.
tier2 menas -client server environment.
tier3 means- web envoronment.
stand alone environment contain only one layer .this layer
contain 3 logics. the logic r presentation logic,busines
logic,database logic.
client severnoment contain 2 layer client &server the client
contain presentation logic ,business logic,the sever contain
database logic.
web environment contain 3 layers the client contain
presentation,application contain business layer,database
contain database layer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raja g
tier-1 Stands for stand alone app.(Means Application
Layer , Data base layer , Web server r maintain in one
place (one computer) only)
tier-2 Stands for windows app (P.L in one place , D.B.L &
web Servers r in onother place )
tier-3 Stands for web app (All r different places)
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / rafi
As per my knowledge
1 tier stand for stand alone application.
2 tier stand for web based application.
3 tier stand for client server application.
| Is This Answer Correct ? | 0 Yes | 9 No |
What are the advantages of black box testing?
If there is a button called Edit button. 1) Editing can be done by double clicking the object 2) Editing can be done by pressing Edit button 3) Editing can be done by pressing Alt+E key Then Should I have to write 3 different test cases for editing object? What should I do so that I 'll not miss the any functionality while testing.
What is the QA environment?
diff b/w smoke and sanity testing and what is migration plan in testing?
you will be given a program and asked to write the Test Data and expected output for the same. for eg: there is a program which returns the sum of largest two numbers in an integer array.
At what stage of the development cycle software errors are least costly to correct?
can any body tell me vat is the status of the bug when it is going for retesting and where we write the bugs in case of retesting
why we choosen testing but not developing
How many types of applications are available for a Test engineer to test? In detail? PLZ.
What is the different between Test Case and Use Case
What's the difference between Load and Stress testing ?
What are the steps involved in Manual Testing