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 |
Can we write winrunner language i.e TSL in QTP tool?
How many types of object repository in qtp?
how to idetfy which test cases are automated?who will deside that plz tell me
On a web application I want to select list item 5 from a dropdown list. but QTP identifying this object as winobject. Then how can we select list item 5 from that dropdown list.
What is test automation framework?which framework does QTP follow?Need some practical explanation as to how u will start ur testing process following a particular framework?
QTP script is not working on other's machine..
In my application there is a billing thru credit card. how to validate the credit card details(min balance,credit card no,card holder name).if these details are valid then only that booking will be done.how to validate these details thru automation or manual?
what is descriptive programming in QTP? How can be done?
how will you handle the situation when object is not caputred during record?
can we run the scripts of QTP8.2 in QTP7.0?
how qtp identify two objects having same name, supose objects are in same page also with same name,specify spl feature.
How to find Total no of Text Fields in the Page..Anybody please answer me..Thanks in Advance