Hello!

I have a c# application, and I need to make it scriptable for testing
purposes.  So, what I would like to do is:

1) run my program
2) pop up a window where I could interactively execute IronPython
commands, to manipulate the c# classes in my application
3)be able to load an IronPython script from file, which would be able
to manipulate the c# classes in my app.

Number 3 is the most important for me; I want to stress test my wcf
services by hammering away at them in a loop.


Any insight or help, or sample code would be greatly appreciated.

Thanks!

Aaron
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to