Forum Post: RE: Is it possible to loadtest applets which are embeded in a web...
Thanks LeeanneQ, I have tried with the JWEBUNIT framework. I can able to run unit test case from Eclipse Successfully but when I tried from Silk performer I got a Null Pointer Exception. And I tried...
View ArticleForum Post: RE: Is it possible to loadtest applets which are embeded in a web...
Hi The screenshot shows jp2launcher is the exe but you have hooked java. Try adding a profile for jp2launcher and ensure it is not running before loading the recorder.
View ArticleForum Post: RE: Is it possible to loadtest applets which are embeded in a web...
Thanks Jonny, Now it is recording the applets events and some thing I can see in recorded script as below WebPageSubmitBin("loginForm", "\hACED000573720044636F6D2E696E7472" // ¬í••sr•Dcom.intr...
View ArticleForum Post: RE: Is it possible to loadtest applets which are embeded in a web...
The traffic is recorded in binary because there is no supported protocol in use, or because the correct protocol selection is not made in the application profile/active profile settings. What network...
View ArticleForum Post: RE: Is it possible to loadtest applets which are embeded in a web...
Hi Jonny, We are using HTTP Protocol. Can you suggest me more appropriate profile settings Thanks, Simhadri Raju
View ArticleForum Post: RE: Is it possible to loadtest applets which are embeded in a web...
I would suggest you log a support incident so we can take a closer look at this application.
View ArticleForum Post: RE: Is it possible to loadtest applets which are embeded in a web...
Thanks Jonny, We will raise soon a support incident Thanks, Simhadri Raju
View ArticleForum Post: RE: Is it possible to loadtest applets which are embeded in a web...
i think the ACED0005 sequence at the beginning of the binary block indicates Java Object Serialization Stream Protocol ( docs.oracle.com/.../protocol.html ) - i'm afraid, SP does not support...
View ArticleForum Post: RE: While timer is not done wait
More context is required to provide possible solutions. There are several depending on what type of timer you are using.
View ArticleForum Post: RE: Dashboard creation
Hi All Silk Performer measures collected during a load test can be graphed after the fact in Performance Explorer. However you can also monitor server side data during the test and graph this in...
View ArticleForum Post: RE: Dashboard creation
Thank you Jonny but I don't mean that. I've seen the charts of the Performance Explorer and they are great. But what if I want to export these charts in some form where somebody, without Silk...
View ArticleForum Post: RE: Dashboard creation
Any charts or reports can be exported from Performance Explorer as html or the new Word template for use by people who don't have the Perfexp installed; but this is static data, they cannot add and...
View ArticleForum Post: insert delay between requests
how do we insert delay between requests while running load test
View ArticleForum Post: RE: insert delay between requests
use wait funcationality. for example: wait (2.0) //wait for 2 second before next one
View ArticleForum Post: How to disable a new user group from getting added to all the...
Whenever we define a new user group, it gets added automatically to all the previous workloads in the same project. How can we avoid this? Version - Silk Performer 15.5
View ArticleForum Post: RE: Dashboard creation
Thanks again. I can do it like you described but this is for the overview report and doesn't give me an image (e.g. jpg) that includes the report label. If the text "this is jonny's custom chart"...
View ArticleForum Post: RE: insert delay between requests
thanks! but that would be always fixed delay. i want 500ms delay between first and second, then 600 between 2nd and 3rd and so on.. Can it be achieved ?
View ArticleForum Post: RE: insert delay between requests
You could still do that with a wait: WebPageUrl(); Wait 0.5; WebPageUrl(); Wait 0.6; Or use thinktimes: WebPageUrl(); ThinkTime(0.5); WebPageUrl(); ThinkTime(0.6); If using a wait, the number you use...
View ArticleForum Post: RE: insert delay between requests
I would do it by creating a global variable for the vuser. Say you create a global variable called "gnIter: number". Then you can initialize it to 1 in TInit. Then within TWork transaction, check the...
View ArticleForum Post: Dynamic values for correlation
Hi All, What is the easy method to see/identify dynamic values for correlation in silk performer. In load runner , all dynamic values will be display once record is over but not in silk performer....
View Article