Forum Post: page and action timers not match custom timer
We use Browser driven to record. I put the measureStart and stop to check the time from an action to fully load up each page. Why the action timer on the report does not match my custom timer? I am...
View ArticleForum Post: RE: page and action timers not match custom timer
Hi What kind of difference is there in the time? Can you provide the code, and the times produced by the custom timer and the page BrowserClick timer?
View ArticleForum Post: RE: Is there any limitation for the size of file to be uploaded?
Hi Can you successfully run a one user load test and upload your file properly? There is no limit in Silk Performer but depending on the number of users you are running per agent you may be reaching...
View ArticleForum Post: RE: page and action timers not match custom timer
page and action timer Click, BUTTON, textContents=Submit (#1) Avg Min Max Action time 0.234 0.234 0.234 custom timer SubmitToLogin Avg Min...
View ArticleForum Post: RE: page and action timers not match custom timer
Hi One of the major differences between custom timers and function timers is that function timers are measuring action inside the function and so by definition have to last less time than the total...
View ArticleForum Post: Recording script issue
Hi, I am trying to record the application using silkperformer 9.5 and facing the below popup error.i am not able to proceed further with the flow Error: HTML dialog boxes opened by javascript methods...
View ArticleForum Post: RE: Recording script issue
Modals are not supported in your current version, You need to upgrade to a more recent version of Silk Performer. I would recommend the most recent which is Silk Performer 15.5.
View ArticleForum Post: RE: Recording script issue
Hi, Support for Modal and Modeless dialogs with Browser Driven testing was introduced in Silk Performer 15.0. Please see the following blog post for details:...
View ArticleForum Post: RE: page and action timers not match custom timer
Thank you very much for your explaination, Jonny!
View ArticleForum Post: Returnvalue BrowserListBox
Hello all, I want to save the Returnvalue from a BrowserListBoxSelect in a variable to check if the BrowserListBox selection was successfull. Is der any possibillity to check the return value and...
View ArticleForum Post: RE: Returnvalue BrowserListBox
hi morthos, just use BrowserGetText("//SELECT[@id='test_id']", sText); // sText declared as string in your scripts var section print (sText); // should be "test_value" cheers, udo
View ArticleForum Post: recording the popup option issue
I am trying to record an application using web BDLT protocol.In this we do the following steps 1)we login using username and pwd 2)select the reports 3)Click on export to excel button 4)save it in...
View ArticleForum Post: RE: Question to Agents Health Control
Hi Paul, I spread the load across multiple agents and the response times showed normal values. I didn't see growing response times. But this behavior causes more questions. For example I use one of my...
View ArticleForum Post: RE: recording the popup option issue
Hi Varada, Could you please confirm the version of Silk Performer that you are currently using? The inability to record any actions within a Popup is the classic symptoms of an application using the...
View ArticleForum Post: RE: recording the popup option issue
Thanks for your help paul.I am able to record in silkperformer 15.Earlier i was using 9.5 version. Now while downloading the file i am getting session id.How to correlate session id in BDLT protocol...
View ArticleForum Post: RE: RE: recording the popup option issue
Hi Varada, This is not a requirement when using the Browser driven approach in Silk Performer as the sessions are handled automatically. Customize session handling is only required in situations where...
View ArticleForum Post: RE: RE: recording the popup option issue
This is the script line I am getting while downloading BrowserFileDownload(export_csv.php?PHPSESSID=8jkdb6u3h1hkhkq7dbvnmjmri6&NOBASE64=1); The session id is a dynamic value and correlation is...
View ArticleForum Post: RE: RE: recording the popup option issue
hi, when recording with SP 15.0 you should get a BrowserDlgDownload function, BrowserFileDownload was used in some previous version. what is the SP version you used to generate the script? using...
View ArticleForum Post: Average Times
I'm looking at a graph on Silk Performer Explorer and in the details I can see Avg (overall avg for the script). I would like to get the average between specific time frames. For example if my test...
View ArticleForum Post: ODBC error
I am trying to execute ODBC protocol scripts in silkperformer 9.5 and getting below error. Whether DB access is required to avoid this error.Please advise. Creator-Profile1_1 localhost 42 00:00:00...
View Article