Тёмный
Testopic
Testopic
Testopic
Подписаться
Testopic is where you take your dose of QA wisdom. I publish a video about once every 2 weeks. We'll cover manual testing, low code technical testing and even go in-depth into advanced automated testing.

Btw, my name is Victor and together we'll be looking into QA and beyond: technologies like web, continuous integration, maintainable test packs, architecture & how AI will influence our profession.

So, SUBSCRIBE if you're planning to step up your game in the Quality Assurance field or starting a career in IT and have found QA to be a great launchpad.
Комментарии
@DocDrowsy
@DocDrowsy 13 часов назад
Unfortunately Selenium doesn't capture when I press Enter. I tried to get around this by just clicking the Search button but then it gets stuck because it cant immediately find the next element I click on (your youtube channel). It looked so simple yet I've somehow failed at the first hurdle! 😭
@nikhilkaushik805
@nikhilkaushik805 3 дня назад
So clear explanation. Subbed
@HezronKamwaro-g8v
@HezronKamwaro-g8v 8 дней назад
Rimumrti
@lukejay
@lukejay 25 дней назад
I've been looking for a way to switch the POE on/off on various unifi switch ports for ages. I had hoped to write simple scripts to SSH into the switch and toggle the power, but unifi doesn't have that functionality and it's possible only via the web browser. This is the PERFECT solution to do what I need. Very excited to try it out!
@MrUploader14
@MrUploader14 26 дней назад
In fairness at 10:04 this guy intentionally makes selenium more complicated. A better and more readable was to write the code would be. wait = webdriverwait(driver, 10).until(expectedcontions.elementtobeclickable(by.xpath("//locator"))) Wait.click() When you're using unexpected conditions you're already locating the element so the third line is completely unnecessary and redundant and you can shorten it further by importing expected conditions as EC. So what I write is: wait = webdriverwait(driver, 10).until(EC.elementtobeclickable(by.xpath("//locator"))) Wait.click()
@ourfamilyssimplejoys3916
@ourfamilyssimplejoys3916 Месяц назад
Thanks for this video. This brief intro to Playwright made a big difference for me. 😃
@HomeFlowYoga
@HomeFlowYoga Месяц назад
I’m a visual learner and this is so valuable for my learning style. Pictures and stories make information more tangible for me. Thank you so much.
@TheTXRanger
@TheTXRanger Месяц назад
Great primer on automated testing! Very helpful for the novice looking a conceptual understanding. Bravo!
@bcsvgabor
@bcsvgabor Месяц назад
great video, short and understandable! thanks
@boot2478
@boot2478 2 месяца назад
I just graduated and landed my first job as a software test engineer! I have to admit I didn't know anything about automated testing, but this video is makes it easier to understand what I'm getting into!
@akaFito
@akaFito 3 месяца назад
3 years later but i must say this is one of the best videos i have ever seen. Period. Good information, good narration and excelent use of graphic and visual elements to complement the information. It really helped me a lot. New subscriber here.
@Mvrck44
@Mvrck44 3 месяца назад
Nice backdrop, refreshing after all those neon-setting tutorial videos! And very well presented, too, thank you!
@eduardointech
@eduardointech 3 месяца назад
Thank you so much! Great explanation !
@AniketNBorhade
@AniketNBorhade 3 месяца назад
Love your video
@TheChyamp
@TheChyamp 3 месяца назад
I think your axis should be flipped
@Wiseman..
@Wiseman.. 3 месяца назад
Thanks for the quality content!
@carloscode5-jm7qh
@carloscode5-jm7qh 4 месяца назад
@Testopic came across your video wanting to learn a LEGIT understanding on Playwright and I'm glad I clicked the thumbnail. Your format and layout of the video and topics was clear, clean and to the point without boring me. Definitely subscribing, thank you for taking the time to create this and an inspiration for me when I start making tutorials! Thank you!
@justcoder2868
@justcoder2868 4 месяца назад
great video thanks for this
@milan_clips
@milan_clips 4 месяца назад
I humbly request you to please keep posting more of such content and I really loved your presentation style. Keep up the good work.
@ishidak3181
@ishidak3181 4 месяца назад
This is fantastic. I've started a new Job in IT & got very curious about Automation Testing this was exactly what i needed . ありがとう
@sandratoolan9598
@sandratoolan9598 4 месяца назад
nice, thanks
@mehboob_pythonist
@mehboob_pythonist 4 месяца назад
Thanks a lot for giving such quality knowledge for free on youtube. You made my day. Thanks
@denislensky9132
@denislensky9132 4 месяца назад
Amazing feature! Thanks for sharing
@user-tw9oo1kd9g
@user-tw9oo1kd9g 5 месяцев назад
Thanks a lot for the such useful video!
@saiashok28
@saiashok28 5 месяцев назад
How to test lambda?
@middebalu
@middebalu 5 месяцев назад
I like to work on intelija or pycharm
@dinglingxi584
@dinglingxi584 5 месяцев назад
helpful content. thanks!
@pupper5580
@pupper5580 6 месяцев назад
Great video, thank you! Finding a good video on this topic was harder than I thought it would be, so your video saved me! Edit: the automated testing mini-project didn't work for me since I wasn't able to make it press enter even after attempting to debug it. But nevertheless, the point gets conveyed, so it's good.
@Malkovith2
@Malkovith2 6 месяцев назад
LinkedIn recommended to me a payed guide into Test Automation. I checked the free bits and pieces to see what it's about. After 10 minutes they just threw at me 20 different terminologies, names of types, methods, divisions but said nothing about what it actually is and why. Completely backwards and discouraging. This free 15 minute video is so much more valuable and doesn't waste my time.
@bgd_surf
@bgd_surf 7 месяцев назад
So overall, Selenium still rocks after all this years.
@user-dh8vz2us8f
@user-dh8vz2us8f 7 месяцев назад
Your English is so easy to listen to
@andreasvanbergen9696
@andreasvanbergen9696 7 месяцев назад
Maestro! Thank you so much for this video! For my current assignment I am looking for the best candidate regarding automated testing tools....this video helps me alot! Thanks! 👍
@sv3163
@sv3163 8 месяцев назад
i still use Playwright! ❤❤❤👍
@ericssontest2332
@ericssontest2332 8 месяцев назад
'
@Flourish_3
@Flourish_3 8 месяцев назад
GREAT VIDEO HOLY SHIT IM SMART NOW
@Honest_Reply900
@Honest_Reply900 8 месяцев назад
typical HTTP GET request header does not contain a "Content-Type" field (MIME Type). please correct me if i am wrong.
@vaster1142
@vaster1142 9 месяцев назад
Selenium supports php as well
@arnowinter462
@arnowinter462 9 месяцев назад
Using both of them, I now absolutely prefer Playwright because it has some nice features that Selenium does not (at least not so easily). - hover() instead of ActionChains - shadow DOM handling - selectors in - expect_request() to handle network requests - automatic scroll into view if needed - etc., etc. .... And regarding my test scripts, it is simply faster and more stable (no more WebdriverExceptions when the webdriver decides to freeze... A/K/A "Timed out receiving message from renderer")... I assume that all Selenium users are aware of this issue... ;-)
@syedarmaghanhassan4652
@syedarmaghanhassan4652 9 месяцев назад
4:18 yes, but how to install NPM?
@this.gabbar
@this.gabbar 9 месяцев назад
Your site is down dear. And your channel has just the overviews :( Too bad!
@The.mohisa
@The.mohisa 10 месяцев назад
helpful content. thanks alot
@takeshikriang
@takeshikriang 10 месяцев назад
Great video, thank you.
@hamidhos8101
@hamidhos8101 11 месяцев назад
Hello. Thank you for the great educational videos you make. Which of the following software do you choose to test modern software? Cypress or Playwright or Selenium ?
@raisasiles1592
@raisasiles1592 11 месяцев назад
This video is great! thank you
@superromario
@superromario 11 месяцев назад
Playwright is asynchronous - thats huge advantage
@alantest1521
@alantest1521 5 месяцев назад
Why is that?...humans or users to be precise use web apps synchronously.
@rfsalad4118
@rfsalad4118 11 месяцев назад
Your video delivery is great. Simple animation but beautifully placing them in the video is an art you've done well.
@iulianmocanu3269
@iulianmocanu3269 11 месяцев назад
thanks mate, awesome comparison and explanations. cheers
@j.raimundosilva2101
@j.raimundosilva2101 11 месяцев назад
I've discovered something that playwright does better then selenium: using proxies. Its very easy to use proxies that needs authorization. On selenium i had to use a bunch of third party libraries.
@sylwiazientek5182
@sylwiazientek5182 11 месяцев назад
WOW!
@sylwiazientek5182
@sylwiazientek5182 11 месяцев назад
It is the first time I deal with "automated tests". That was exactly what I needed! Thank you for the video. Wondering how recording tests will work with protected content websites, but I can test it myself :)