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
Tell me what criteria do you consider for automating a test?
Hi I need the following information about JMeter 1) How many(max) threads(users) can hit the website using Jmeter? 2) How long(in hours) can we run Jmeter for stress test? (Is there any “Memory full” issue if we run for long time?) 3)What typeof sampler to use for clicking on the link?
What is the scripting standard while performing automation testing?
What all different approaches can be used for designing an automation solution?
What is a framework and what are the frameworks available in rc?
Do you know how to verify if the checkbox/radio is checked or not?
How do you select which automation tool is best suited for you?
What is tree view in automation testing?
What is an automated test script?
Do you know how to check if a button is enabled on the page?
What are the points that are covered while planning phase of automation ?
write a programme to insert into elements in array?n finding duplicate characters in given sting?
hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.
What issues come up in test automation, and how do you manage them?
Explain me what is testng and why is it better than junit?