Wiki Page: Unable to progress beyond the Certificate Warning when recording a...
When recording against a secure application using Silk Performers Browser Application a page may appear with the message "There is a problem with this website's security certificate" and the "Continue...
View ArticleWiki Page: Replay of Oracle Forms script generates the application error...
Incorrect customization of the icx_ticket value in the script causes the Oracle Forms application to report an application error "Cannot complete applications logon. You may have entered an invalid...
View ArticleWiki Page: "WebRemedyBackChannelUrl(WebEngine: 12 - The parameter provided is...
Silk Performer 2011 needs a new SilkEssential for testing this exact version of Remedy. Attached to this article is a Silk Performer project template for Remedy 7.6.04 SP1. To use this you should...
View ArticleWiki Page: The OCI replay engine generates an error when replaying a database...
If an SQL statement contains a comment in the notation starting with "--" then the OCI replay engine generates an error showing a misleading error message. This is caused because the Recorder removes...
View ArticleWiki Page: Forcing the scripting of a HTTP parsing function using a recording...
HTTP parsing rules work on the following basis: During recording, each server response is parsed for rule hits. These are the string values located by the recorder using the search criteria in the...
View ArticleWiki Page: Monitoring Windows Server 2008 using SilkPerformer Server Analysis...
When monitoring Windows Server 2008 using the Server Analysis Module it is possible for the System 5 access denied error to be thrown despite specifying the correct credentials. This is caused by the...
View ArticleWiki Page: Calculating the number of virtual users for browser driven load...
There are no fixed guidelines on this type of testing because each virtual user has to run the browser application (BrowserApplication.exe) and the full application gets rendered in the browser...
View ArticleWiki Page: How can I display my Project Attributes within the Overview Report?
By default, 'Project Attributes' defined within a SilkPerformer Project are not displayed within the Overview Report. To display them, Load the Overview Report in Performance Explorer (‘SilkPerformer’...
View ArticleWiki Page: How to enable Raw Measure Data Capturing for particular measure...
Raw Measure Data Capturing was introduced in Silk Performer 15.0 and can be enabled for all measures by checking the "Collect raw measure data" check box at, "settings | active profile | replay |...
View ArticleWiki Page: Why in my TrueLog On Error File do I see a page symbol with a...
This is a display issue with the TrueLog On Error files in SilkPerformer 5.1. The function call is made correctly and can be verified by tracing it through the log file. This issue has been resolved...
View ArticleWiki Page: How do I change the PDCE collection interval when using SAM to...
In Performance Explorer, the setting that governs the PDCE collection interval is the TSD-Writer interval (1sec to 60 minutes). To ensure a Data source will be monitored using the TSD-Writer interval...
View ArticleWiki Page: Silk Performer's support for the showModelessDialog() and...
Since the release of Silk Performer 15.0, windows generated using the JavaScript methods showModalDialog() and showModelessDialog() are now fully supported. In previous versions of Silk Performer,...
View ArticleWiki Page: When opening Raw Data Capture files in Excel, all of the data is...
Raw Data Capture was introduced in Silk Performer 15.0. When the Raw Data Capture CSV files are created, a semi-colon ";" is used as the field delimiter. If your system uses a different character as...
View ArticleForum Post: SilkPerformer Unable to clear text of UI element
When try script, I got BrowserEngine: 54 - Unable to clear text of UI element on the below 2 lines. It is on the line of BrowserSetText. The input field populates the first line below after...
View ArticleForum Post: RE: SilkPerformer Unable to clear text of UI element
Try using the BrowserTypeKeys() function, along with the DELETE named key to remove the data from the element, i.e: BrowserTypeKeys("//INPUT[@id='billingForm:usPhoneN*']", " DELETE ");
View ArticleForum Post: RE: SilkPerformer Unable to clear text of UI element
Thank you very much, Paul! That worked!
View ArticleWiki Page: Silk Performer 15.0 Transaction and Session Pacing
The new pacing feature of Silk Performer allows you to reach a defined number of transactions per second. You have several configuration options to specify a so-called pacing wait time, which will be...
View ArticleForum Post: RE: SilkPerformer Unable to clear text of UI element
Try using the BrowserTypeKeys() function, along with the DELETE named key to remove the data from the element, i.e: BrowserTypeKeys("//INPUT[@id='billingForm:usPhoneN*']", " DELETE ");
View Article