Forum Discussion

premanand's avatar
premanand
New Contributor
7 years ago
Solved

Naming conventions of the text reports generated by testrunner command line.

Hi,     I have a functional test suite which is scheduled to run at different times of a day with the help of windows scheduler and testrunner command line execution. The problem is the old reports ...
  • nmrao's avatar
    7 years ago
    If you are using windows scheduler, then it might be using script.

    You can do one of the two things.

    1. If the reports directory is already present, create a new directory with timestamp and move it that new directory.

    2. Create & Use new directory every time and pass that as argument( for reports) to testrunner command.

    Sounds ok?