What is the Difference between 2-tier and 3 tier
applications... Anybody can explain in detail... Thanks in
advance
Answer Posted / raju
2 tier application is Client Server application, 3 tier
application is Web based application...
2 tier application has presentation layer, Business layer..
3 tier application has presentation layer, Business layer
& Environment layer...
welcome to comments: bvraju2000@gmail.com
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
I want to know about the open source licenses and its features
What is workflow testing?
Enlist some of the key challenges that are faced while performing software testing.
can 2 tier architecture can be change as a 3 tier architecture
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
Have you ever managed writing the test cases without having any documents?
Could you tell me two things you did in your previous assignment (QA/Testing related hopefully) that you are proud of?
What is the difference between web, window, desktop and client server application testing?
Explain stress testing, load testing and volume testing?
What are the contents in test plans and test cases?
What are the challenges faced with the 1+ years experience team.
What is a cause effect graph?
How validation activities should be conducted?
Is automating some test case is important? What about the maintenance? When will automated test become uneffective?
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username