3

Hello, I've posted this question previously but thought I might post here for a more accurate community. Apologies in advanced.

Manual QA here want to start learning Test Automation. Coming from a non-tech background will make it a bit of a challenge but I’m looking to “test” myself.

Out of the three languages (Java, JS, Py), which should I focus on learning to get the best knowledge to apply when eventually using Selenium WebDriver?

I would like to comprehend all three later on in the future but for now which is the best to start off or continue with. Many have mentioned Python is beginner-friendly approach to learning programming and less stressful, but I see a lot of tutorials for Selenium webdriver being taught using Java, Also I heard JS is being implemented a lot more and more nowadays.

[-] LemmyStartNow@programming.dev 2 points 1 year ago* (last edited 1 year ago)

Is there more to the process? I downloaded firefox from both the webpage and through CLI and have them both moved to the ~/.local/bin directory(PATH) but still the error message appears to fail the test

[-] LemmyStartNow@programming.dev 1 points 1 year ago

I actually am highly interested in jumping on the Playwright bandwagon; been hearing about it for a while and am looking to get into it soon. I just want to take the humble route of learning the more common tool first since it is still widely recognized as one of the basic requirement for test automation positions. Plus I want to comprehend the challenges at the beginning of the journey to eventually have an easier time working with the simpler tools later on.

[-] LemmyStartNow@programming.dev 1 points 1 year ago

Thank you for responding. I tried creating a symlink, but, unfortunately, still face the same error.

[-] LemmyStartNow@programming.dev 1 points 1 year ago

Firefox browser is the default browser that came with the ubuntu os. Been updating the version using snap though. A lot of the beginner material is suggesting to use chromedriver, I will eventually learn through that route, I'm just a bit stubborn when it comes to using the "not-so private" browser. Thanks for your response.

19
submitted 1 year ago* (last edited 1 year ago) by LemmyStartNow@programming.dev to c/technology@lemmy.world

Beginner learning Selenium WebDriver and here is my first attempt (in the pastebin link): https://pastebin.com/TC718eKi

OS: Ubuntu 23.04

IDE: intelliJ

Browser: FireFox

Dependencies: Selenium-Java (4.10.0)/ Selenium-API (4.10.0)/ TestNG (7.8.0)/ webdrivermanager (5.4.0)

But test failed with the following Error Message:

org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location, no 'moz:firefoxOptions.binary' capability provided, and no binary flag set on the command line

1

I am looking to use two VM application at the same time, but haven't figure out how. Hoping to use ubuntu on Boxes (the performance seems smooth and no delays) while also using a windows VM on virtualbox. Error message mentions running through the issue of needing to disable the KVM kernel. Could I get some insight as to how to work around this obstacle, in layman's term?

[-] LemmyStartNow@programming.dev 3 points 1 year ago

As a manual QA, is writing unit tests a good way to build on coding skills?

LemmyStartNow

joined 1 year ago