Forum Post: BrowserEngine 38
Hi Folks. I am trying to get Silk Performer 10 HF2 set up on a Windows 8.1 VM. When I attempt a "Try Script" I get a "BrowserEngine 38 - Unsupported version Internet Explorer version, Internet...
View ArticleWiki Page: How can I customize my script in order to take different actions...
In order to do this, you will need to implement custom logic in your script. To begin with, perform a verification on some text on the first screen. If this fails, then it must be that the second...
View ArticleForum Post: RE: BrowserEngine 38
Hi Tony, Unfortunately, Silk Performer 10 HF2 doesn't support IE11. IE11's internal version is 9.11, which is why SP complains about this version. Win81 comes with IE11 and cannot be downgraded to...
View ArticleForum Post: RE: Silk Performer 15
dynaTrace just recently upgraded to version 5.6, too. The new plugin is on Compuware's site, Silk Performer 15 will ship with the plugin for dT version 5.5 those dynaTrace/Silk Performer users will...
View ArticleForum Post: RE: BrowserEngine 38
This makes me wonder - do you (Microfocus) recommend a certain level of OS and a certain level of browser, e.g, IE10? Could one use Chrome with Windows 8? Firefox? Your thoughts, please?
View ArticleForum Post: how to post json format data in silkperformer
There is no client, so have to write the code by hand. I have a code sample in LoadRunner. listed here, Action() { web_custom_request("web_custom_request",...
View ArticleForum Post: RE: how to post json format data in silkperformer
If possible, can give out a similar SilkPerformer sample code?
View ArticleForum Post: RE: BrowserEngine 38
Hi Steve We don't recommend any specific version of IE as long as its part of those in the supported list (7,8,9,10). However your application may have been developed with a specific version of IE in...
View ArticleForum Post: RE: how to post json format data in silkperformer
Hi Json data when recorded from a client is usually in the format of xml representation which can be posted to server like so: WebUrlPostBin(" http://urlofapplication" ;, " xml method...
View ArticleWiki Page: Why do I get the error:OdbcConnect(ODBC: 5 - ODBC error, 08002 (0)...
This error is caused if the connection to the database is already in use because you are trying to use connection details that have already been established. For example, if the OdbcConnect details...
View ArticleWiki Page: Why does my script show calls to Microsoft"s windows update?
SilkPerformer records all browser network traffic, therefore if you use Internet Explorer and it checks for an update then this traffic will be recorded. For Example:...
View ArticleWiki Page: Why does Window Detection in Citrix fail when recording with a...
Window detection only works if the recorder starts a new session. The "reset session on disconnect" setting of the Citrix server needs to be configured correctly. Information on how to configure this...
View ArticleForum Post: RE: how to post json format data in silkperformer
In my opinion the content (sData parameter of WebUrlPostBin()) should be JSON and NOT XML. I don't think Silk Performer does any transformation here.
View ArticleWiki Page: How to change the name which appears in the TrueLog for each API...
It is the timer name which is used in the API call, therefore changing the timer name will change what is displayed in this call. For example changing the following call (on Yahoo):...
View ArticleForum Post: auto-complete not find element when using browser-driven...
On UI, we have an auto-complete text box. Try script runs fine. But when running for less than 5 mins, it starts error on the browserClick when choosing the school full name from the autocomplete drop...
View ArticleForum Post: RE: auto-complete not find element when using browser-driven...
Hi What error occurs and what does the truelog show when the error occurs?
View ArticleForum Post: RE: auto-complete not find element when using browser-driven...
BrowserWaitForProperty(BrowserEngine: 29 - UI element not found ) BrowserClick(BrowserEngine: 29 - UI element not found )
View ArticleForum Post: RE: auto-complete not find element when using browser-driven...
can you upload a truelog? If you cannot I suggest opening a support incident.
View Article