Forum Post: How to monitor a server before AND during the test run?
Hello. I'm going overboard capturing a big number of server counters and cannot easily resolve a situation. I use a monitoring template for this exercise. When I start the test, the Performance...
View ArticleForum Post: RE: Use RSA Private Key in script?
I have the function working in Loadrunner which can simply #include rsa.h from OpenSSL, where this RSA type is defined.
View ArticleForum Post: RE: Use RSA Private Key in script?
Where is the passed private key string coming from when you use this function with Loadrunner? There should not be any difficulty in doing this in SP but you need to know the correct procedure to...
View ArticleForum Post: RE: Use RSA Private Key in script?
The private key is coming from a .pem file, read in with the function PEM_read_RSAPrivateKey(pointerToFile, null, null, null) defined in the libeay32.dll file. I've been reading in to the structured...
View ArticleForum Post: SilkPerformer and Git
Hi Everyone, How to use GIT as Source Control Configuration ? Thanks.
View ArticleForum Post: RE: SilkPerformer and Git
Hi, This is not currently supported in Silk Performer, however improvements to the source control support are planned for Silk Performer 17.0. The intention at the moment is to support the same...
View ArticleForum Post: RE: Use RSA Private Key in script?
Hi, As part of a project that I have been worked, I needed to sign a SOAP request using a digital certificate. I not found any way to do that using only SilkPerformer language in a bdl script, in a...
View ArticleForum Post: RE: Use RSA Private Key in script?
@inaniaverba I am very interested in this approach yes, how complicated was it to make the Java class and get it imported into Silkpeformer?
View ArticleForum Post: RE: Use RSA Private Key in script?
Hello, I put the java project in the sourceforge: sourceforge.net/.../signsoaprequest In the files section, I done the upload of one jar file that you can use. There are some documentation on the wiki...
View ArticleForum Post: RE: Use RSA Private Key in script?
Thank you very much for the help. One thing I can't help but notice though: "This tool, until version 16, does not cover specific functions to sign one SOAP request message." I'm using Silkperformer...
View ArticleForum Post: RE: How to monitor a server before AND during the test run?
From my understanding of your requirement, I would set up the test using the 'All Day' workload model. To initialize the test, I'd setup a dummy user with 'Start VUsers' and 'EndVUsers' set to zero...
View ArticleBlog Post: Domain Filtering
Silk Performer 16.5 comes with a new feature that allows you to tidy up your scripts by excluding traffic that was unintentionally recorded. When recording websites, you often face the problem that a...
View ArticleForum Post: Issue while Capturing CSRF Token with SILK Performer 15.5
Hi All, We are trying to capture CSRF (Cross-Site Request Forgery) token value using our script( performance testing script) but unable to capture it. Application is web and url goes through https://....
View ArticleForum Post: “BDL Call timed out ” error with SAPGUI Silk performer script
Hi All, We are currently facing issue with one of our test cases which is based on based on SAPGUI protocol and tool used for script creation is Silk Performer15.5. Details about the issue are below:-...
View ArticleForum Post: RE: Use RSA Private Key in script?
It is what I spoke, it does "not" cover, does not have this kind of feature, because of this, I decided to build the SignSOAPRequest project to help with it. I published a simple text that describes...
View ArticleForum Post: RE: Issue while Capturing CSRF Token with SILK Performer 15.5
THE CSRF is in the header. But to get to it you need some information from the developers. There are API_Keys that are set up for security. THey need to be encoded somehow. They have the code...
View ArticleForum Post: Server Analysis Module(SAM)
Hi , I am new to silk performer. Can anyone please help me how to enabled/configured SAM(Server Analysis Module) in version 16.5. and how to monitor results. Thanks & Regards, Venugopal.
View ArticleForum Post: RE: Server Analysis Module(SAM)
Hi Venugopal. SAM cannot be used for most server measures without a SAM license. You'd need to speak with your Microfocus sales person about getting one. If you want to post your email address (or...
View ArticleForum Post: RE: Server Analysis Module(SAM)
I forgot to add, besides the 'Performance Explorer User Guide' which details how SAM can be configured (and can be found in "C:\Program Files (x86)\Silk\Silk Performer...
View Article