RSpec Tutorial for Beginners 11 (Page Object Pattern) | QAShahin

preview_player
Показать описание
RSpec Tutorial for Beginners 11 (Page Object Pattern) | QAShahin

Ruby RSpec webdriver video tutorial on using the Page Object Pattern to better manage RSpec tests.

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

Thank you very much @QAShahin for such a brilliant tutorial. Best Wishes!

sams
Автор

Awesome tutorial, can I please request for some tutorials on Ruby Cucumber using page object pattern ...

megaa
Автор

Thanks QAShahin for the sharing. It was a great tutorial. I was wondering, do you have a video for how to build up an automation test structure with Rspec+Capybara+SitePrism. Thank you. Cheers.

ynduan
Автор

Wonderful videos with awesome presentation skills.With just 11 videos, covered great deal of ruby, rspec and selenium webdriver information. Please try to do videos in cucumber and capybara too. Keep up your good work

plgopi
Автор

Wonderful tutorial, thank you so much! However, I don't seem to understand why you would override the default 'initialize' method in every class without modifying it. As I understand, it would be inherited from the base class anyway.

antonra
Автор

This code need a review.. it contains many not necessary things... And it is do not quite a Ruby-style. PS. Pattern is good. Thanks for tutorial!!

dmitryck
Автор

thanks for this video, i have some doubts after following your tutorial.
1. How can i create one page object ( include launch firefox, login page) not using abstract class
2. can i launch firefox and navigate to URL using one function?

kuntalsugandhi
Автор

Wonderful tutorial series once again. I have a question. Is RSpec automation very different from using Calabash. What do I need to look out for?

gokulsukumar
Автор

How can we use the same RSpec framework for mobile automation also? Because Mobile Apps doesn't have URLs .

jeevan
Автор

TY! When will the factory be connected in pageObJect?

um
Автор

uninitialized constant AbstractPage (NameError). I have the class defined though in Abstract page. Class AbstractPage. Then on contact confirmation page i have it written class ContactConfirmationPage < AbstractPage.

Any help?

kenb