+ 2
Languages for software testing?
Hi, I'm actually working as Software tester ad i was trying to boost my cv. Wich language would be useful for software testing? Sql or is better else?
12 odpowiedzi
+ 3
BroFar yes I'm working as Tester but we do Black box testing so I would try to Learn languages that would be useful for my career
+ 2
Javascript + SQL
+ 2
Elena maybe I'm a bit confused but you said you are actually working as a software tester and asking which language would be useful for software testing ??? Did I miss something or what ?
+ 2
Today are ofered automated testing tools. But for boost own knowhow the best I think will be c#.
+ 2
Elena I would probably suggest cpp and sqlite
but here is some details GeeksforGeeks pulled up which might answer your query better.
https://www.geeksforgeeks.org/software-engineering-black-box-testing/
+ 1
For a helpful answer you need to specify the area in which you are / want to be a test automation engineer.
What kind of applications are you testing?
FE / BE? Web? SAP? APIs? There are thousands of possible flavours...
Which domain? Automotive, Aircraft and medical have quite different requirements than most others...
+ 1
Thank you Sandra
I work for a Finance Company and I have tested FE/Web and and used sometimes Soap Ui
+ 1
Finance, perfect, me too. For FE and Web you primarily need Java (e.g. for implementing selenium tests), JS and Python. You'll always need some SQL / noSQL knowledge, especially in finance sector due to tons of data to test and analyze. Python is useful for data analytics as well. R is a supercool language for QA topics in finance and provides many testing libraries and features. And if you are in touch with some SAP topics I recommend to take a look at the testing courses on openSAP.
Summary: Start dev basics with Java or JS, continue soon with either Python or R. Data science spread in where you are able to.
+ 1
Great Advice 😁
0
Hi! If you're looking to boost your CV as a software tester, here are a few languages that are highly useful:
SQL – Definitely a must-know for testers, as you’ll often need to query databases to validate data and ensure everything is working correctly.
Python – Great for automating tests. It's easy to learn and has libraries like Selenium for web automation, PyTest for testing, etc.
Java – Common in test automation (especially with tools like Selenium and Appium), and widely used in many enterprise environments.
These are the most popular languages.
thank you