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 |
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
Does QTP supports Linux or Unix OS?.If so which scripting is preferable? Shell we do record and playback
Hi This is tanya actually im facing problem in Qtp actully some time QTP doesnot recoznise the recorded object due to which script is going to fail.so can you tell me how we can handle this situation and i have another concerened issue is that at the time of run New errors comes every time so how we can handle this sitauation how we can add Recovery scenarios to the script.some time application runs successfully and some time it produces new error thats why i am facing lot of problem please give me the sugeestion as soon as possible.
How you can make an action as re-usable action?
Hi, Can anyone tell me what type questions can be ashed in interview on QTP?
I want different types of discriptive programming statments coded for different types of web-objects?Give syntax and example?
How to covert a String to an integer?
Batch testing in howmany ways u perfrom in QTP
How many lines of code in each script of QTP?
What is descriptive.create () in QTP?
How to import excel sheet to QC?
when you press a link it displays "the page cannot be displayed" then as a tester how you will find the problem,what type of problem must be it?