# Smarter acceptance testing with JIRA page objects - Part I

DevFeed: [Smarter acceptance testing with JIRA page objects - Part I](<https://devfeed.tech/articles/smarter-acceptance-testing-with-jira-page-objects-part-i-35665.md>)

Original publisher: [Read original article](<http://blogs.atlassian.com/developer/2011/09/smarter-acceptance-testing-with-jira-page-objects-part-one.html>)

Author: Dariusz Kordonski

Published: 2011-09-06T23:15:30Z

Content type: tutorial

Language: en

Sources: [Atlassian Developer Blog](<https://devfeed.tech/sources/atlassian-developer-blog.md>)

Topics: [Testing](<https://devfeed.tech/topics/testing.md>), [jira](<https://devfeed.tech/topics/jira.md>), [Library](<https://devfeed.tech/topics/library.md>), [browser](<https://devfeed.tech/topics/browser.md>), [test](<https://devfeed.tech/topics/test.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [browser](<https://devfeed.tech/tags/browser.md>), [developing](<https://devfeed.tech/tags/developing.md>), [java](<https://devfeed.tech/tags/java.md>), [jira](<https://devfeed.tech/tags/jira.md>), [library](<https://devfeed.tech/tags/library.md>), [programming-tools](<https://devfeed.tech/tags/programming-tools.md>), [series](<https://devfeed.tech/tags/series.md>), [test](<https://devfeed.tech/tags/test.md>), [testing](<https://devfeed.tech/tags/testing.md>)

## AI overview

The article introduces a three-part series about revamping JIRA's in-browser acceptance test suite by developing a library of reusable page objects.

## Source excerpt

For the last two JIRA releases we have been working hard to revamp our in-browser acceptance test suite by developing a library of reusable page objects. In this three-part blog series...