Wiki Page: Passing data to a 'Silk4x' (Silk4J, Silk4NET) test case during a...
For 'Silk4x' GUI-Level tests it is not possible to pass data to the test case using the 'sTestData' parameter of the StExecuteTestcase function in the same was as for Silk Test Classic / Open Agent...
View ArticleWiki Page: Monitor report keeps writing after test has finished if multiple...
If multiple monitoring reports are used in a custom monitoring template then there is known issue that causes only the first report to stop writing at the end of the test. The other reports stop when...
View ArticleWiki Page: BrowserEngine: 2 - Cannot continue, because the BrowserEngine was...
This error will be reported at the start of Browser Driven test if the BrowserStart function is not included in the script. The problem can occur if the BrowserStart function is not recorded and this...
View ArticleWiki Page: Silk4XExecuteTestcase GUI-Level Testing Replay: 12 - Virtual user...
There is a known issue in Silk Performer 16.0 which causes Silk4J and Silk4Net Gui-level tests to fail with the error "Silk4XExecuteTestcase GUI-Level Testing Replay: 12 - Virtual user connection...
View ArticleWiki Page: "Change TM ART Folder Configuration" tool does not move...
The "Change TM ART Folder Configuration" tool is used to change the location where BMC TM ART Central saves its temporary files and log files. All other files can be installed on another drive but...
View ArticleWiki Page: Recording 64-bit applications with Silk Performer
The ability to record 64-bit applications out of the box was added in Silk Performer 16.0. In previous Silk Performer versions (before Silk Performer 16.0), the recorder was unable to hook the...
View ArticleForum Post: Try Scripts fail, but test run passes
I have a simple script on an AJAX heavy web site. Both types of try scripts fail, telling me 'scrolling failed', or a button click failed, however a test run passes when I run a single user under the...
View ArticleForum Post: RE: Try Scripts fail, but test run passes
try script runs are performed under the current users account, test runs may be started under a different user account. did you do your test run on localhost?
View ArticleForum Post: RE: Try Scripts fail, but test run passes
Test run was run on localhost, no other agents were involved.
View ArticleForum Post: RE: Try Scripts fail, but test run passes
AJAX scripting was so badly broken in 15.0 that we could not use it. I hope that is not the case here. We had issues with window handles - the browser vusers would interact with the other vusers...
View ArticleForum Post: RE: Try Scripts fail, but test run passes
Was the AJAX issues fixed in 15.5 or 16.0? I'm trying to record/test a heavy AJAX application and getting a strange behavior toward the end of my script.
View ArticleForum Post: RE: Try Scripts fail, but test run passes
I'm not sure if my issue was addressed in 16.0 We are holding off on upgrading to 16 until it's had some time for bugs to surface.
View ArticleForum Post: RE: Try Scripts fail, but test run passes
Hi Steve, Is it possible for you to log a support incident so that we may carry out full investigations into the behaviour? Regards Paul
View ArticleForum Post: Renaming the Legend name
Using Silk Performer Explorer 15.5 I created a customized graph capturing the Overall action Timing for each script. This issue I'm having is the legend column "Name" only shows #Overall Action Time#...
View ArticleForum Post: RE: Try Scripts fail, but test run passes
We had issues with window handles - the browser vusers would interact with the other vusers windows during a test run. It was really interesting behavior. This behavior is the same for all versions...
View ArticleForum Post: POST image file on JSON
Hi all, How do I post an image file on a JSON call? I tried to read the file into a string, but it would read all the way through. Here is my set up. JSON sample { "VehicleInfo" : { "vin" :...
View ArticleWiki Page: Opening the open 32-bit Windows Performance Monitor (PerfMon) on a...
When troubleshooting Performance Explorer issues it’s common to check the availability of those measures in PerfMon. On a 32-bit machine this can be opened by going to START | RUN and enter: perfmon....
View ArticleWiki Page: Using the customization wizard to modify an already created parameter
The Parameter Wizard can be accessed by highlighting the value to customize, right-click and select ‘Customize Value’ or ‘Customize Selected String’ as highlighted below. It can also be accessed via...
View ArticleForum Post: RE: POST image file on JSON
I don't know your server but I assume that the "imagedata" value has to be base64 encoded so that the JSON is text. As far as I know you cannot insert binary data into a JSON structure.
View ArticleForum Post: storing contexts
I have a script that stores two contexts. For some reason the storing process works during the first iteration of a test run but fails for all subsequent iterations through the transaction with a...
View Article