Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Updating regression controls from a WebKing script

Options
LegacyForum
LegacyForum Posts: 1,664 ✭✭
how to?
Hi,
There doesn't appear to be an WebKing script command for updating regression controls. Does this mean it is necessary to open the project in the GUI and run Update Regression Controls after running a test from the command-line?

I'm using WK 5.5 on Windows.
Thanks...Greg

Comments

  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    Options
    Hi Greg,

    Unfortunately, there is no way to do this from the command-line yet. Currently the only way to update regression controls is to open the project in the GUI and update them there.
  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    edited November 2006
    Options
    Ok....thanks for your quick reply.

    Another command-line question for you:

    When running a WebKing script file from a Windows batch file, is there a way to use a batch file variable to specify the folder path for commands that take a filename parameter, such as 'open' and 'savereport'? Something like

    open %VAR%\project.wkj

    The examples in the documentation use explicit absolute or relative paths to the argument.

    Thanks...