Consistently Posting About Inconconsistency
I have a very simple script (keyword) that logs onto an application, does a few validations and calls it a day.
It is a foundation script I call to do other tests. (Certain User Profile)
It runs fine and then a nice weekend away and I get back to work and it doesn't work again.
sys.browser."iexplore" does not exist.
This is a major sticking point when evaluating this application. It is consistently inconsistent.
I re-recorded the script and it is working fine. That is contrary to our stated goal as we do not want to keep re recording tests.
Then perhaps when you come in on Monday, the browser isn't started so the test fails, but when you are running it during the week, the browser is there, having been left over from another test.
Best practice is to have the test or project open the browser that it needs and then close everything before it exits.