Forum Discussion
1 Reply
- Colin_McCraeCommunity Hero
exec()
Sounds like what you want. (You don't say what scripting language you're using)
It will treat whatever string you pass it as code to run.
I have large number of objects in my suite.
Is there a mechinsm like Excute method in Test Complete like in QTP.
So that I can read my DOM from a text file and generate executable objects on the fly.
Regards,
Nawab
exec()
Sounds like what you want. (You don't say what scripting language you're using)
It will treat whatever string you pass it as code to run.