Next: , Previous: Using LuaScripter for creating scripted test cases, Up: Using LuaScripter for creating scripted test cases


6.1 Overview of Lua scripting language

Lua is a modern and flexible scripting language designed to be embedded in C or C++. It gives out of the box support for arrays, variables, control structures (if/else, while, for, repeat). It has functions and even threads.

For further details, please visit www.lua.org.