xPath locators - best practices for UI automation
Автор: Simple Coding
Загружено: 7 апр. 2020 г.
Просмотров: 58 просмотров
i will be covering the drawbacks of using full Xpath and giving you the best practices for using Xpath locators in your automation solution.
it might be very useful to use these in your automation solutions, the focus of this videos is to make your locators more resilient and robust when dealing with app changes on the UI side.
examples
By attribute
//*[@class='cd__headline-text']
By text
//*[contains(text(),'Trump')]
compounded
//*[contains(text(),'Trump')]
[@class='cd__headline-text']
[contains(text(),'coronavirus')]
cheat sheet
https://www.automatetheplanet.com/mos...
@Yulian Amstislavski | LinkedIn

Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: