Difference between the Web based and client server testing.
Explain using example..
Answer Posted / duvvada
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(browser). 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 ? | 3 Yes | 0 No |
Post New Answer View All Answers
Hi All My name is Kiran Krishna, Can I know what are the basic testing scenarios that we need to include in the application that is hosted on the Clustered environment of weblogic 9.2 version. Oracle version is 9 OS : Window 2000 Basically I needs some General testing steps to test the hosted application . Please help me out and send me the suggestion at Kiran.Krishna@arisglobal.co.in or Kirank_k@yahoo.com
What is qa engineer?
Explain failure?
Explain interface?
Explain code inspection?
What is the main benefit of designing tests early in the life cycle?
What the difference between latent and masked defects is?
What were your testing responsibilities at your previous employer?
HI Any one can guide me What is database testing ? And How will do it . Please refer me any site or document to know more abt data base testing.
Compare between FCOE and iSCSI
Define defect density.
What is the difference between test scenarios and test strategy?
Hey friends...mail me interview questions of manual testing.. Give me explanation of Automated Tools quality center on my gmail mca.rachna21@gmail.com quick test profession load runner
What is iso - international organisation for standardizationo?
The later in the development life cycle a fault is discovered, the more expensive it is to fix. Why?