Diff b/w WEB TESTING AND Client server testing?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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
assume i have few url link how will i dynamically call then using descriptive programming?
How to "Turn Off" QTP results after running a Script?
HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST
What is the differnce between action & script
What is Object Spy in QTP?
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?
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
What are the types of object repositories? Which one is you using?
In qtp, how you can remove the spaces from string?
How many ways we can parameterize data in quicktest professional?
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?