Can any one please explain hwo to test client/server
application using QTP?
Answer Posted / 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 |
Post New Answer View All Answers
How to add verification steps to tests?
What is object spy in quicktest professional (qtp)?
Explain step generator in qtp?
How you calling actions in qtp?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
How does you test a weblink which is changing dynamically?
How many types of recording facility are available in quicktest professional?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
write the vb script for call to new action in qtp?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
what is the diff b/w assistive and mandatary rules of object repository in QTP???
Tell me about qtp?
How do Parameterization and Data-Driving relate to each other in QTP?
How to check which add-ins are associated with a test in qtp?
HOw to add the recovery file at runtime to the test file .