Under Review
Last Updated: 21 Nov 2017 06:00 by Imported User
Imported User
Created on: 09 Nov 2017 21:45
Type: Feature Request
3
Allow more control on GetExecutableOutput output
When using Utilities.GetExecutableOutput() the returned string includes additional strings that are not part of the executable output, specifically:

"Results from [command executed]:

[executable output]

-------------------------------------------"

It would be useful in some cases to be able to control those additions, remove for sure.
2 comments
Imported User
Posted on: 21 Nov 2017 06:00
Hi there, i'm using this great tool to test a webService, basically i'm using GetExecutableOutput and as the post before mentions, it's not very useful, due to the extra data appended/prepended by fiddler, eg:

Results from node.exe C:/Users/dvduser/Desktop/app_main.js %paramInFromFiddler%

%stdout from external process%
-------------------------------------------

it would be great if the results come clean.

Cheers,

David
Eric
Posted on: 12 Nov 2017 06:00
Yup, this is a good idea. Today, you can do this from script but you must emulate almost all of the functionality in that GetExecutableOutput function, so it's like 15 lines of boilerplate that we could avoid.