Welcome to 

Iryna Volnykh

+ 7 years in E-commerce
+ 5 years as a QA engineer

 

ISTQB Certified Tester

Manual/Automation QA engineer

QA lead at

Course teacher at

Автоматизація - це лише засіб тестування

СSS селектори

Xpath

Вибір за атрибутами:

Для вибору тегу на основі його атрибутів слід користуватися предикатами:

 

//*[@style]

Вибірка всіх елементів які мають класс style

//*[@class="chapter"]

Вибірка всіх елементів які мають class="chapter"

//h1[@class="bookTitle"]

Вибірка всіх елементів з h1 тегом що мають атрибут class="bookTitle" [4]

Page objects are a classic example of encapsulation - they hide the details of the UI structure and widgetry from other components (the tests).
                          (c) Martin Fowler, PageObject.

 

Made with Slides.com