In a web site, Protocal has been changed http: to https:
what is your approach?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sri satya
If the Protocal is changed to https: from htttp: then we
go for Regular Expression.
i.e http.*:
Is This Answer Correct ? | 0 Yes | 3 No |
Is it possible to use two instances of UFT on the same machine? If not why?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
How can we use the "CreateObject("Wscript.Shell")" in QTP and what is the definition and purpose of it?
How to check the URL using Automation tool QTP
There are some links on the web page,write a script to count and click those links and check the text on the page displayed on clicking the links.
write script for bitmap image?
what type of application we can select for automation testing and what is the entry criteria for automation
Explain abt the File System Object in QTP with ex
please send detail navigation for merging of object ripositories in QTP 8.2
3 Answers Infosys, Ordain Solutions,
Hi I am working with QTP.If I want to write a certification exams,Which one is the best one suggest me friends!!
How to track the execution time?
what is the syntax for regular expression in QTP? how to create user defined functions in QTP?