What is a good programming language for testers who are not great programmers?

Posted by Brian T Hannan on Stack Overflow See other posts from Stack Overflow or by Brian T Hannan
Published on 2010-05-13T16:37:44Z Indexed on 2010/05/13 16:44 UTC
Read the original article Hit count: 241

We would like to create some simple automated tests that will be created and maintained by testers. Right now we have a tester who can code in any language, but in the future we might want any tester with a limited knowledge of programming to be able to add or modify the tests.

What is a good programming language for testers who are not great programmers, or programmers at all?

Someone suggested LUA, but I looked into LUA and it might be more complicated that another language would be.

Preferably, the language will be interpreted and not be compiled. Let me know what you think.

© Stack Overflow or respective owner

Related posts about testing

Related posts about programming-languages