Forum Post: RE: WebSetUserAuthBasic with WebCustomRequest?
Alas this is a web service I'm attempting to monitor. Authentication must be provided in the initial request. An Authentication header IS included when I'm using WebURL, but not when I'm using...
View ArticleForum Post: RE: WebSetUserAuthBasic with WebCustomRequest?
Did you specify the "URL representing protection space for basic authentication" parameter - the 3rd one of the WebSetUserAuthBasic API call in WebUrl and WebCustomRequest? It works for me with both...
View ArticleForum Post: Error During execution of Run :- Application Oracle 11g .....
Error During execution of Run :- Application Oracle 11g ..... I am using SilkPerformer 16.5 & the protocol used is Oraforms 11g. I am Trying to execute a run of 10 Users of a Oraforms 11g based...
View ArticleForum Post: RE: WebSetUserAuthBasic with WebCustomRequest?
That worked for me, thanks Kue!
View ArticleForum Post: Rewrite BrowserEngine errors
I'm attempting to capture a few errors generated by BDF scripts in Silk Performer 16.5, and rewrite them for reporting purposes. So far I can accurately capture errors 46 and 65, but am now trying to...
View ArticleForum Post: Different response time between Silk Performer 17.5 and Chrome...
Hi,all, Now we are going on a project of getting the response time of a https website, our steps are as following 1. recording the script 2. run 200 virtual users on login transaction in 5...
View ArticleForum Post: RE: Code reuse best practice
Hi kannan. I think this is the updated version of the link Jonny provided 5 years ago: community.microfocus.com/.../improving-the-usability-and-reusability-of-your-scripts
View ArticleWiki Page: Format of API Time and Date is incorrect when viewing TrueLog file...
Due to a problem wiith Microsoft's C++ runtime version 14, the date and time presented within a TrueLog file when viewed upon a Portuguese Operating System is displayed in an incorrect format, an...
View ArticleComment on Pacing
How to configure SilkPerformer to ignore pacing at end of test duration or end of test? My users are not coming put of pacing even though the test has ended and force stopping the users doesn't...
View ArticleForum Post: RE: Rewrite BrowserEngine errors
The error code 7 is a different severity - process exit. Your current handlers only catch error and transactrion exit severities so you need to add another one: handler Handler2 var nErr : number;...
View ArticleForum Post: RE: Different response time between Silk Performer 17.5 and...
Hi Its not possible to answer this question with the information provided. In general you need to know exactly what is being timed in each instance to be able to determine if it makes sense to compare...
View ArticleForum Post: RE: Different response time between Silk Performer 17.5 and...
Thanks for your answer, I will check the detail of the comparing and then upload my script.
View ArticleForum Post: RE: What causes your script to work for a couple of users but...
I have defined my TMain. I have used both Increasing and Queuing load types. The script is executed on the local machine. After looking into my script, I think the issue is with ensuring that the...
View ArticleForum Post: RE: What causes your script to work for a couple of users but...
I formerly used VIRTUAL USERS with the same "name" and same "password", and since the application had no restrictions against this it was not a problem or issue with the test running without incident -...
View ArticleWiki Page: A list of Hotfixes for Silk Performer
Here you can find a list of the Hotfixes for SilkPerformer. If you would like to be notified each time a fix is released please use the “email subscribe to this page” function under Options below left....
View ArticleForum Post: Browser Engine 43 - JavaScript error, 'Error: The operation...
Hi, Has anyone encountered the below warning while executing tests in Silk performer 17.5 hf4? "Browser Engine 43 - JavaScript error, 'Error: The operation attempted to access data outside the valid...
View ArticleWiki Page: Getting Started with Silk Performer
Thank you for trying out Silk Performer! Installing Silk Performer is quick and easy, and you’ll soon discover that setting up and running your first load test is just as simple. After you have...
View ArticleForum Post: how to find element with partial string
In browserclick function, how to locate an element based on partial of the text? BrowserClick("//a[@textContents='ABC']", BUTTON_Left, "Click link"); ABC In the above code, it try to find a link with...
View ArticleForum Post: Error Code: INET_E_RESOURCE_NOT_FOUND
Error Code: INET_E_RESOURCE_NOT_FOUND when accessing a certain website. This is NOT an Edge issue. Edge works as advertised. I know that the website works because I can access it on other computers. Is...
View ArticleForum Post: RE: Error Code: INET_E_RESOURCE_NOT_FOUND
Can you provide more information on what happens and when you see this?
View Article