As part of our QA of hardware and firmware for the company I work for,
we need to automate some testing of devices and firmware. Since not
everybody here knows C#, I'm looking to create a new scripting
language that makes writing automated tests simpler. Really, I'm
looking to kind of abstract the power of the C# language into a
simpler language that's easier to learn. The script files would be
interpreted by a script interpreter written in C#. This interpreter
would do the background work of connecting to the devices, storing
variables, comparing values, hitting the database, etc. and return a
log that proves pass or fail of the test.
I know that it's beyond the scope of explaining this in a newgroup.
I'm wondering if anyone can point me to examples, articles, books,
etc. on creating a new scripting language/script interpreter in .NET?
I've been all over the Internet looking for examples of this and
haven't found anything really useful.
Thank you.
-Joe
we need to automate some testing of devices and firmware. Since not
everybody here knows C#, I'm looking to create a new scripting
language that makes writing automated tests simpler. Really, I'm
looking to kind of abstract the power of the C# language into a
simpler language that's easier to learn. The script files would be
interpreted by a script interpreter written in C#. This interpreter
would do the background work of connecting to the devices, storing
variables, comparing values, hitting the database, etc. and return a
log that proves pass or fail of the test.
I know that it's beyond the scope of explaining this in a newgroup.
I'm wondering if anyone can point me to examples, articles, books,
etc. on creating a new scripting language/script interpreter in .NET?
I've been all over the Internet looking for examples of this and
haven't found anything really useful.
Thank you.
-Joe
Comment