GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing Tools  >  Winrunner

 Print  |  
Question:  Have you used WinRunner in your project?


Answer: Yes, I have been WinRunner for creating automates scripts for GUI, functional and regression testing of the AUT.


August 08, 2005 02:28:03 #3
 jagadeep   Member Since: Visitor    Total Comments: N/A 

RE: Have you used WinRunner in your project?

 
diff between client server and web application 
 
The general architecture of a Web application is that of a client/server system, with a few notable distinctions. One of the most significant advantages of a Web application is its deployment. Deploying a Web application is usually a matter of setting up the server side components on a network. No special software or configuration is required on the part of the client.1 Another significant difference between a Web application and a client/server system is the nature of client and server communication. A Web application’s principal communication protocol is HTTP, which is a 
connectionless protocol designed for robustness and fault tolerance instead of maximum communication throughput. Communication between a client and server in a Web application typically revolves around the navigation of Web pages, not direct communications 
between server side and client side objects. diff between client server and web application
     

 

Back To Question