what is 2 tier and 3 tier application.
Answer Posted / prabhat
Including both above answers, there is few difference..
2 tier:(e.g:VB based application)
1.Need to be installed on the Users PC.(Intranet)
2.Performace issue when No. Of Users are high.
3.Processing slow.
3 Tier:(Web based appplication)
1.Works on Internet.
2.Never performance issue irrespective of users login
3.Processing faster.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What are pros and cons of automating tests at ui layer?
Tell me what is an absolute xpath?
What is build verification testing, bvt?
What type of scenarios can be automated?
how to write ciertification in QTP?
How did you use automating testing tools in your job?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)
how to re-install QTP 11.0 trial version
Elaborate the situation where automation testing can’t be used for agile methods?
all clients are using at once if any problem raise?
Hi, I want to learn DataBase Testing. So please some document or path so that i can get some material on DataBase Testing concepts (preferably SQL Server 2000). Thanks in advance, Guru
What all different approaches can be used for designing an automation solution?
How do you decide which tool you have to use?
Tell us what automation tools could be used for post-release validation with continuous integration?
Tell us the line of code webdriver driver = new firefoxdriver();.?