Diff b/w WEB TESTING AND Client server testing?

Answers were Sorted based on User's Feedback



Diff b/w WEB TESTING AND Client server testing?..

Answer / bhanudas

Web applications are essentially client/server
applications - with web servers and 'browser' clients.
Consideration should be given to the interactions between
html pages, TCP/IP communications, Internet connections,
firewalls, applications that run in web pages (such as
applets, javascript, plug-in applications), and
applications that run on the server side (such as cgi
scripts, database interfaces, logging applications, dynamic
page generators, asp, etc.). Additionally, there are a wide
variety of servers and browsers, various versions of each,
small but sometimes significant differences between them,
variations in connection speeds, rapidly changing
technologies, and multiple standards and protocols. The
result is that testing for web sites can become a major
ongoing effort.

Is This Answer Correct ?    1 Yes 0 No

Diff b/w WEB TESTING AND Client server testing?..

Answer / mangai

Client-server: business logic willbe placed in client.but
in three tier business logic placed in application server.
Client-Server: If ay changes we have to do in client. But
in three tier no need to do in client we can change in
application server.
client-server is intranet testing, web testing is internet
testing

Is This Answer Correct ?    2 Yes 1 No

Diff b/w WEB TESTING AND Client server testing?..

Answer / loveleen

in client server there are two levels client machine and
database server machine so client and server are the
entities to be tested . we check low multimedia type of
transaction envoirnment and intranet envoirment
in web testing client,server,network are the entities to be
tested.we do testing in richmultimedia type of transaction
envoirnment and internet invoirnment

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

How to call Datable values in the QTP program. exp: I have two parameters like Email id and Password this two i would like to add multiple entries in the datable to use it. What is the difference between Gobal/Action datatable

3 Answers  


assume i have few url link how will i dynamically call then using descriptive programming?

0 Answers   BirlaSoft,


How to "Turn Off" QTP results after running a Script?

4 Answers  


HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST

8 Answers  


What is the differnce between action & script

1 Answers  


What is Object Spy in QTP?

11 Answers   vsworx,


Please anybody can tell the where can i get the information about pharma and bank testing, i put the pharma&bank projects in my resume, so i dont know what to tell about them, so where can i get the information and what we test for these, i need domain information, what r the screen we test?

0 Answers  


I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4

1 Answers  


What are the types of object repositories? Which one is you using?

0 Answers  


In qtp, how you can remove the spaces from string?

0 Answers  


How many ways we can parameterize data in quicktest professional?

0 Answers  


How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?

2 Answers  


Categories