This is a migrated thread and some comments may be shown as answers.

Better Firefox support in Telerik Testing Framework

1 Answer 39 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kendall Bennett
Top achievements
Rank 2
Kendall Bennett asked on 28 May 2013, 05:55 PM
To avoid issues with any plugins like RoboForm or others that might cause problems, and to ensure you have a clean slate when doing UI testing, it would be worth considering doing what Selenium does when it spawns Firefox. It uses the -profile command line option to spawn the Firefox used for testing with a completely fresh profile (and you can force a specific one if you wish with a config option). That way you know it won't get messed up by any other features or plugins. It would be really good if the Telerik tools could do the same thing:

firefox.exe -profile "E:\myprofile"

I also believe if you do this, it will spawn a brand new Firefox instance, so it won't interfere with an existing one that you might have running at the same time.

Not sure if this is at all possible with IE, but if it is possible with IE that would be a welcome addition there as well.

1 Answer, 1 is accepted

Sort by
0
Mario
Telerik team
answered on 30 May 2013, 10:20 PM
Hello Kendall,

Thank you for your very informative feedback. Based on this suggestion, I have created an entry into our public Feedback Portal in the form of a feature request (see public link).

Please let us know whether you have any additional questions or concerns.

Regards,
Mario
Telerik
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
Tags
General Discussions
Asked by
Kendall Bennett
Top achievements
Rank 2
Answers by
Mario
Telerik team
Share this question
or