I want to use JIRA to create, collect and run automated unit tests. I understand there are plugins available that will allow this, however everything i've seen so far relates to testing Java code, which isn't relevant to the developers skills.
We work in a data warehouse and all unit tests are currently written as SQL queries. Ideally, I'd like the developers to be able to create an SQL query in JIRA that would run at the click of a button along a whole host of other tests that would then produce an overview of tests run versus past and failed.
It's probably possible to create a unit test that would use Java to execute the SQL query and the developer would just have to insert their query into the unit test, in among all the other Java code, but this is not an acceptable solution. The developers should just see, at the creation of the test, the query and the expected value and nothing else.
Has anyone done anything like this at all?
Aucun commentaire:
Enregistrer un commentaire