Automate website browsing for software testing activities

Asked

Viewed 521 times

1

I’m on a web systems development project, accessed by the browser. We are constantly making modifications in the operation of the processes and at each specific period we perform a test on the functionalities of the system (registrations, validations, buttons, dimensions and etc). Many of these tasks are repetitive, long and done manually, so I would like to develop (in Java or C#) an application to perform such tests in an automated way. As needed I would only increase further testing in the application.

What I need: browse the site, take printscreen of certain pages, simulate clicks, simulate mouse movements, fill fields, capture page elements, scroll the page. And mainly simulate different browsers, including mobile (smartphone accesses). I mean, everything a customer would do naturally in my system.

How can I accomplish this with one of these languages? There is a library for this?

Grateful.

  • 2

    Make sure you’re there: http://www.seleniumhq.org

  • Does Selenium use the system browser? It has that server..

  • Use the system browser and also have the option not to use

  • I am in search of headless browser. I have no need for a visible browser.

  • 2

    You can configure Selenium to use the Phantomjs, which is headless.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.