Automated (Selenium) tests for Jira?

Timothy Harris January 23, 2015

I was wondering if Atlassian provided any Automated UI tests for Jira? Say Selenium?

I would assume Atlassian has automated tests for Jira. Some standard stuff like issue creation and so on. It would be a great service if they could be shared.

That way us that have a Jira installation could use/modify them with our installations. Would be great for automating the testing of upgrades and such.

2 answers

1 vote
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 25, 2015

We avoid Selenium testing except for very specific UI interactions. Our integration testing uses GINT - Groovy Integration Test Framework and most is non-selenium especially for basics like issue creation, workflow testing, etc...  Feature - JIRA testing has an example. When we need selenium, we use How to run Selenium as a GINT test and specific support built in for JIRA (SeleniumHelperForJira). For the later, unfortunately there are no examples or documentation (GINT-81) yet sad and our tests that use that support are not public. 

0 votes
Daniel Wester
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 25, 2015

They're in the source code of JIRA. There are a couple of tutorials over at https://developer.atlassian.com/docs/faq/writing-your-first-plugin-faq/tips-for-functional-tests-with-selenium

Suggest an answer

Log in or Sign up to answer