We would like to create some simple automated tests that will be created and supported by testers. Now we have a tester that can program in any language, but in the future we may need any tester with limited programming knowledge to be able to add or modify tests.
What is a good programming language for testers who are not great programmers or programmers?
Someone suggested LUA, but I looked in LUA, and it can be more complicated than another language.
Preferably, the language will be interpreted and not compiled. Let me know what you think.
Update: C and C ++ are under the hood. No one really wants to be a programmer ... maybe it could be something they can work on if they can handle this task.
Update 2: I am a software engineer who is now a tester. I am very well versed in the whole life cycle ... including code development, so for me I can go in any language, but I'm trying to think of other testers who are not as knowledgeable about programming as I am.
Update 3: The language should be able to easily call C ++ code.
source
share