No video

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

  Рет қаралды 20,331

QAFox

QAFox

Күн бұрын

View Notes here - www.evernote.co...
Find Full Course Playlist here for "Selenium Java (Full Crash Course) - Learn in 30 days" - • Selenium Java (Full Cr...
Also check our other 30 Plus Full Free Courses below with proper learning order:
#1 Software Testing (Manual) with Live Project
• Software Testing Cours...
#2 300 Plus Software Testing Interview Questions with Video Answers
• Software Testing Inter...
#3 170 Plus Software Testing Types
www.qafox.com/...
#4 50 Plus Software Testing Tools
• Useful Tools for Softw...
#5 Selenium Java (Full Crash Course) - Learn in 30 days
• Selenium Java (Full Cr...
#6 Selenium Java Detailed Course with Live Project
• Selenium Java Biggest ...
#7 Selenium 4 Java Course (2022-23)
• Selenium 4 - Full Deta...
#8 Selenium Java Interview Questions
• 1500 Selenium Java Int...
#9 Core Java Made Easy (Full Course)
• Core Java (Full Course)
#10 150 Java Programs for Interview with Video Solutions
• Java Programs for Inte...
#11 SQL Full Course (Beginners to Advanced)
• SQL (Full Course)
#12 Python Programming Made Easy (Full Course)
• Selenium Python Course
#13 Selenium Python Full Course
• Selenium Python - Begi...
#14 Python Interview Questions
• Python Interview Quest...
#15 Security Testing Basics
• Security Testing Course
#16 Mobile Testing Made Easy
• Mobile Testing Made Easy
#17 SelectorsHub Full Course for Selenium
• SelectorsHub - Free Fu...
#18 JavaScript Made Easy Full Course
• JavaScript (Full Course)
#19 CSharp Made Easy Full Course
• C#.Net
#20 Basic Web Technologies (HTML,CSS,JS,DOM,XML,SQL)
• Basic Technologies
#21 - Cucumber BDD in Depth (Full Course)
• Cucumber BDD (Full Det...
#22 - Extent Reports in Depth (Full Course)
• Extent Reports
#23 - POI API in Depth (Full Course)
• Apache POI API
#24 - TestNG in Depth (Full Course)
• TestNG Made Easy
#25 - API Testing using Postman (Full Course)
• API Testing Course
#26 - Kubernetes Made Easy (Full Course)
• Kubernetes Made Easy (...
#27 - Docker Made Easy (Full Course)
• Docker Made Easy (Sele...
#28 - New Selenium IDE TNG (Full Course)
• New Selenium IDE (Full...
#29 - SoapUI Full Course
• SoapUI API Testing
#30 - Selenium Java - Framework Factory
• Framework Factory (Sel...

Пікірлер: 32
@ilavarasansriraman4140
@ilavarasansriraman4140 3 жыл бұрын
AutoIT starts @1:28:38
@Rakesh-le6mi
@Rakesh-le6mi 6 ай бұрын
Thank you sir Nice Explanation
@QAFox
@QAFox 5 ай бұрын
You're most welcome
@wedihabte6893
@wedihabte6893 5 ай бұрын
very good lecture
@QAFox
@QAFox 5 ай бұрын
Thanks for liking
@Murali_Zen
@Murali_Zen 4 ай бұрын
Dear sir, A web page may contain 100 web elements. Do we need to locate all 100 elements in the page class?
@QAFox
@QAFox 4 ай бұрын
Not required. Only elements by our automating scripts we have to create page objects for. For any doubts, live training updates and free Courses, please join our Telegram channel t.me/qafoxoriginal
@anweshabhattacharjee2220
@anweshabhattacharjee2220 4 ай бұрын
Page Factory--> 1:08:00
@QAFox
@QAFox 4 ай бұрын
Thank you :) For any doubts, live training updates and free Courses, please join our Telegram channel t.me/qafoxoriginal
@anildasmohandas2325
@anildasmohandas2325 3 жыл бұрын
Great session
@QAFox
@QAFox 3 жыл бұрын
Thank you :)
@John12685
@John12685 2 жыл бұрын
@@QAFox Hi Sir, I wanna ask that how will we assert this? I mean how will we verify if our file has been uploaded through script ? What r the lines of code that will verify it automatically? We can see by ourselves but we have to verify through script u know. So pls explain a bit. Thanks❤
@user-sr1hs4ji3g
@user-sr1hs4ji3g 11 ай бұрын
Please tell me the best tool to automate the choosing file on mac os since AutoIt is only for windows. Thanks!
@Murali_Zen
@Murali_Zen 4 ай бұрын
sir, why we are declaring fields and methods as non-static, why not declare them as static?
@sampal6890
@sampal6890 Жыл бұрын
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?
@manitejal7413
@manitejal7413 2 жыл бұрын
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
@sampal6890
@sampal6890 Жыл бұрын
HI Sir , why we are making variable private? whats the need? can we do it without making it private ?
@QAFox
@QAFox Жыл бұрын
Yes, its optional to make them private. But making them private, we are restricting them to be accessed directly, as there is no need to access them directly.
@nayeemshaik8508
@nayeemshaik8508 Жыл бұрын
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!!!
@QAFox
@QAFox Жыл бұрын
TestNG, POM and PF are used to build frameworks Data Driven, Keyword Driven and Hybrid are the frameworks.
@tt-ud6ok
@tt-ud6ok Жыл бұрын
@@QAFox What about bdd? Is it like TestNG or Data driven? Thank you
@prashantagent4731
@prashantagent4731 4 жыл бұрын
@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.
@QAFox
@QAFox 4 жыл бұрын
I understood your requirement, but I am not going to cover this here. I am going to soon work on live projects, where I create more serious videos. This playlist is only for beginners. Will work on this as part of another playlist.
@prashantagent4731
@prashantagent4731 4 жыл бұрын
@@QAFox , Okay, will wait... Thank you for helping us !!
@QAFox
@QAFox 4 жыл бұрын
@@prashantagent4731 Welcome :)
@onkargore2367
@onkargore2367 2 жыл бұрын
why we create maven project first what is the use?
@QAFox
@QAFox 2 жыл бұрын
Maven projects automates the dependencies. And there are other uses explained in the sessions.
@anilkashyap5953
@anilkashyap5953 3 жыл бұрын
@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?
@QAFox
@QAFox 3 жыл бұрын
Did you use build().perform() at the end of the statement. If you forget to add these commands, action commands won't work.
@anilkashyap5953
@anilkashyap5953 3 жыл бұрын
@@QAFox Yes Arun i have used it but it is not clicking on upload WebDriverManager.firefoxdriver().setup(); WebDriver driver = new FirefoxDriver(); driver.manage().window().maximize(); driver.manage().deleteAllCookies(); driver.manage().timeouts().pageLoadTimeout(60, TimeUnit.SECONDS); driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS); driver.get("omayo.blogspot.com/"); WebElement uploadFile = driver.findElement(By.xpath("//input[@id='uploadfile']")); Actions actions = new Actions(driver); actions.moveToElement(uploadFile).click().build().perform();
@bkumarj6450
@bkumarj6450 4 жыл бұрын
Please make videos on cucumber
@QAFox
@QAFox 4 жыл бұрын
There are on the way.
ПОМОГЛА НАЗЫВАЕТСЯ😂
00:20
Chapitosiki
Рет қаралды 30 МЛН
OMG what happened??😳 filaretiki family✨ #social
01:00
Filaretiki
Рет қаралды 13 МЛН