Forum Post: RE: WebPageParseUrl Command
Don’t worry this is added by the recorder automatically. To paraphrase help: Placing WebPageParseUrl before a page-level API call results in additional “parsing rules” being applied during downloading...
View ArticleForum Post: RE: Creating dynamic forms in Silk Performer
Check help for WebForm* functions e.g. WebFormValuePairInsert Function SilkPerformer has good parsing functionality, however it may be time consuming to recreate App logic to dynamically build a...
View ArticleForum Post: RE: Does SilkPerformer support poplist in OAF pages?
Help has a OraFormsParseListValue function: Returns the selected value of a combo box, list box, or pop-up list box. Could be that your script replay is going wrong before your list is returned....
View ArticleForum Post: RE: Same throughput when running performance test in EDGE and LTE...
Just to close the loop here for time travellers. Support incident identified that the profiles with the different speeds were not getting called. Adding additional UserTypes for the different profiles...
View ArticleWiki Page: Why do I receive the error "HTTP: 1011 - unexpected connection...
This error has a number of possible causes, though in most instances it is the result of a failure or limitation in one of the components of the System Under Test (SUT), usually under load conditions....
View ArticleForum Post: RE: Issue in recording pop up box with IE 11
Hi Ankitshah, The mentioned warning occurs if Silk Performer cannot find a position of the element which is visible. For "native input" which simulates user input more accurate the DOM element...
View ArticleForum Post: Connection refused on replay
Hi, I recorded a number of requests. When I try to replay them, I get the following error: WebFormPost(WinSock: 10061 - Connection refused, host="localhost:8443", attempts=3) Unlike all of the other...
View ArticleForum Post: RE: Connection refused on replay
Hi Philipp, Is it possible for you to share your exported Silk Performer project showing this issue? Best Regards, Neil
View ArticleWiki Page: Could not create the specified Projects folder!
When creating a new Silk Performer project - SILK PERFORMER | FILE | NEW PROJECT, the project files are automatically written to the directory which has been specified within the Directories section...
View ArticleBlog Post: WebSockets
With Silk Performer, you can load test a ton of various applications and technologies. Yet, Silk Performer 15.5 adds another capability in regards of web technologies: You can now test connections and...
View ArticleForum Post: RE: Unable to create Java VM
Sry, just back from holiday. The Server Configuration settings page needs a Java VM. Please check perfExpJVM.xml in your install directory.
View ArticleForum Post: Parameterization
In the sample demo borland application,we have different driving record details..say Excellent,Good etc.. The Requirement is for different users we need to have different driving records.In the...
View ArticleForum Post: RE: Parameterization
Hi, If you open the sample demo application using Silk Performer's Browser Application (accessed from the tools menu) and browse to that selection you can use the "pause | break" keyboard button to...
View ArticleForum Post: RE: Parameterization
Hi Varada, It is possible to include custom logic within your script to replicate the required behavior, but you need to understand the XPath locator strings of the radio buttons prior to...
View ArticleWiki Page: How can BDL code be used to find the download times for individual...
Whilst individual page component statistics can be viewed via the "Statistics" tab when the relevant .xlg file is loaded into TrueLog Explorer, you may wish to measure this data programmatically in...
View ArticleForum Post: Testing Web Services in Remote Agents
Hello, I used Java Explorer to create a project to test web services. When executing in my machine, works fine, but, when using remote agents I´ve got: JavaUser-JavaProfile_1 10.0.209.35 29...
View ArticleForum Post: RE: Testing Web Services in Remote Agents
Hi there. Sounds like the path might not exist on the Agent. If you need to specify s different path on the Agent (from the one on your Controller), within Silk Performer go to Settings | System |...
View ArticleForum Post: browser based performance testing
Hi, We have recently started to use silk performer 15.0 for performance testing. I had a few questions: Does silk performer do real browser emulations for doing performance testing? If yes can i rely...
View ArticleForum Post: RE: browser based performance testing
Hi Does silk performer do real browser emulations for doing performance testing? The browser driven (ajax) project type uses the Silk Performer browser application which is a real browser instance -...
View ArticleBlog Post: Analysing Scripting Failures in Silk Performer - Part 1
After many years working in the Silk Performer support team the most common type of support question raised is probably how Silk Performer scripts can fail to implement the behaviour we expect. This...
View Article