Forum Discussion

m_essaid's avatar
m_essaid
Valued Contributor
9 years ago
Solved

Log.SaveResultsAs()

Hello,   I have a project suite organized like this :   ProjectSuite   - ProjectA     - Folder1      - ... about 20 scripts that are all one scenario     - Folder2      - ... about 20 script...
  • Marsha_R's avatar
    Marsha_R
    9 years ago

    The quickest way I see to do it is to have a main script that calls the contents of a folder.  Then just run the main scripts and they would each have a log.  This would work for me because we only use folders for organizing scripts for the user.  We don't run them in the folder order.  

     

    For you it would be something like this:

     

    Project Suite

    Project A

      Folder 1

      Folder 2

      MainScript1 (calls all scripts in Folder 1)

      MainScript2 (calls all scripts in Folder 2)