'Protocol used for desktop application in load Runner 11

I have been using load runner for testing web based application.

Now i need to check desktop application using load runner.

Please guide me which PROTOCOL should be used to test desktop application ?



Solution 1:[1]

choose any protocol and choose the application type as win 32 application on start recording window

Solution 2:[2]

It depends on which protocol is used in your application.

There's a protocol advisor feature in LoadRunner which can probably help you detect the used protocol.

Solution 3:[3]

Speak with the developers and architects

Read your installation manual

Examine your visio diagrams for the next upstream architectural component

Read the System design documentation

Look at a protocol analyser trace for the application layer protocol expressed

Examine the handshake and port assignment in a winsock recording for well known ports and any literals in the client to server negotiation

Then look at the output of the protocol analyzer in LoadRunner vugen and see if it matches your architectural hypothesis as to which item you should select.

OR, just pick your choice of Winsock, GUI, Citrix or RDP

Solution 4:[4]

if its desktop based why do you need loadrunner , you have UFT and if you have network based connections to your desktop application , it is possible it is citrix protocol or any other by which application is connected to server . check for it and select protocol

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 user2484633
Solution 2 Kert
Solution 3 James Pulley
Solution 4 njwin07