In a web site, Protocal has been changed http: to https:
what is your approach?

Answer Posted / gaurav arora

We can disable the security alert from \\https to \\http.
Please follow the below mentioned steps on the particular
machine where the web script is to be run:



The registry entry WarnOnHTTPSToHTTPRedirect takes the
following two values:


1: Display the Security Alert message.


0: Do not display the Security Alert message.



To add the registry entry WarnOnHTTPSToHTTPRedirect for an
individual user, follow these steps:
Follow these steps, and then quit Registry Editor:

1.
Click Start, click Run, type regedit, and then click OK.

2.
Locate and then click the following key in the registry:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\
Internet Settings

3.
On the Edit menu, point to New, and then click DWORD Value.

4.
Type WarnOnHTTPSToHTTPRedirect, and then press ENTER.

5.
On the Edit menu, click Modify.

6.
Type 0, and then click OK.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the views in the QTP GUI?

621


How to run a test using quicktest professional?

531


Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?

651


How many types of Automation frameworks are there in UFT? Describe them.

559


Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)

1624






What is the syntax to call one script from another?

540


Explain different type of event trigger option.

542


What is the process of synchronizing qtp and aut?

570


Define virtual object?

610


Explain the use of action split in qtp?

568


How does you test a weblink which is changing dynamically?

555


What is the short cut keys for the following?

650


Explain step generator in qtp?

650


Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.

1489


what is test scheduleling?

2017