Forum Post: How can i set interstep interval in BDL script
Is it possible to set interstep wait time uniformally with some setting in BDL scripts. for example: set text wait 1 set text wait 1 click wait 1 can this be done with some setting , there is a similar...
View ArticleForum Post: RE: How can i set interstep interval in BDL script
Hi Thinktimes can be adjusted uniformly in active profile settings. Waits are a little different but you can set it in the script like so: BrowserSetText("//input[@name='searchString']", "text"); Wait...
View ArticleForum Post: RE: How can i set interstep interval in BDL script
Can these wait be exculded from times in run report , if i include these after evey step then measure time will also include these wait on run report ?
View ArticleForum Post: RE: How can i set interstep interval in BDL script
Individual functions like BrowserClick or BrowserNavigate have their own timers which these wait statements would not affect. Custom timers MeasureStart and MeasureStop would count these wait times if...
View ArticleForum Post: RE: Chrome support for BDLT script replay.
Hi Is this solved ? Can we test BDLT scripts in chrome yet??
View ArticleForum Post: RE: Chrome support for BDLT script replay.
Hi, Currently there is no native Chrome support for the Browser driven load testing feature within Silk Performer. However with the release of Silk Performer 18.0, a new Keyword Driven Testing feature...
View ArticleForum Post: RE: Chrome support for BDLT script replay.
Hi I am not sure of one thing here , BDLT does not support chrome replay that is confirmed But while running script in test , in user profile I have set chrome as brwoser and it still run fine so while...
View ArticleForum Post: RE: Chrome support for BDLT script replay.
Hi, Please note, the setting which you refer to is applicable for the simulation of Chrome during the replay of a protocol level script. It is not applicable to the Browser driven testing approach...
View ArticleForum Post: Question Need to do data driven in the login function for...
I want to do data driven for the login function. how to use it in the .bdh file. function Login(psURL : string; psLoginUser : string; psLoginPassword : string)...
View ArticleForum Post: RE: Question Need to do data driven in the login function for...
It would not make sense to add the code to load the username and password from a csv in the bdh in case each script wants to reuse the login function but with a different csv data. So do this in your...
View ArticleForum Post: creating bar graphs...
Hi, we use bar graphs in our performance reports to log runs over the cycle of a release and compare timers for different builds\releases, we have been using excel to create these graphs, but adding...
View ArticleForum Post: RE: Question Need to do data driven in the login function for...
Thank You... Jonny this helped me.
View ArticleBlog Post: Silk Performer 17.5 - Recovering Results Video
In this Silk Performer video we will learn about recovering results when the connection between the controller and an agent breaks. We’ll show you how to recover results from a CloudBurst and an...
View ArticleForum Post: Scripts are not working on agents. stops after Login
If I run the script on the Workbench then its working with the 10 to 12 users. but if I try it on agent machine then it get stuck after Log in. I tried single script for single user on Agent still its...
View ArticleForum Post: RE: Scripts are not working on agents. stops after Login
The easiest way to troubleshoot such an issue it to enable full truelog and then recreate the issue and check the truelog for problems. or if its bdlt, run BrowserStart in visible mode and then rdp...
View ArticleForum Post: RE: Scripts are not working on agents. stops after Login
We had enable Visible mode BrowserStart(BROWSER_MODE_DISPLAY_VISIBLE , 480, 320); and found out that landing page itself is not rendered properly on the agent machine however the same works fine on...
View ArticleForum Post: RE: Scripts are not working on agents. stops after Login
Are you running the Agents with a specific user account? Please see http://tinyurl.com/ybb9ertq (Browser-Driven Virtual Users on Remote Agents) for more details.
View ArticleWiki Page: Sample Code - How to print the contents of a table using a BDLT...
Introduction Verifying values is key to avoid errors in the program flow and to make appropriate decisions in your scripts. This sample code shows how to print the contents of all table cells by using...
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: JMX Monitoring in Silk Performer 17.5
Hi all, I'm trying to monitor JVM, but i'm taking error with a message "Unable to create Java VM", someone could help me about it? i'm using java 32bit. i've already ruined "perfJVMPlaceholder.exe" and...
View Article