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
Explain what test deliverables is?
Describe your ideal working environment.
What is the difference between preventative and reactive approaches to testing?
I need to learn who the major stakeholders are in each of the 7 stages of the SDLC. What is the best online resource?
What does cots represent?
What are the advantages of designing tests early in the life cycle?
What is cause-effect graphing?
What documents will you need to create a test case?
How you would allocate a task to team members?
What is coverage measurement?
What is virtual address?
What is dre?
How many test cases will be there for testing the numbers of range -10.0 to 10.0? How it is classifying?
What bottom-up testing is?
What is independent test group (itg)?