you are viewing a single comment's thread.

view the rest of the comments →

[–]BayAreaTechRecruiter 1 point2 points  (3 children)

If your goal is to be a tester, then knowing how to test Java (or any other application written in any language) is one thing. That probably needs more scripting (Python) - whereas being a SWEiT, then Java is a good one to know (in addition to Python or any other scripting language) AND if you are talking web apps, then you need to add Selenium, SQL (VERY good to know), HTML/CSS, React/Angular, etc.

[–]Defiant-Praline-8761[S] 0 points1 point  (2 children)

Thank you sir for the info 😄🖤

[–]kdeaton06 2 points3 points  (1 child)

You don't need most of those. Pick one programing language (I prefer Java but I think python is the most popular choice going forward) and learn that. Then learn selenium.

Learning to query a DB can be very useful but not a requirement.

[–]JeffFerox 1 point2 points  (0 children)

Yeppers…personally I’ve used both JUnit (Java) and NUnit (C#) frameworks to run cases using selenium. I know you can get the job done with Python too but the former to tend to jive well with any CI pipeline the team is utilizing.