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 |
HI, I am Praveen Saini having 5 yrs experience in s/w Testing field. I am looking change. I am having QTP 1.5 Yrs. + 3.5 Manual testing. If someone having position, lease let me know. sainipra@gamil.com 9811465496
Explain exhaustive testing?
Explain code walkthrough?
IS TESTING NEEDED TO EACH&EVERY PROJECT CUMPULSORY OR NOT?
How u r managing the time constraints in completing the project?
What is a database administrator?
What is upward compression?
Can anyone provide the definitions for the following abbreviations? Thanx to anyone who could CIT CAP
what is the difference between QTP 9.1 and ATP 9.2
2 Answers Avantas, Semantic Space,
1). explain need of software testing? 2). explain difference between developer testing & test engineers testing? 3). explain difference between verification & validation 4). which process your organization follows to develop an application? 5). explain v-model? & what is the meeting point in v-model?
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.....
In real time how you do the soak testing?