Can any one please explain hwo to test client/server
application using QTP?

Answers were Sorted based on User's Feedback



Can any one please explain hwo to test client/server application using QTP?..

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

Can any one please explain hwo to test client/server application using QTP?..

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

Can any one please explain hwo to test client/server application using QTP?..

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

Post New Answer

More QTP Interview Questions

I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.

2 Answers  


How to recognise the webelement and verifying that webelement is enabled?

0 Answers  


which command u will use to access the application through descriptive programing?

7 Answers   Datamatics,


How to pass parameters to Actions Pls anybody can give the answer.. Thanks in advance...

2 Answers   Navis,


what is the command (keyboard command) to swith from expert view to key word view

3 Answers  


How to handle Run-time errors?

2 Answers  


How you can decide which type of object repository you have to use?

0 Answers  


Through array we can execute the testcase how ? give me example

0 Answers   TCS,


Pls explain me the difference between ........ Description.Create and CreateObject

5 Answers  


Explain how you can delete excel file in qtp?

0 Answers  


Hello, I am working on automating unix application using QTP via terminal emulator.Recording and playback works as i execute my test case. I need to parameterise my data now. Steps to be followed 1. go to the application TeWindow("TeWindow").Window("Connect").WinButton ("Connect").Click 2. Make a transaction to an account I am able to make transaction one at a time (one person when i run the script) and the script is as below and works fine. TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "./4ee.sh" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "a21100002" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "tcccc" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "test" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type "6" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "xexit" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync 3. Now i need to Make a transaction to the account for the list of people available from data table. How do i do this? Please let me know if you can Thanks, Chaya

1 Answers   Apex,


Who is the best faculty for QTP in Hyderabad? Is it Mr. G.C.Reddy, some are referring his name?

21 Answers  


Categories