What is the difference between HTTP and HTTPS.in Load Runner.
And how will u know(Client)ur using HTTP or HTTPS.? Any one
can justify?
Answer Posted / naresh kumar
HTTP is Hyper Text Transform Protocol and is transmitted
over the wire via PORT 80(TCP). You use HTTP when you are
browsing the web.
HTTPS (Hypertext Transfer Protocol over Secure Socket
Layer, or HTTP over SSL) is a Web protocol developed by
Netscape and built into its browser that encrypts and
decrypts user page requests as well as the pages that are
returned by the Web server. HTTPS is really just the use of
Netscape's Secure Socket Layer (SSL) as a sublayer under
its regular HTTP application layering. (HTTPS uses port 443
instead of HTTP port 80 in its interactions with the lower
layer, TCP/IP.) SSL uses a 40-bit key size for the RC4
stream encryption algorithm, which is considered an
adequate degree of encryption for commercial exchange.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the modular approach of scripting?
How can we recording vuser scripts using vugen?
What are monitors?
What is a correlation? Explain the difference between automatic correlation and manual correlation?
Which loadrunner component does the recording of performance test scenario?
You have created several auto-correlation rules. A new tester on your team is preparing to record a group of scripts on the same application on his workstation. What can you do to provide the tester with the correlation rules?
What protocols does loadrunner support?
What is the think time?
What is vuser script?
how to get current system time Loadrunner function?
What do you mean by creating vuser script?
How to identify what to correlate and what to parameterize?
What in percentile graph?
How you identify performance test use cases of any application?
I have one Scenario login then bookcoffee then logout explain test plan for above scenario?