ekiza23Contributor12 years agoIs 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
1 ReplyReplies sorted by Most LikedTanyaYatskovskaAlumni12 years ago 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.
TanyaYatskovskaAlumni12 years ago 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.
Recent DiscussionsLocating browser mapped objects currently off screen?TestComplete Keyword Order ExecutionI'm not able to handle cookie pop up with test complete using java script,I'm using windows machine.
Related ContentIs it possible to create a temporary Alias/Name Mapping?Is it possible to verify the dynamically changing checkpoint in Keyword testHow to change the endpoint for already created REST Project.