mmorioka's avatar
mmorioka
New Contributor
10 years ago
Status:
New Idea

Would like the ability to save TestComplete project via jscript

I am currently using project persistent variables and I have scripted so that I can change the local values at runtime using jscript.  The problem is, the values do not save.  I asked support for the ability to save the project in script, but they said it was not available.  

  • NisHera's avatar
    NisHera
    Valued Contributor

    It's easy in scripting...!

    just add line

    Sys.Desktop.Keys("^!s")

    It will pass Ctrl+Shift+s which is short cut for TC Save all