What are the main key components in Web applications and
client and Server applications? (differences)
Answers were Sorted based on User's Feedback
Answer / btech
For Web Applications: Web application can be implemented
using any kind of technology like Java, .NET, VB, ASP, CGI&
PERL. Based on the technology,We can derive the components.
Let's take Java Web Application. It can be implemented in
3 tier architecture. Presentation tier (jsp, html, dthml,
servlets, struts). Busienss Tier (Java Beans, EJB, JMS)
Data Tier(Databases like Oracle, SQL Server etc., )
If you take .NET Application, Presentation (ASP, HTML,
DHTML), Business Tier(DLL) & Data Tier ( Database like
Oracle, SQL Server etc.,)
Client Server Applications: It will have only 2 tiers.
One is Presentation (Java, Swing) and Data Tier (Oracle,
SQL Server). If it is client Server architecture, The
entire application has to be installed on the client
machine. When ever you do any changes in your code, Again,
It has to be installed on all the client machines. Where
as in Web Applications, Core Application will reside on the
server and client can be thin Client(broswer). Whatever the
changes you do, You have to install the application in the
server. NO need to worry about the clients.Because, You
will not install any thing on the client machine.
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / vinod
Web application can only run on browsers whereas
client-server can be some desktop application too
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dhrutisundar
Web Apps-The U.I,B.L and D.B part is fully installed into the web side where as
only UI part is installed in user's machine(client side) and the BL and DB is installed at the server side.
Ex-web apps-chrome,firefox..
Ex-client-server apps-GTalk,FB messanger..etc
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pavan magdum
web application any application which is access through a browser and its works online and installation is not required,
but in client server application any application which uses a client application to access the server and its works online and installation is required,
Is This Answer Correct ? | 0 Yes | 0 No |
Explain configuration management?
I am going for an interview for back end and ui testing. Can smone tell me some important questions?
What is peer reviews?
With the help of Bug Id how will u find in which module or in which test case a bug hv been arised... ie hw will u track down the bug.....
What is the difference between Test strategy and Test plan?
We use the output of the requirement analysis, the requirement specification as the input for writing …
I wanted a good defect tracking system and had selected one when one of my friends suggested Zephyr 2.0 being a good test management system that too with an integrated defect tracking tool. Would like to know from those who have used it whether Zephyr is a good investment?
Explain verification?
What is SDLC and STLC? In analysis phase of SDLC, what exactly the testers will do?
Please Suggest A Test Management Tool That Helps In Collaborating With Teams Located In Various Geographic Locations.
What is service pack..what is the purpose of this..?This question was asked in an testing interview..that's why i posted this in this category..
1 Answers Infeneon Technologies,
what is the diff between test strategy & test methodology?