I
I
imater2013-02-06 11:09:28
Software testing
imater, 2013-02-06 11:09:28

What programs are best for testing a WEB application in various browsers on a Mac? I would like to conduct regular testing before the release of all important functions

The task is to emulate user actions to test the functionality of various parts of the web application and see if the result is correct. You can create 50-100 such tests and test each one before release.

The problem is that I use a mac for development and don't want to run a Windows emulator for every test and test.

Under Windows there is seleniumhq.org/ but under mac it doesn't seem to work. Although this is already a recognized solution.

Tell me, in the direction of which programs to dig.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
ertaquo, 2013-02-06
@ertaquo

There is a stupid option: take PyQt4 and write it in python in a fast way. From the pitfalls: the click method only works for buttons, for other things you need to emulate the event through the javascript createEvent

A
avorobiev, 2013-02-06
@avorobiev

You can test work from under Mac OS X in different browsers using Selenium, or using Testacular. But it is clear that the tests will be run only in browsers available from under OSX, among which there is no IE.
Selenium has a solution - selenium grid, which allows you to run tests on remote instances, where Windows with IE can also be installed. There are services that provide access to already configured grids. Perhaps this is your option.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question