Forum Discussion
tristaanogre
8 years agoEsteemed Contributor
Unfortunately, there is no way to do either of what you are wanting to do in TestComplete right now. You can't elevate logs to the Test Item level and you can't dynamically add TestItems (on that latter, think of the "TestItem" as part of the "compiled" code of your test project... when you run the project, you compile the code... and you can't change code after it has been compiled in the packaged executable).
You may need to alter your log parser.... but you can help yourself a bit with it... Look up Log.AppendFolder and Log.PopFolder. This will add "levels" to your log that you can tell your parser to look at instead of the top level. See if that works for you.