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 / 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 |
1.What is the relation b/w Throughput and Response Time?
Why do you create parameters?
How many users can I emulate with loadrunner on a pc?
How do we write a user-defined function in loadrunner?
How to record the desktop application in Loadrunner 12.53 version 64 bit window.
Types of Goals in Goal-Oriented Scenario ?
Hi, I'm trying to measure page load times in a web app. How do I verify that the page I go to next is fully loaded? Do I use content verification (web_reg_find)? I am measure the time it takes for a page to load and then the user goes to another page and another and so on. I need to know how long it took for page one. How long it took for page two and so one. I'm using transactions for each page, but I want to make SURE that the page is fully resolved/loaded before the scenario goes to the next page. So, does LoadRunner automatically do this or do I have to use content verification or do I do it in some other way? Thanks, Brian
Where do you set Iteration for Vuser testing?
Can we able to record the vuser script in UNIX environment?
What is maximum No of Vusers that we can load using LoadRunner8.0 and how should we connect to database using loadrunner
What are the loadrunner testing process?
Hi i have installed LR 8.0v on my system and wanted to test siebel web application. when i tried to record the application throught siebel web protocol, the launcher tries to connect to that URL but after some time the URL gives as Page Cannot Be Displayed, the same URL when we login manually it works fine. LR is not able to connect to the Application. What could be the reason?