V
V
vadik_kmv2017-06-26 16:36:41
ruby
vadik_kmv, 2017-06-26 16:36:41

How to start learning Ruby+Selenium+Cucumber?

Friends, hello!
Switched to automation at work. I have programming experience, but I have never come across a bunch of Ruby + Cucumber + Selenium (I imagine what a webdriver is, I wrote simple tests in Python) and I don’t know which side to approach.
There is not enough literature available.
I would be grateful for advice.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Eremin, 2017-06-26
@vadik_kmv

From simple to complex:

  1. We write several simple tests in Ruby with spaghetti code (we create an instance of the driver directly in the test, localize the elements, do checks)
  2. Having several tests, we implement PageObject (there are many examples on github and theory in Google)
  3. Writing some more tests using PO
  4. We fasten the cucumber

S
sim3x, 2017-06-26
@sim3x

literature - full
https://www.google.com.ua/search?q=Ruby+Selenium+C...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question