Forum Discussion

ekiza23's avatar
ekiza23
Contributor
12 years ago

Is it possible to change the text of a Test Log folder after it has been created?

I would like to do the following:




  iFolder = log.CreateFolder("Test AAA")


  Log.PushLogFolder(iFolder)

      'Scripts be here

      'obtained variable value timeDiff (say 3:04).

  Log.PopLogFolder



and then, from the scripts, do something to modify the text of the Log Folder "Test AAA" to "Test AAA - 3:04"



Is that even possible? How would I do that?



Thanks


  • Hi Christian,


     


    Unfortunately, that's impossible to modify the current test log. We have a corresponding suggestion in our DB, and your request has increased its rating.

     


    What you can do is to save the test log to, for example, an XML file and parse it after that.