what is 2 tier and 3 tier application.
Answer Posted / k. pratap
In 2 tier architecture we have only two tiers: client and
server. Depends on the application consistency we called
this 2 tier architecture as thin client-fat server
architecture or fat client-thin server architecture. In the
first one most of the business logic will be residing on
the server side, where as in the second one most of the
business logic will be residing on the client side.
In 3 tier or n tier architecture we will maintain one
seperate tier for this business logic. we will call that as
application server. This will act as the mediator for
converting the client requests into the database
understadable formats and it retrieves the data according
to the command given by the client and it will again
convert those results in the client understadable formats
and displayes in the internet explores pages.
| Is This Answer Correct ? | 63 Yes | 4 No |
Post New Answer View All Answers
how to write ciertification in QTP?
What is test driven development?
Can you list some other automation testing tools that you are familiar with?
What are the frameworks available in rc?
Where you have applied oops in automation framework?
How to check if an element is visible on the page?
Do you know what is robot api?
What is build verification testing, bvt?
Tell us which package can be imported while working with webdriver?
Tell us what you know about table-driven testing?
What is the purpose of the wrun.ini file?
wat is database testing....how to develop data driven framework in selenium enviromnent. please explaing in detail
Tell me how could the web element attributes be inspected in order to use them in different locators?
What are the main differences between Loadrunner and QTP tools? Describe briefly a "real world" scenario that would make you use the first one versus the other? Thank you for your answers....
What are the advantages of test automation?