Sending parameters from maven command line to run tests
You might be knowing everyone is suggesting to avoid hardcoding strings inside code like browser url, username, password, environment, which browser etc. So to avoid hard coding, we use external file sources like json, xml or properties file to have all these values in key value pair. so any one who want to run the…