Posts: 13
Threads: 4
Joined: Jan 2008
Reputation:
0
01-23-2008, 12:27 AM
Hi,
I have noticed that the password is always encrypted in IE-6. But when I try to record the same script in Firefox, the password is never encrypted. Is there something to do with the settings on my machine .Please suggest.
Thanks.
Posts: 11
Threads: 2
Joined: Jan 2008
Reputation:
0
01-23-2008, 12:39 AM
Please let me know which version you currently used?
Posts: 13
Threads: 4
Joined: Jan 2008
Reputation:
0
01-23-2008, 03:39 AM
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Posts: 9
Threads: 3
Joined: Jan 2008
Reputation:
0
01-24-2008, 03:54 AM
We are using IE7 encrypting and are seeing the same problem with Firefox not encrypting. Only work around I've come up with is to make it a parameter, rick click on it and then select data type as encrypt. Not the best way to handle it. Would like to know if there is a better way.
Thx
Posts: 9
Threads: 3
Joined: Jan 2008
Reputation:
0
01-25-2008, 09:26 PM
Upon further review.... Encrypting as above really doesn't work for logging in/password. Bcz when you re-run the test, it inserts the encrypted password and doesn't de-encrypt it prior to logging in. Thus login fails. What am I missing? Is there another work around?
Thx
Posts: 1,105
Threads: 18
Joined: Jan 2008
Reputation:
8
01-27-2008, 08:23 PM
Please note that QTP does not provide a record support for firefox.
Only a playback support is provided. You can record a test on Internet Explorer and run it on FireFox.
Posts: 13
Threads: 4
Joined: Jan 2008
Reputation:
0
01-29-2008, 09:55 PM
Hi Ankur,
Can you please explain as to how we could run a script recorded in IE-6 on Firefox.
Thanks.
Posts: 1,105
Threads: 18
Joined: Jan 2008
Reputation:
8
01-30-2008, 10:51 AM
Whats the problem you are facing while running the IE recorded script on firefox?
Posts: 13
Threads: 4
Joined: Jan 2008
Reputation:
0
02-07-2008, 03:32 AM
The thing is when I record a script, I choose the application name and IE under Open the following browser when a run session begins.
So the script records in IE and when I run it, it runs on IE only. My question was what settings(or any tweak in the code) do we need to change to run the script recorded on IE to run on firefox.
Thanks.
Posts: 13
Threads: 4
Joined: Jan 2008
Reputation:
0
02-07-2008, 10:08 PM
I figured out how to run a script recorded on IE to run on Firefox.
The script runs only for few statement like it opens the web application, logs in,
enters id ,does not recognize password and then fails, throwing an error that the object is not in the object repository. But when I run the same script without making any changes, it runs fine on IE-6.
I tried adding the object into object repository but still throws same error.
Any help on this is greatly appreciated.
Thanks.