this post was submitted on 15 Jul 2023
2 points (100.0% liked)
Software Testing
225 readers
1 users here now
Spreading knowledge on software testing and the value it can provide, as well as a location to ask questions about implementations or testing strategies or frameworks
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
we use Selenium at work, but everything is C# here
do you know what language is primarily used in the product you test? Or are you just looking to learn Selenium as a general knowledge exercise?
Python is certainly beginner friendly in my opinion
if your product is mainly Java on the back end then learning the same language might be helpful as a stepping stone if you want the ability to pivot to the dev side of things, or at least better understand the code when reading it since you’ll have experience working in the same language
diversifying your language knowledge is also good though so I’d say the most important thing is to just jump in there and start learning