E
E
eldgammel2022-01-25 02:43:24
Software testing
eldgammel, 2022-01-25 02:43:24

Which language to choose for automated testing?

A few facts before you answer:

  1. I work as a manual tester, testing the marketplace;
  2. I came across a good tip: choose the language in which your team works. I have a backendre in Java and frontenders in Java Script on my project;
  3. What attracts me to JS is that I want to switch to front-end development in the future, although as they explained to me, knowledge of testing on js will not help for the front-end, except for fumbling with the syntax, but this can be understood in a week;
  4. What attracts me to Java - a lot of information in Russian in a free format

Please give a sensible answer, what to choose and why.
Thank you all in advance!!!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
taktik, 2022-01-27
@eldgammel

In fact, the advice to choose the language in which the team writes has never justified itself. Testers still do not receive any help from developers and are forced to do everything themselves.
Therefore, it makes sense to choose the language that has the lowest entry threshold and high popularity in automation. And here the best choice is probably - Python

K
Kirill Gorelov, 2022-01-25
@Kirill-Gorelov

Please give me a reasonable answer

Learn multiple instruments. Both JS and python and java are all great for "testing".

A
Alexander, 2022-02-02
@Arlekcangp

I would ask the developers themselves if they want to help or if they don't need it. From my point of view, the team should be tightly integrated and the developers themselves should be interested in quality tests and in their readability. And this is where language matters. Developers should understand the test and in some cases even advise how to improve it, because they know better how their code works and where it can fail. If the developers say "leave me alone with your tests" or "We have no one to work as a 'monkey', so it's more important for us that you poke your hands further", then these are obvious organizational problems and they need to be solved not by choosing a language, but by raising this issue to the level guides.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question