Can any one please explain hwo to test client/server
application using QTP?
Answers were Sorted based on User's Feedback
Answer / bantanahal haribabu
Client-server describes an application architecture in which the client requests an action or service from the provider of service, the server. Consider a Web browser and a Web server. When you address a URL in the browser window, it (client) requests a page from a Web server. The server returns an html page to the client, which parses the page (data) and displays it on your computer.
When developing a client-server application, like the Web browser and Web server, you need to consider how you are going to handle developing your application in a team environment and how you are going to handle long-term maintenance. Developing client-server applications parallels developing modular programs. Modular programming separates large applications into smaller constituent pieces to ease development in teams and provide better maintainability. In a client-server application, a module does not have to be part of the same program or even run on the same computer. Each modular function can run on a different device.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / krishna chand
The sample application (Flight) that u r using is also one
of the Client Server applications.
So, Don't worry : u can say all the application which are
developed in VB etc.. r comes under Client/server
applications.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / tvl
QTP is a functional testing tool.It will be useful in
execution time.to decrease the time &to increase the
reliability,reusability in test execution,either it is
client/server or web based app testing is same with using
QTP.
PLEASE PROVIDE THE MORE ANSWERS FOR THIS QUESTION.
| Is This Answer Correct ? | 1 Yes | 9 No |
what is the recovery scenario?
How many types of object repository in qtp?
How to capture screen shots when an error occurs?
if full in Object Repostoiory then how to load other Object Repository
What are the Features & Benefits of Quick Test Pro (QTP 8.0)?
what is defination of intergration testing?
What is AUT in object reposity in QTP? Why we use it in Object repository???What is full form???????
How to use checkpoints in qtp ?
What is the syntax to call one action in another?
Where can i get the QTP tutorials. I wanna move to automation testing. Is there any book or URL, where i can find the source to read...
Can we directly automate testscripts accrdoing to requirements? WHY ?
How to verify the Cursor focus of a certain field?