Forum Post: RE: Need to limit transaction to one.
Hi Anup, You can use a queuing workload with a zero simulation time. Thanks, Neil
View ArticleForum Post: RE: Need to limit transaction to one.
Hi NeilM We tried that but that doesnt work. Thanks
View ArticleForum Post: RE: Need to limit transaction to one.
Hi Anup, Can you provide a screenshot of your workload configuration showing the queuing workload with a zero simulation time? Another alternative is to add a "Halt;" statement at the end of the...
View ArticleForum Post: Run test is not working even if the try script works fine
Hi I have a script with login in and does a search. since my try script was not working for any action after login i added below line once login action was performed and it worked fine for try...
View ArticleForum Post: RE: Run test is not working even if the try script works fine
Try setting BrowserSetOption(BROWSER_OPT_SYNC_TIMEOUT, 6000); directly after the click which causes the login - after 6 seconds the replay should try and move on, at which point it will either work, or...
View ArticleWiki Page: Passing data to a 'Silk4x' (Silk4J, Silk4NET) test case during a...
For 'Silk4x' GUI-Level tests it is not possible to pass data to the test case using the 'sTestData' parameter of the StExecuteTestcase function in the same way as for Silk Test Classic / Open Agent...
View ArticleForum Post: RE: Need to limit transaction to one.
When you chose Queuing did you set the "Simulation Time" to 0, as it defaults to 3:20?
View ArticleForum Post: RE: Need to limit transaction to one.
Another thing to look at is how many iterations are defined under dcluser section for the transaction? Example: transactions TInit : begin; TMain : 1; transactions TInit : begin; TMain : 10; In the...
View ArticleForum Post: RE: Run test is not working even if the try script works fine
This did work johnny Thanks
View ArticleForum Post: RE: Session timeout or Access Policy Error.
Leads on this may be helpful . Thanks, Anup
View ArticleForum Post: How to record and play a workflow
Hi, I am new to Silk Performer. I am using the Silk Performer trial version for now. I was trying to record a workload, in which I try to open my website and login. For this I created a new 'Web...
View ArticleForum Post: RE: How to record and play a workflow
Hi Archa, The workflow bar (horizontally across the top of the Workbench UI) guides you sequentially through the steps involved in creating a typical load test. You can find more details on each of the...
View ArticleForum Post: RE: Session timeout or Access Policy Error.
HI Please try following options which i have used to work it OPTION I: Please go to browser setting & Reset to Default so that default browser setting will appear.Due to which your recording will...
View ArticleForum Post: URL field truncates the actual URL.
When I try to record a script, the complete URL of the website (with arguments) is 153 characters. Whereas the URL field in the Model Script configuration accepts only 95 characters, i.e URL gets...
View ArticleForum Post: RE: URL field truncates the actual URL.
Hi, This is a known issue that is resolved in Silk Performer 18.0 which is due for release at the end of this month. You can resize the Model Script dialog, making it bigger. You then increase the...
View ArticleForum Post: How to adjust timeout value in silk performer playback
Hi, I am trying to record and playback a script wherein the url opens the login page and user successfully logs in. Record works fine. When i click on 'Try Script', some urls fail with "Connection...
View ArticleForum Post: RE: How to adjust timeout value in silk performer playback
I observed the timeout issue even when I playback a recording to open google page and search for a particular string. Function: WebPageUrl Line number: 65 Time: Monday, June 5, 2017 12:06:04 PM...
View ArticleForum Post: RE: How to adjust timeout value in silk performer playback
Hi Archa. Which version of Silk Performer are you using and do you use a PAC file to manage your proxies? Regards, Ciaran.
View Article