S
S
selen112015-03-13 14:04:19
Ruby on Rails
selen11, 2015-03-13 14:04:19

What gem is used to simulate user actions in production?

What gem is used to simulate user actions in production?
So far I have 1 solution to use capybara + webdriver, launch a bunch of sessions (when there are many users) or one and perform actions in the browser window, but it seems to me that this is some kind of crutch)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya Bondarenko, 2015-03-28
@bondarenko

The question is not entirely clear. What is the purpose of all this? testing the application, just clicking on the links and what does production have to do with it?
For integration tests, rspec + capybara + webdriver is quite a common practice.
For a script that clicks on links, loads pages, fills out forms, it might be easier to use Watir.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question