Forum Post: Chrome support for BDLT script replay.
Currently Silk performer BDLT replay supports for IE browser. But we have a requirement to test the BDLT scripts in chrome browser. Let me know if there are any plugin's / add-ons available to test the...
View ArticleForum Post: RE: Chrome support for BDLT script replay.
Please log a support incident to discuss your requirements further.
View ArticleForum Post: How to handle context in different...
Hi Following the help document, I would like to manage context across different transactions. Here is my script with "WebPageStoreContext" //...
View ArticleForum Post: Several buttons with the same name
I have application that in the main page there is 4 form with 4 buttons, but it has no id in them. How do I pick up single button. Silk is picking everyone up and does not send data to next page
View ArticleForum Post: RE: SilkPerformer v17.5 - Recorder does not capture any events
Hi Neil I met the exact same issue as you couple days ago. I solved the problem by disable the UEFI Secure Boot and reinstall the SP. Thanks
View ArticleForum Post: RE: Several buttons with the same name
Hi Moura, I assume you are using the browser driven approach within Silk Performer for your testing. Also the issue you are highlighting, is it that the incorrect button's are being selected during...
View ArticleForum Post: RE: Several buttons with the same name
Hi, Paul . Thank you very much It worked
View ArticleForum Post: RE: How to handle context in different...
arica If I am right, you probably already have turned off the setting SETTINGS| ACTIVE PROFILE| REPLAY | WEB (PROTOCOL LEVEL) | SIMULATION | SIMULATE USER BEHAVIOR FOR EACH TRANSACTION option to deal...
View ArticleForum Post: request only every 100 iterations
Hi, I want to do a request only every 100 iterations. I think the best is a for loop. But is there a good way for the "every 100" problem? I don't want to write ... i=100 || i=200 || i=300 .... because...
View ArticleForum Post: RE: request only every 100 iterations
Have a look at "MeasureGet" in the Performer documentation. There is sample code containing: MeasureGet("TInit", MEASURE_TRANS_TRANSOK, MEASURE_KIND_COUNT, fValue); Each successful transaction will...
View ArticleForum Post: RE: request only every 100 iterations
OK. "mod" is the key. I can use this also without MeasureGet by using just "i". ;) Thanks
View ArticleForum Post: Buttons not found
Hi, I'm trying to login but only the message element not found appears. I need to set the password on the button and click access, but not even the button access to call. I tried everything in...
View ArticleForum Post: RE: Buttons not found
hi, did you try to record your workflow? the generated script would show the locators to use. if you don't want to record (for whatever reason) you can use silkperformers browser application in...
View ArticleForum Post: RE: How to POST JSON format data in to REST based URL in Silk...
HI Uday... just wanted to check how exactly you passed in the jason data as a string to WEbFormPost?
View ArticleForum Post: RE: Buttons not found
I did test by the browser, but it does not perform action on the virtual keyboard, it must be some block of javascript. Through the registry it is not possible to make the buttons, just create package...
View ArticleComment on Coding Corner: Json BDL API Sample and JsonPath Alternative
HI.. Using SilkPeformer 16.0, I've tried to use the above example as a template for a POST operation to a RESTFUL service. I'm getting an invalid Json format when I do a Try script. Are there any...
View ArticleForum Post: Silk Performer JSON data - compile error
Has anyone tried the examples in the SIlkPerformer help Receiving Nested JSON Objects and JSON Arrays . I'm getting a compile error [LEX 6 - string must be terminated with "" before end of line] What...
View ArticleComment on Does Performance Explorer support monitoring using JMX (Java...
Hi Tom. First you have to access the help located in Start Menu --> Silk --> Silk Performer 17.5 --> Documentation --> Silk Performer Help. The topic you are looking for is under: Silk...
View ArticleForum Post: RE: Silk Performer JSON data - compile error
hi kannan, the sample code is not escaped properly. each line of a multiline strings need to start and end with a quote. it should look like this: jsonText := "{" "\"NestedObjectProperty\": {"...
View Article