MarkSchofer
4 years agoFrequent Contributor
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...
- 4 years ago
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.