Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Test automation for IE browsers

  • 07-05-2014 07:23PM
    #1
    Registered Users, Registered Users 2 Posts: 186 ✭✭


    Hi

    I am a software tester for a company. Currently we have in place an automation system which uses rspec and capybara and can be run against multiple browsers . We all have macs which makes testing IE difficult.

    I could spin up some virtual machines but I want to be able to run the automation against multiple versions of IE (8, 9 10, 11) and as far as I know you can only have 1 version installed per machine so this would mean having 4 virtual machines for the different IE versions which is troublesome to maintain.

    Anybody got a suggestion of a strategy I could use to enable me to run our tests against IE? I would like to ditch IE completely but unfortunately some of our customers use it. :mad:


Comments

  • Registered Users, Registered Users 2 Posts: 1,717 ✭✭✭Raging_Ninja


    Hi

    I am a software tester for a company. Currently we have in place an automation system which uses rspec and capybara and can be run against multiple browsers . We all have macs which makes testing IE difficult.

    I could spin up some virtual machines but I want to be able to run the automation against multiple versions of IE (8, 9 10, 11) and as far as I know you can only have 1 version installed per machine so this would mean having 4 virtual machines for the different IE versions which is troublesome to maintain.

    Anybody got a suggestion of a strategy I could use to enable me to run our tests against IE? I would like to ditch IE completely but unfortunately some of our customers use it. :mad:

    Its a real pain. Microsoft has multiple VMs with the various IE environments available for free:

    http://www.modern.ie/en-us/virtualization-tools


  • Closed Accounts Posts: 9,698 ✭✭✭tricky D


    Try IETester. I've found it quite good but not quite sure if it's bulletproof.


  • Registered Users, Registered Users 2 Posts: 14 koti421


    Try spoon.net/browsers
    You don't need any virtual machine. It has different versions you can test on.


  • Registered Users, Registered Users 2 Posts: 14 koti421


    One more site is saucelabs.com to test on different browsers.


Advertisement