Hi all,
I have many different profile (QA, STG,…) to run our scripts, each profile will run in different test data.
For ex:
Profile QA - will use the test data QA-TestData
Profile STG- will use the test data STG-TestData
How do we config or code for use it in running by command line?
option two, forget about test data binding to test suite and access the test data programaticaly at test case level.
but this will require some not-trivial coding skills (and perhaps writing a custom reporter in adition to a clever binder / iterator)