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 software tester can use constants and variables in scripts?
I'm facing this problem while automating my application..its a web based apps.. In my application there are few webtables are displaying in the page.In the different cells there are links and action buttons.Problem is there is link in different web tables corresponding to one name.Hence the properties of the objects(say a link) are same except the x,y co ordinate of the object.So my script is not able to distinguish between the two links present in different cells of web tables with same name.Kindly help on this..
Plz explain about Virtual object? What is the situation u r using , explain with example?
Write a script to delete the a specific row (say 3rd) in a webtable.
How should I check my code( Before going to execute) without executing the script in QTP
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
How does qtp recognize objects in aut?
How can you quit from Action.
what is testing process with QTP in organization