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 |
Give the syntax to import/export xls into qtp.
Hi my name is mohan. I am working as a manual tester.. And now i want learn QTP.. is there any online websites to learn QTP for free if u know any plz help me out..,.or send mail to k.mohann.mohan@gmail.com
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position part2:maore than the answer for this question i want the the reason why testers go for this kind of risk.what is the use of we testers having these kind of attempts.is that not the problem with the developer .pls answer .real time users of tools.in which way these solutions help to test with r without affecting the developed souce code.
WHICH functionalities of QTP used in Banking project?
How to invoke Mozilla from QTP thru VB Script
After creating testcases, how do you start testing in QTP? what methodology will follow?
7 Answers Actran, American Well,
How to retrieve the object properties at runtime without the usage of GetROProperty?
What environment does qtp run in?
How many ways to configure the application in QTP,Explain
.how will you load the object during runtime
I am new to automation testing.I am learning QTP 9.2.my question is how to install the defferent addins(other than Default Addins) is there any defference in QTP after installing the Addins.where we can get the addins?
There is web page with the webtable,this contains some data, how do you manipulate the data.