Forum Post: Recording MS Dynamics AX
One of my client's application is build on MS Dynamics AX and hosted in Azzure cloud.The first part is like normal web application and the second part is like thick client.We are unable to record the...
View ArticleForum Post: RE: Recording MS Dynamics AX
Provided the thick client is installed on your machine, you should be able to record the traffic by creating a Silk Performer recorder application profile. This should point to the .exe responsible...
View ArticleForum Post: RE: Recording MS Dynamics AX
And just to add one more thing, if that method is not suitable, you could consider GUI-level testing, DLL integration or a Framework approach. The latter would depend on your access to developers or...
View ArticleWiki Page: Can I replay or test a CAPTCHA as part of my application?
There is usually no way to automate the reading of capthca text fields unless there is a known algorithm from which the correct text can be determined. Captchas like this are specifically designed to...
View ArticleWiki Page: Starting loadtest in Silk Performer, 'LoadtestController: 3004 -...
Under rare circumstances, the 'LoadtestController: 3004 - Memory Allocation Failed' error is returned when, for example, an agent which already has had virtual users assigned through a workload (Agent...
View ArticleForum Post: WebPageSubmitPS(HTTP: 1062
Why do I receive the error WebPageSubmitPS(HTTP: 1062 - HTML form not found., "") when replaying a Peoplesoft script in SilkPerformer 16.0
View ArticleForum Post: RE: WebPageSubmitPS(HTTP: 1062
1062 errors are caused by script customization issues. This issue is being handled though a support incident.
View ArticleForum Post: capturing extra browser traffic
I previously assumed when recording with Silk Performer that it only listened for the silk performer browser application, but the other day, while recording a BDLT script, I needed to look something...
View ArticleForum Post: RE: capturing extra browser traffic
Hi Steve Yes this is normal. Even though a user only intends to record one thing (browser app, or IE or chrome or whatever) the recorder is always ready to listen to any of the processes that are...
View ArticleForum Post: How to suppress cs/jss/ download
I'm using Silk 15.5. How can I suppress the download of cs/jss when I select "Automatically load images" in the profile settings under Web Protocol Level Emulation. I have seen the domain suppress...
View ArticleForum Post: RE: How to suppress cs/jss/ download
Hi avlesk. You can suppress recording by file extension with the built-in recording rules. Go to Settings | System | Recorder | Recording rules. Add a new rule and choose the type 'Suppress Recording...
View ArticleForum Post: RE: How to suppress cs/jss/ download
Hi CiranB - It is not during recording. But I want to do this during replay. I still want Automatically download images features to work and dynamically parse all the embedded resources so that they...
View ArticleForum Post: RE: How to suppress cs/jss/ download
There's no built in function or setting which will allow you to achieve that. You could consider recording at 'Browser level API' and then commenting out the functions manually from your script. You...
View ArticleForum Post: RE: How to suppress cs/jss/ download
CiaranB - I need this in the regular protocol emulation and not in the browser level functions. I'm surprised that the tool doesn't have this feature. Selva
View ArticleForum Post: RE: How to suppress cs/jss/ download
Hi What is the purpose of excluding these files?
View ArticleForum Post: RE: How to suppress cs/jss/ download
The steps added using WebPageAddUrl will be downloaded only if I select "Automatically download images" checkbox in the profile settings. This will also download all embedded resources in the dynamic...
View ArticleForum Post: RE: How to suppress cs/jss/ download
if the content you want to suppress comes from CDN's then the domain suppress function is the correct function to use. css, js jpg and png files are commonly cached items. If you don't include the...
View ArticleForum Post: RE: How to suppress cs/jss/ download
In production, the content will be served by CDN. This will not be the case in load testing environments. They won't have CDN caching enabled and they will be served by root domain. In order to test...
View ArticleForum Post: How to avoid Web cookie set during recording
While recording we get lots of webcookiesets.Please let me know how to avoid this.
View ArticleForum Post: Silkperformer Script color
The web silkperformer scripts are red in colour. Is it possible to change the script color
View Article