RSpec Tutorial for Beginners 01 (Setup Ruby, Rspec and RubyMine) | QAShahin

preview_player
Показать описание
RSpec Tutorial for Beginners 01 (Setup Ruby, Rspec and RubyMine) | QAShahin

Ruby RSpec WebDriver video tutorial covering framework setup in a windows environment.

Resources:
Introductory music:
Рекомендации по теме
Комментарии
Автор

By far the best and easiest to follow video series about web testing with Ruby on Youtube. Thanks!

Faz
Автор

Thanks to your great presentations I finally got the taste of user test scenario automation. It turned out very easy to set up ruby+rspec+selenium-webdriver tools. Especially liked lesson #11 which explained how to build not just a test script but also a well structured test script. 
To add one more thing - to get nice html outputs from your tests: run them form command line in your test folder write the following:
rspec *.rb --format html --out result.html

TheMaijaL
Автор

WoW.. keen to learn Ruby. Thank you :)

gokulsukumar
Автор

I love your video very much, Keep up the good work.

linhthevu
Автор

Great Video. Keep up the great work....:)

guesstp
Автор

Thanks a lot for posting these videos :) This gave me a good understanding on how Ruby, Rspec and RubyMine works together. Since I'm new to ruby and Rspec, I am not much aware of these concepts. Could you please let me know whether we can combine Ruby with cucumber scripts?

piyumiperera
Автор

have you used maven with ruby ? I'm intrested in a parametirized testing with ruby and maven. I've used this framework with my java automation, but would like implement the same in Ruby..

mrix
Автор

Can you help me as i am new to this and i am not getting the rspec template on ruby mine

SiminSadaf