I have 2 login test that are identical, the difference being the credentials used (internal vs external user). I will eventually data drive but for now I am hardcoding the credentials. The problem I am facing is when I update the credentials for one test, the credentials for the other gets updated as well. How do I make my updates applicable to just one test?
Just an update to my problem. The 2nd test was copied from the first. Any updates to any test, results in those updates taking effect in the other test. I want to be able to independently update the test.