Selenium Java Training - Session 28 - Page Object Model, Page Factory and AutoIt

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


Also check our other 30 Plus Full Free Courses below with proper learning order:

#1 Software Testing (Manual) with Live Project

#2 300 Plus Software Testing Interview Questions with Video Answers

#3 170 Plus Software Testing Types

#4 50 Plus Software Testing Tools

#5 Selenium Java (Full Crash Course) - Learn in 30 days

#6 Selenium Java Detailed Course with Live Project

#7 Selenium 4 Java Course (2022-23)

#8 Selenium Java Interview Questions

#9 Core Java Made Easy (Full Course)

#10 150 Java Programs for Interview with Video Solutions

#11 SQL Full Course (Beginners to Advanced)

#12 Python Programming Made Easy (Full Course)

#13 Selenium Python Full Course

#14 Python Interview Questions

#15 Security Testing Basics

#16 Mobile Testing Made Easy

#17 SelectorsHub Full Course for Selenium

#18 JavaScript Made Easy Full Course

#19 CSharp Made Easy Full Course

#20 Basic Web Technologies (HTML,CSS,JS,DOM,XML,SQL)

#21 - Cucumber BDD in Depth (Full Course)

#22 - Extent Reports in Depth (Full Course)

#23 - POI API in Depth (Full Course)

#24 - TestNG in Depth (Full Course)

#25 - API Testing using Postman (Full Course)

#26 - Kubernetes Made Easy (Full Course)

#27 - Docker Made Easy (Full Course)

#28 - New Selenium IDE TNG (Full Course)

#29 - SoapUI Full Course

#30 - Selenium Java - Framework Factory
Рекомендации по теме
Комментарии
Автор

Please tell me the best tool to automate the choosing file on mac os since AutoIt is only for windows. Thanks!

CherukuVenkatesh-ui
Автор

@Arun, Thank you for the video.. But I guess this is incomplete implementation of page object model:
1. Please implement method chaining concept as well. This basic part of page object creation and test class creation is known to everyone. But how to actually do page chaining ?
Please consider to automate at-least 3-4 page in the video.

2. For all my test cases classes, I don't want to write @BeforeMethod to launch the browser and AfterMethod to close the browser. How to put this part in the base class? and then run the entire code without writing this part for all my other Test classes..

Hope you will explain this part as well.

I am expecting more in depth atleast 3-4 pages method chaining and complete project setup.

prashantagent
Автор

Dear sir, A web page may contain 100 web elements. Do we need to locate all 100 elements in the page class?

Murali_Zen
Автор

sir at line no. 21, 27, 33 1:10:21 . we need to use getter() to access private variable but we had access it without using getter() . so hows thta possible?

sampal
Автор

Hi
I followed the steps which you mentioned in the video for File uploading with AutoIT but the AutoIT code seems not working :( Any suggestions will be helpful . Thank you

manitejal
Автор

Hi Sir,

1. Is TestNG Framework and Data Driven Testing Framework are two different frameworks.
2. The Page Object Model and Page Factory design patterns are used to develop which type of framework ?

Can Pls tell me briefly, I'm new to selenium & this channel. I'm bit confused here!!!

nayeemshaik
Автор

HI Sir, why we are making variable private? whats the need? can we do it without making it private ?

sampal
Автор

sir, why we are declaring fields and methods as non-static, why not declare them as static?

Murali_Zen
Автор

why we create maven project first what is the use?

onkargore
Автор

@Arun thanks for your videos i learnt alot from you but for now i have got stuck on Click() method and actions class is not able to click on upload file whats the other way to do it?

anilkashyap