Difference between the Web based and client server testing.
Explain using example..
Answer / 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 |
Explain defect?
What do you mean by automated testing?
Explain exit criteria?
can anybody tell me what would be the ideal architecture for java based application and for dot net applications(like what would be the name of the application server,database server,client server etc)in testing environment? its urgent..
How should testing be conducted?
What is a test harness?
What is the minimum criteria for white box?
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 port testing
What is technical review?
Hi, I don't know exactly when System Testplan should be prepared 1)while analysing BRS or 2) analysing FRS or 3) after analysing the Requirement Specification
hi frends in qtp the result window blank sheet comeing but the automation program is running what i do to see result?