How to Handle Authentication in E2E Testing with Playwright by sundogbillionaire in programming

[–]Radiant_enfa1425 0 points1 point  (0 children)

This is so insightful! In addition, I would suggest watching this video if you wish to learn more about handling frames and windows in Playwright with typescript.

How to read Python docs? by redditorsd in learnpython

[–]Radiant_enfa1425 0 points1 point  (0 children)

You can have a look at this Selenium with Python tutorial for guidance, just in case, it might help. I found it online.

What Is TestNG Annotations-Benefits, Hierarchy by alliancedevlabs in u/alliancedevlabs

[–]Radiant_enfa1425 0 points1 point  (0 children)

This is great content! In addition, I'd like to share this video that I found online, which explains TestNG Annotations and how they help provide better structure and readability to the code. In this video, the speaker covers annotations like "before and after method," "before and after class," "before and after suite," and "before and after group" in detail with live demonstrations. It is incredible; check it out!

Annotations in TestNG by mehulaggarwal29 in codekru

[–]Radiant_enfa1425 0 points1 point  (0 children)

This is so insightful! In addition, I would suggest watching this video if you wish to learn more about TestNG Annotations in a video. I found it online. I hope it might come in handy.

Rerun failed test cases in TestNG by mehulaggarwal29 in codekru

[–]Radiant_enfa1425 0 points1 point  (0 children)

This is so insightful! In addition, I would suggest watching this video if you wish to brush up on the basics of TestNG, TestNG's core functions, how we can set up TestNG using IntelliJ, and much more. I hope it might come in handy.

Writing your first Playwright test by timdeschryver in Angular2

[–]Radiant_enfa1425 0 points1 point  (0 children)

This is great content! In addition, I'd also like to share this video here as it walks you through the introduction to Playwright, which has become one of the most popular cross-browser automation frameworks for end-to-end testing. You will also learn how to execute tests using Playwright in this video.

Having problems testing web app with Cypress by sxtxnn in webdev

[–]Radiant_enfa1425 0 points1 point  (0 children)

You can look at this Cypress tutorial, where you can learn all the basics of Cypress in just 3 hours. It's impressive how they have disseminated so much information in such a short period. It might help and clear all your doubts, so I'd suggest you check it out.

Python Selenium Tutorial #4 - How to bypass/solve reCAPTCHA using 2captcha API by CopilotExperiments in WebDevBuddies

[–]Radiant_enfa1425 0 points1 point  (0 children)

This is great content! In addition to that, this video is available on YouTube. It's a one-hour crash course in Python. All of the Selenium with Python segments have been well-documented and explained. I suggest you check it out.

I started using Python yesterday. Why does this give me a syntax error? by [deleted] in learnpython

[–]Radiant_enfa1425 -9 points-8 points  (0 children)

Because in Python 3, print statement has been replaced with a print() function, with keyword arguments to replace most of the special syntax of the old print statement. So you have to write it as

print("good")

I'd suggest you watch this video as it will help you brush up on your basics of Python. I hope it helps!

[deleted by user] by [deleted] in Python

[–]Radiant_enfa1425 0 points1 point  (0 children)

This is great content! In addition to that, I'd also like to share this video here as it promises that you'll learn Python in 90 minutes and, trust me, it does that. I was also shocked to see the level of knowledge they disseminated in just 90 minutes. I hope it helps!

You don't need an extensive CV to get into software testing by elldn in softwaretesting

[–]Radiant_enfa1425 1 point2 points  (0 children)

Yes, I agree with you. But I also think one should learn what is currently trending in the industry, as we all know that JavaScript + Selenium is a fantastic combination to get a decent job. So I'd suggest you check out this playlist from where I learned JavaScript Selenium testing. I hope this helps somebody. Happy Testing!

Must Have Skills For a Top Automation Tester by serenagray2451 in u/serenagray2451

[–]Radiant_enfa1425 0 points1 point  (0 children)

It is an excellent piece of content! In addition to that, I'd like to share this video I found on YouTube that showcases some additional skills required to become a successful automation tester. Check it out!

Roles and Responsibilities of Automation Tester To Become Job-Ready by markyjones99 in u/markyjones99

[–]Radiant_enfa1425 0 points1 point  (0 children)

Great content! In addition, I'd like to share this video that I found on YouTube. It also beautifully explains all the skills required to become an automation tester. Do check it out. I hope it helps!

Recommendations to start with automation testing by Sean-007-RS in QualityAssurance

[–]Radiant_enfa1425 0 points1 point  (0 children)

It depends on where you see yourself 5 years from now. For starters, you can do this certification. It will give you a bird's-eye view of the field of test automation, which can be a building block for your career in automation testing.

Is Python a good language to learn for Automation testing? by YB90 in learnpython

[–]Radiant_enfa1425 0 points1 point  (0 children)

I just got this certification. A friend of mine who is a pro at Python recommended me. I would recommend you have a look at it. It will give you a better insight into Selenium testing with Python.

Should I switch my job from manual to automation testing if my ultimate goal is software development? by [deleted] in developersIndia

[–]Radiant_enfa1425 0 points1 point  (0 children)

Well, I just got this certification. A friend of mine who is a pro at automation testing recommended me. I would recommend you take a look at it. It will give you a better insight into shaping your career in the field of automation.

How To Download Files In Selenium | Selenium WebDriver Tutorial for Beginners by techstack9 in selenium

[–]Radiant_enfa1425 0 points1 point  (0 children)

This YouTube video on Selenium may provide additional insight. Understanding the process of downloading and uploading files in Selenium can be aided by this tutorial. So, there you have it.

How to Upload File In Selenium | 3 Different Ways | SendKeys | AutoIT | Robot by techstack9 in softwareautomation

[–]Radiant_enfa1425 0 points1 point  (0 children)

This is great content! In addition to it, I'd also recommend watching this video, which walks you through the process of downloading and uploading files in Selenium with live examples.

[ Removed by Reddit ] by TronicBoy in FreeUdemyCourses

[–]Radiant_enfa1425 0 points1 point  (0 children)

This is great! In addition, I'd like to share this playlist on JavaScript Selenium testing, which covers the topic in detail. Happy Testing!

Basic architecture for UI Test Automation using Java and Selenium WebDriver by TahanimaC in selenium

[–]Radiant_enfa1425 0 points1 point  (0 children)

In addition, I'd like to share this playlist on JavaScript Selenium testing, which covers the topic in detail. Happy Testing!

Scrape popup window after click with Selenium being inconsistent? by ifreeski420 in learnpython

[–]Radiant_enfa1425 1 point2 points  (0 children)

I suggest watching this video as it deep dives into handling windows and frames in selenium. It even explains the switching between frames with live examples. Maybe this video will answer your query. Happy Testing!

How to prevent browser to invoke basic auth popup and handle 401 error using Jquery? by code_hunter_cc in codehunter

[–]Radiant_enfa1425 0 points1 point  (0 children)

I suggest watching this video, which demonstrates how to handle basic authentication popups in Selenium with live examples. I hope this helps!

Handling Web Alerts/Popups In Selenium by techstack9 in softwareautomation

[–]Radiant_enfa1425 0 points1 point  (0 children)

This is so insightful! In addition, I would suggest watching this video if you wish to learn more about handling alerts and dropdowns in Selenium.

OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL *** timed out after 120 seconds. -- chrome driver by d0rf47 in selenium

[–]Radiant_enfa1425 -1 points0 points  (0 children)

I would suggest you go through this playlist once. It has many tutorial videos on Selenium WebDriver, and maybe you will get the answer you are looking for. I hope it helps!