Forum Discussion
Thank you very much for the Updates
Most of our applications are web based. Some are implemented using Angular JS and some are implemented using Groovy.
Whenever the new version of the apps come out then most of the time browser do not completely pick up the new changes in web apps. We have to clear the browser cache and history then new apps work correctly in the browser.
Now we are planning to automate those apps using TestComplete using -JavaScript .
Due to the above issue if we don't clean the browser cache then the script will fail or will not work correctly.
Thanks
NG
Actually, that sounds like a design flaw... if a script has changed on a web page since the last time a user accessed the web page, the user should get an updated copy without needing to clear the cache. I mean, if I went to Amazon and it was depending upon what I had stored locally in my cache with regards to their script code, then I probably would experience all sorts of errors.