No video

#1 - Page Object Model with Playwright & Java

  Рет қаралды 40,194

Naveen AutomationLabs

Naveen AutomationLabs

Күн бұрын

In this video, I have explained how to design a Page Object Model with Playwright & Java.
Git Repo url : github.com/nav...
Schedule a meeting in case of any queries/guidance/counselling:
calendly.com/n...
~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
www.youtube.co...
Follow me on my Facebook Page:
/ naveenqtpexpert
Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
t.me/joinchat/...
Naveen AutomationLabs Paid Courses:
GIT Hub Course:
naveenautomati...
Java & Selenium:
naveenautomati...
Java & API +POSTMAN + RestAssured + HttpClient:
naveenautomati...

Пікірлер: 49
@ABAutomationHub
@ABAutomationHub 2 жыл бұрын
Thanks for covering the topic in such a detailed manner..Excellent explanation.. Definitely the best framework video available online..🙌
@oumaimabenjouida6724
@oumaimabenjouida6724 Ай бұрын
OMG !!!!! That's the perfect Approach for ADVANCED FRAMEWORK DEVELOPPEMENT !!!!! PLEASE continue putting such A HUGE AND ADVANCED KNOWLEDGE !!!! THANK YOU SO MUCH
@naveenautomationlabs
@naveenautomationlabs 2 жыл бұрын
GIT repo url : github.com/naveenanimation20/Playwright-Java-PageObjectModel
@gandhimathieaswaran2601
@gandhimathieaswaran2601 3 ай бұрын
how to download the source code from GitHub
@gregorriusadolphus2729
@gregorriusadolphus2729 8 ай бұрын
This is excellent, thank you! I have used Playwright only with JavaScript, and I am learning Java now and wasn't sure how it would be set up. This is EXACTLY what I needed!
@naveenautomationlabs
@naveenautomationlabs 8 ай бұрын
Best of luck 😀
@shrikantk3793
@shrikantk3793 29 күн бұрын
is it same , can we do integration of all jenkin CI CD using Playwright VSCode Javascript ?
@akilanramani
@akilanramani 7 ай бұрын
Amazing Naveen..This is what I was looking For and You have shown the way now.God Bless You 😍
@TheFactMan24
@TheFactMan24 8 ай бұрын
Thanks, Naveen!!! Best Free Online video for creating a Framework.
@MnemonicCarrier
@MnemonicCarrier 2 жыл бұрын
Really good stuff! Have been eyeballing Playwright for a while now, this video has motivated me to just jump in and try it out. Many thanks for sharing!
@sameermohammed279
@sameermohammed279 Жыл бұрын
You are really a Monster @Naveen.. your way of teaching is Simple and Clear cut Style... Thank you for your hard work ..
@kalaiarasineelamegam6009
@kalaiarasineelamegam6009 2 жыл бұрын
Waited for this from long time 🎊🎉🎉🎊🎉🎊thanku somuch naveen😀
@jankowalski6691
@jankowalski6691 5 ай бұрын
Thank you for this video! I appreciate the content you create.
@balakumaran6227
@balakumaran6227 2 жыл бұрын
Awaiting for this
@thelayer5211
@thelayer5211 9 күн бұрын
Best of best videos series
@Daniel-zq7nx
@Daniel-zq7nx 2 жыл бұрын
Another art of work from Naveen ,thank you for what have you done so far for testing community. if you can crown it with cucumber at the end it would be great
@santooveluri7128
@santooveluri7128 2 жыл бұрын
Excellent content Naveen tq soo much
@piano_dreamerc_moll2475
@piano_dreamerc_moll2475 2 жыл бұрын
it‘s a great framework & design. 👏👏👏👍👍👍🙏🙏🙏
@milanpatel5558
@milanpatel5558 10 ай бұрын
Hi Naveen, Can we use Visual Studio Code and do same(ie. change Eclipse to VSC)?
@akshaychorey1376
@akshaychorey1376 2 жыл бұрын
Nicely explained.. would have been great if it was a cucumber framework. Thanks Naveen for your efforts
@deepakprabhu8235
@deepakprabhu8235 2 жыл бұрын
Naveen totally how many videos are there for playwright using Java
@shrikantk3793
@shrikantk3793 29 күн бұрын
hello Navin , Thanks firstly. Could you have E2E very basic flow like this using Playwright with VSCode +Javascript +BDDModel + Pushing in to Git + Jenkin , CI CD , till running suite ?
@MrH0bb0
@MrH0bb0 Жыл бұрын
Bhaiya session zabardast hai. Bas ho sake to dark mode mein video banana aap future mein. Abhi raat mein dekhne se ankh phoota jaa raha hai. Kya hai na kisi chiz ka koi time nahi hota.
@isaamanbaev6785
@isaamanbaev6785 4 ай бұрын
first of all, thank you for the video, but when running the whole class, for some reason it runs the doSearch test first and skips the other two tests. do you have a guess what i did wrong? I have both setUp and teardown methods just like yours
@piano_dreamerc_moll2475
@piano_dreamerc_moll2475 2 жыл бұрын
thanks for your great tutorial. 🙏 It would be great if you could make a tutorial about API test with playwright using JAVA. 🙏🙂
@maxsudik
@maxsudik 2 жыл бұрын
Naveen, could you please include in your playlist video where you explain how to make the framework threadsafe? I read the playwright is not thread safe and it has objects ob Playwright, Browser, BrowserContext and Page. I think these should be put in ThreadLocal(). I would appreciate it if you could do that. Thank you!
@TheBughraAta
@TheBughraAta 9 ай бұрын
Not sure if Naveen added video #4 back by your demand, but he talked about LocalThread in that video. Seems like you asked a year ago, but hopefully you already found the answer. In return I have a question for Naveen and you, in PlaywrightFactory, is there any particular reason we are not using it as static method, so that don't have to create object, we could have created the same manner how playwright object was created in the first place, but I am sure Naveen had his concern when he did that, could not figure out what it may have been.
@bharathiloveindia2578
@bharathiloveindia2578 2 жыл бұрын
Is this live session i am seeing?
@dmtconst3633
@dmtconst3633 Жыл бұрын
Thanks 💯🤘
@dileephpentapati8535
@dileephpentapati8535 Жыл бұрын
Thank you naveen. It is very useful to build new Testsuite from scratch.
@surreshr8916
@surreshr8916 2 жыл бұрын
Hi I got problem unsupported encoding "UFT-8" is not supported by this platform now actually program are running till yesterday but today it shows like this.... Can you tell y it was happen in playwright
@dggadhia3024
@dggadhia3024 2 жыл бұрын
Hi Naveen, Can we integrate Cucumber with Playwright ?..if yes do we have any video to understand that implementation in playwright?. Can you help me with that info?
@mohammedburahaba8710
@mohammedburahaba8710 2 жыл бұрын
nice content
@judasavgn5401
@judasavgn5401 Жыл бұрын
People who face null pointer exception - try to add "browser =" before each "playwright.chromium().launch(new BrowserType.LaunchOptions().setHeadless(false));" in the switch case.
@aparnach6375
@aparnach6375 7 ай бұрын
Hi sir I am getting an error batch file can not be found while running in testng
@InduMusuvathiDevendran
@InduMusuvathiDevendran 4 ай бұрын
may i know why you choose playwright with java instead of playwright with javascript? pom is not possible using javascript. can anyone please explain
@cristiancruciani3603
@cristiancruciani3603 2 ай бұрын
May be because naven use java in evrething because he know java, but you can use pom whit JS
@MuraliRajamanickam
@MuraliRajamanickam Жыл бұрын
Hi Naveen If I comment @AfterTest and run the code .still my browser is getting closed. Could you please let me know how this issue can be resolved
@yuktibaheti3412
@yuktibaheti3412 8 ай бұрын
Hi .. did you get the resolve ? I'm facing the same issue
@bharathiloveindia2578
@bharathiloveindia2578 2 жыл бұрын
Naveen take a application apply pom by covering all major realtime scenarios end to end. Including git, Jenkins, docker all in one video or multiple but should be related to one application, can you please do it for us?
@gmendez21
@gmendez21 2 жыл бұрын
Can you implement a tutorial using playwright with cucumber please?!!!
@RushikeshKharat-dv7jt
@RushikeshKharat-dv7jt Жыл бұрын
Hi Naveen, While executing Test case, I got " Cannot invoke "com.microsoft.playwright.Browser.newContext()" because "this.browser" is null -- Error, Any Solution for that
@bijankrishnamohapatra5318
@bijankrishnamohapatra5318 Жыл бұрын
u define the browser it is chrome or chromium or edge...
@sherrytejasworld4345
@sherrytejasworld4345 2 жыл бұрын
Hi Naveen can you make videos on PARASOFT SOA tool for API testing.It will really helpful.Because there are a few videos for this tool.please
@fouadilyas4876
@fouadilyas4876 2 жыл бұрын
When will be your next chapter of this video released?
@gameandgame4220
@gameandgame4220 2 жыл бұрын
Why are we not extending our base class as we do in selenium , am little confused
@joshandrew7385
@joshandrew7385 2 жыл бұрын
Hello @Naveen, Any tutorial for junit with cucumber and playwright?
@meghana1229
@meghana1229 Жыл бұрын
No need to Launch Browser for Each test, Instead you just use BrowserContext concept . It's one of the feature of Playwright
#2 - Page Object Model with Playwright & Java
26:01
Naveen AutomationLabs
Рет қаралды 14 М.
#3 - Page Chaining Concept with Page Object Model || Playwright & Java
38:46
Naveen AutomationLabs
Рет қаралды 12 М.
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 47 МЛН
Happy birthday to you by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 11 МЛН
Cypress and Playwright: A Comparison
1:09:14
Rainer Hahnekamp
Рет қаралды 7 М.
Page Object Model in Playwright
29:17
CommitQuality
Рет қаралды 23 М.
Why UK 🇬🇧 is going Bankrupt? : Detailed Economic Case Study
20:37
Think School
Рет қаралды 1,5 МЛН
Explain Page Object Model - POM Architecture in Selenium - Interview Question
46:44
Page Object Model In Playwright With JavaScript
41:48
Mukesh otwani
Рет қаралды 7 М.