Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Automation Testing - Informaton requested

  • 15-01-2013 9:53am
    #1
    Registered Users, Registered Users 2 Posts: 5,602 ✭✭✭


    Hi all

    Im moving into a new role as an Automation Tester for Unix Applications. I know the applications themselves quite well. Just wondering if you recommend any particular tools to this purpose. Its mainly Gui testing.

    Ive seen that Selenium is quite popular for instance through alot of job adverts, Is there anything thats both useful and mobile (say also works on other operating systems etc). Download information and quick startup guide also cool.

    Thanks if you can help


Comments

  • Registered Users, Registered Users 2 Posts: 2,021 ✭✭✭ChRoMe


    Hi all

    Im moving into a new role as an Automation Tester for Unix Applications. I know the applications themselves quite well. Just wondering if you recommend any particular tools to this purpose. Its mainly Gui testing.

    Ive seen that Selenium is quite popular for instance through alot of job adverts, Is there anything thats both useful and mobile (say also works on other operating systems etc). Download information and quick startup guide also cool.

    Thanks if you can help

    Selenium is for web applications, it won't work with thick desktop applications. What precisely do you mean by "unix applications", if they are CLI driven, writing shell scripts would probably be the best way to go.


  • Registered Users, Registered Users 2 Posts: 1,931 ✭✭✭PrzemoF


    OP, what's Automation Tester?


  • Closed Accounts Posts: 8,015 ✭✭✭CreepingDeath


    Hi all

    Im moving into a new role as an Automation Tester for Unix Applications.
    ...
    Ive seen that Selenium is quite popular for instance through alot of job adverts,

    Selenium is for web applications, it automates browser clicks, navigations, form filling etc.

    The way I read your post, is that you are testing Unix graphical applications,
    ie. X-Windows applications. So I don't think Selenium applies here.

    I can't say what tool to use, but I've heard of Selenium for web testing.
    We use Canoo for web based testing, but it's a stagnant tool and we're not entirely happy with it.


  • Registered Users, Registered Users 2 Posts: 8,324 ✭✭✭chrislad


    PrzemoF wrote: »
    OP, what's Automation Tester?

    A program used to run test cases against a piece of software.


Advertisement