Forum Post: SilkPerformer Protocol Support for Skype for Business Application...
I would like to know has anyone tried SilkPerformer Tool for testing Skype for Business application , if yes can you please share information like which protocol, challenges faced during scripting/perf...
View ArticleForum Post: RE: SilkPerformer Protocol Support for Skype for Business...
I will be tasked with testing Skype for business soon. Based on previous conversations with Microfocus surrounding testing of other non-browser applications, you may want to look into Silk Test.
View ArticleForum Post: Error "Could not generate agent deatail report"
Hello Team, I am trying agent to run my script and i was encountered with following error - Error: Controller - Could not generate XML baseline report. Error: Controller - Could not generate XML agent...
View ArticleForum Post: RE: Looking for a SilkPerformer BDLT function equivalent for...
You can now use the BrowserSetDomainSuppress function in Browser Driven scripts to achieve this. Details in Help: documentation.microfocus.com/.../index.jsp
View ArticleForum Post: overview report is not showing actual agent and user configured
Hello Team, For my silk test i have used 3 agent and configured 51 user. At the time of test run its shows 51 user created on 3 agent but after completing the test in overview report is not generating...
View ArticleForum Post: Load Test Response Time
HI, I have a few basic questions and reading from all previously asked in this blog I'm a little confused. From the Silk Performance Explorer report we usually get the following response times: -...
View ArticleBlog Post: The Time to Interact
Measuring the user experience of AJAX websites with the timings the browser provides can be difficult. Often the perceived loading time of a web page differs considerably from the measured loading...
View ArticleWiki Page: GUI Level Testing
Silk Performer supports GUI-level load testing (load testing of fat-client applications). To test these applications, Silk Performer uses Windows Remote Desktop Services (Terminal Services) to connect...
View ArticleWiki Page: Tutorial 2: Customize your test scripts
Now you can run tests, let’s learn how to add logic to test scripts. You’ll quickly learn how to verify even your most advanced web applications – and go live with confidence. This works for even the...
View ArticleWiki Page: Customization of form data from script using a csv file
This video demonstrates how to parameterise the form values in your script so that you are reading unique data for all users from a csv file. (Please visit the site to view this video) This...
View ArticleForum Post: Perf Browser Host Process - Trimming the spaces from the variable...
Hi I have a strange experience. In my BDL Script I enter a value of two words with a space in between. What I see is when I run the script from Try Script the value is perfectly alright and the record...
View ArticleWiki Page: Configuring user types and baseline performance in Silk Performer
This video demonstrates how to configure user types and determine baseline performance. (Please visit the site to view this video)
View ArticleWiki Page: Assigning agents in Silk Performer
This video demonstrates how to assign agents in Silk Performer. (Please visit the site to view this video)
View ArticleForum Post: Load Agents showing Blank screen after Login (LocalStorage issue)
Hi, While I am running my script on load agent the script is showing blank screen after log in and stuck over there. We analyse the issue the localStorage functions are causing the issue. when we...
View ArticleForum Post: RE: Load Agents showing Blank screen after Login (LocalStorage...
Are you running the agents under a particular user account in SETTINGS | SYSTEM | AGENTS | ADVANCED. Try adding an admin account there which all of your agents can use to run the agent software
View ArticleForum Post: RE: Load Agents showing Blank screen after Login (LocalStorage...
hi anup, does it help to delete the IE cache on that agent? cheers, udo
View ArticleForum Post: RE: Load Agents showing Blank screen after Login (LocalStorage...
I deleted IE cache before run from Agents as well LocalStorage.clear() in function to
View ArticleForum Post: RE: Load Agents showing Blank screen after Login (LocalStorage...
I am Runing on single Agent still having issue and if I run on benchmark machine it works issue is only for Agent.
View ArticleForum Post: RE: Load Agents showing Blank screen after Login (LocalStorage...
does replay after adding BrowserExecuteJavaScript("localStorage.clear();"); after the first BrowserNavigate(...) work, or does it raise any error or javascript warning?
View Article