Forum Post: RE: Cannot figure out why this won't work :-)
Yep that was it! Thanks Jonny! Tony
View ArticleWiki Page: Getting timers for redirections.
It is possible to get timers for redirections by using the WebPageStat* functions. This can be useful for applications using 'HTTP 302 Object Moved' responses for example. The script below will print...
View ArticleWiki Page: Using CloudBurst VPN on virtual machines.
The Silk Performer 15.5 CloudBurst VPN feature is not currently supported on virtual machines. The VPN Router Appliance should be installed on a physical machine. Much more information on CloudBursts...
View ArticleWiki Page: Increasing timeout for Iiop requests
It's possible to increase the timeout for Iiop requests in Silk Performer using the standard Active Profile internet settings. These are found in Settings | Active Profile | Internet | Network....
View ArticleWiki Page: .Net Explorer 15 crashes while navigating certain classes.
Silk Performers .Net Explorer might crash whilst the user is navigating loaded classes which include a circular dependency in it's hierarchy. The problem has been fixed with Silk Performer 15.0...
View ArticleForum Post: Writing / Reading to and from Excel
I got a hopefully easy one for you guys. I tried searching around for this but for some reason couldn't find in any documentation or any examples. What is the function and syntax for writing to excel...
View ArticleWiki Page: Chart Server error "Message = No response"
TM ART's Chart server might show the error "Message = No response" in the System Health screen if unsupported characters are used in Project names. The Chart server logs will also show an entry such...
View ArticleWiki Page: BDLT and protocol level functions recorded together.
If the Silk Performer recorder is scripting Browser Driven functions and HTTP protocol level functions at the same time, it's likely that a browser is also being recorded at the same time as the...
View ArticleForum Post: How to do binary string replacement in binary string ?
Here is what i am trying to do: sStr1 := "\h49534f30303630303030343031323030f030810128a0800000000000060000"; sStr2 := FStrReplace(bin(s1), "\h00", "\h20"); // trying to replace NULLS by Space...
View ArticleComment on WebSockets
Interesting Feature, can i use these with ATM interface testing which are single channel i guess?
View ArticleComment on Released: Silk Performer 15.5
Like to see this tool is witnessing new features we always wished.
View ArticleWiki Page: Silk Performer converting serialized binary to XML (JoHttp).
For Java Over HTTP projects, Silk Performer receives the binary data from the server and creates the Java Object from it. To be able to display the Java Object in the BDL script (when recording) or...
View ArticleWiki Page: Silk4NETInitSession 'The path to MSTest.exe not found'
In Silk Performer 15.0, Silk4NETInitSession will report the error "GUI-Level Testing Replay: 2 - GUI-level testing replay error, The path to MSTest.exe not found" if Visual Studio 2013 is being used...
View ArticleForum Post: RE: Writing / Reading to and from Excel
Hi, You mention Excel, but rather than using the proprietary .xlsx format for Excel you should use .csv format which will be easier to work with. Excel is the program you can use to open the finished...
View ArticleForum Post: Performance Testing on Android Platform - Recording
Hello, I am not much experienced with performance testing on Mobile platforms . So i have questions: 1. Are there any good Android emulator (for Win7) that can be used with SilkPerformer? (If you have...
View ArticleForum Post: RE: Performance Testing on Android Platform - Recording
Hi, Please see the following article which should help answer these queries: Recording Mobile Apps on the Android Emulator with SilkPerformer...
View ArticleForum Post: Is there any way i can achieve JSON Pretty Formatted Forms in...
Hello. Me and my colleague recorded a script (Mobile Framework - SilkPerformer). The script recorded forms which are lengthy (500+ lines), URL-encoded JSON . Due to this its taking manual efforts to...
View Article