
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
How would I return test result from Python script to Silk so it shows the test pass/fail on Silk? Currently, as long as the my Python script is executed, it is shown as Pass in Silk.
I looked at this post, but the sample file is missing:
Here is a link to a screenshot to show what I want.
https://www.dropbox.com/s/imwan9k7ukudrli/TestResult.jpg?dl=0
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
The sample script is now attached to the article and below as xml2silk.txt. I recommend that this should be run as a ProcessExecutor type test as opposed to Windows Scripting Test, my settings are shown below
.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
The sample script is now attached to the article and below as xml2silk.txt. I recommend that this should be run as a ProcessExecutor type test as opposed to Windows Scripting Test, my settings are shown below
.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks!