Wiki Page: Browser Application unable to track Web Page Object
The display of a green border around a DOM object within Silk Performer's Browser Application signifies that the object on the page is now 'tracked'. Tracking is enabled by default within Silk...
View ArticleWiki Page: Calling Data file from Temporary Results directory on Remote...
Upon a remote agent machine during a load test execution or TryAgent test, a temporary folder called LocalData_* is created which will house, temporary project files, including .bex and .ltp files. The...
View ArticleWiki Page: Silk Performer 18.5 Workbench hangs and crashes
There is a known issue within Silk Performer 18.5, which results in amongst other behaviour, the Silk Performer crashing when a large number of files have been added to the project's data files...
View ArticleWiki Page: Logging into Oracle Database using OraLogon functionality fails in...
There is a known issue within Silk Performer 18.0 when upon the Oracle Database server, the sqlnet.ora file contains the following parameter and value: SQLNET.ALLOWED_LOGON_VERSION_SERVER=12 The...
View ArticleWiki Page: Chart Server error "Message = No response"
TM ART's Chart server might show the error "Message = No response" in the System Health screen if unsupported characters are used in Project names. The Chart server logs will also show an entry such...
View ArticleForum Post: How to get HTTP status and user login Token when using Web Driven...
Hi, We're using the Web Driven Browser (SP 18.0 version) in order to monitor some of our Ajax web based sites. Since I'm more familiar with the low lever (HTTP) recordings I've got two questions...
View ArticleForum Post: RE: How to get HTTP status and user login Token when using Web...
Regarding your two points: " as far as I know and see the token data isn't stored anywhere in the code and can't be parsed in True Log" Where is it stored? Or where can it be retrieved from? For point...
View ArticleForum Post: RE: How to get HTTP status and user login Token when using Web...
Hi Jonny, Thanks for the response :) Regarding point 1 - I can see the token inside the True Log break (left side of the True Log tree) but It can't be parsed into a token (as I usually did when...
View ArticleForum Post: RE: How to get HTTP status and user login Token when using Web...
For point 1 do you mean the token is contained in the url? Can you attach an image of where you see the token in the truelog so I can provide a suggestion? Does your page have customer facing error...
View ArticleForum Post: RE: How to get HTTP status and user login Token when using Web...
Hi Jonny, I've attached an image that shows the token in the URL Regarding the second point, right now I'm still working with our Dev team on recording and creating the transaction so no customers...
View ArticleForum Post: RE: How to get HTTP status and user login Token when using Web...
Use BrowserGetUrl function to retrieve the whole url and then StrSearchDelimited to cut out the part you need.
View ArticleForum Post: RE: How to get HTTP status and user login Token when using Web...
The BrowserGetUrl gives me the URL after the login was finished which means that the key is no longer at the URL. Since the application is Angular based (one page application) once the authentication...
View ArticleForum Post: RE: How to get HTTP status and user login Token when using Web...
hi liran, as you are working close with your dev-devteam, can they provide/store the token at some obect/attribute/... within the page? with a BrowserExecuteJavaScript you could retrieve the value....
View ArticleForum Post: RE: How to get HTTP status and user login Token when using Web...
Hi Udo, The login page is Microsoft Azure authentication so I don't think they can assist me :) Thanks, Liran.
View ArticleForum Post: RE: How to get HTTP status and user login Token when using Web...
I don't know if it will clear what I'm looking for but here is an example from Google Development Tools: Request URL: login.microsoftonline.com/.../confirmed Request Method: GET Status Code: 302 Found...
View ArticleForum Post: RE: How to get HTTP status and user login Token when using Web...
MS provides the Azure Active Directory Authentication Libraries for obtaining tokens, so maybe there you can find some JS code to get that value via BrowserExecuteJavaScript.
View ArticleForum Post: loadtestcontroller: 3562 - Unable to compress the result files
Hi All, I am using silk performer 15.5. Load Test completed successfully and after that one of the agent is unable to compress the result files. How to fix this issue. Thanks Gourav Sinha
View ArticleForum Post: RE: loadtestcontroller: 3562 - Unable to compress the result files
Silk Performer 15.5 is very old, the latest version is 18.5 and 19 is due for release shortly. You should upgrade to the latest version and if the issue still occurs then contact support for further...
View ArticleForum Post: During Load test I am not able to see print statement in silk...
Hi While running load test I m not able see print line statement in silk performer 18.0 .but silk performer 16.5 have these features whether this features is not there in 18.0 or can you please suggest...
View ArticleForum Post: RE: During Load test I am not able to see print statement in silk...
Hi, You can use the "-1" parameter in a Print statement to view the output; e.g. Print("Some Info", -1); Alternatively you can use RepMessage or WriteLn. Regards, Neil
View Article