What are the main key components in Web applications and
client and Server applications? (differences)
Answer Posted / 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 |
Post New Answer View All Answers
What's Stress Testing?
What is benchmark?
What is control chart?
What is the maximum length of cable supported in SCS-1,2 and 3?
What is flowchart?
What is the difference between testing techniques and testing tools?
What is storage testing?
We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....
Hi, I am writing ISTQB foudation exam on 9 June 2010. Anyone please send me pdf of the book "Sample Exam Questions: ISTQB Certified Tester Foundation Level (Paperback)by John A. Estrella " to hsdantot@yahoo.com Thanks Sree
Explain inspection?
Demonstrated system testing experience in a large on-line environment – with at least 2 years experience including Development of test strategies development of test plans • execution of tests according to plans • defect management • using industry tools (eg HP Quality Centre formerly 'Mercury Quality Centre' (Test Director) , and • experience in interrogating and querying SQL server and Mainframe dtabases using tools such as RC Update, BRIO, SQL Server Management Studio
Explain exhaustive testing?
What is Functional, Non-Functional, and Regression used for (i.e. the purpose of each)?
What all things you should consider before selecting automation tools for the aut?
What is usability?