Part 13 | How to create E2E test in Selenium | How to manage Page layers with Composition |

preview_player
Показать описание
Hi All,

In this video, I will create an E2E web test with proper page layer management
======================
PageObjectTemplate

public ##
static void ##
#else
$classSignature ##
#end
#else
$classname.##
#end
#end
return this;
#end
}

=======================

Telegram group link :

Docker playlist

Selenium Automation Framework Playlist

Extent Report 5.0.5 Playlist

SDET Package Playlist

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

Very informative video !!1 keep up the good work

sumitr
Автор

Beautiful serie, all your channel is gold. Thanks

danielaceros
Автор

Along with other content, the way you do CODE REFACTORING is UNIQUE, and a GREAT learning to all of us.
Thanks very much for providing knowledge on CLEAN CODE.

skaLife
Автор

This is really one of the coolest concepts I have ever seen . POM is an Important topic which is not explained well in most cases ! But this is too good .

mjjtube
Автор

Hi Amuthan, I want to express my gratitude for your teachings and the knowledge you've shared. I've implemented the page and driver navigation approach with chaining as you suggested, and it's been really beneficial. The application I'm currently testing is similar to Orange HRM. I have a question regarding the repetitive usage of certain components across different pages.

Component 1: The left menu with login/logout options is displayed on all pages.
Component 2: The search component with dropdowns is repeated on 2-3 pages.

To avoid code duplication, I'm considering creating separate components for these recurring elements and referencing them in the appropriate classes. I would appreciate your advice on the most efficient way to handle this situation. Thank you for your assistance.

kiran
Автор

Thanks again for the great help.
Could you please help to clear the following doubt: - If we want to validate all menu items. And we are using text to identify the element then it will become like "Find an element with text = 'Admin' and check that text of this element is "Admin" or not". What are your thoughts on this?

DeepakAroraDeeCoolVids
Автор

Hi you are running fast be a good teacher please tell slowly

Canada
Автор

You are mostly using the text for locators. When our application is meant for Multi Languages, this would be a problem, right?
We have to translate every text before using it. Do you think that overhead is worth?
In our application, we did like this for locator that has no proper id or class:
By byHomeButton =

Would you be doing similar? Or any better way?

ahamedabdulrahman
Автор

Sir, please tell the shortcut you used to edit for multiple lines for mac. i used option + shift + type, werid character are typing

shitalmalviya
Автор

Hi Amuthan, can you please help me creating the template for custom setter. I want to do it in Eclipse. Thanks.

kiran