# programming tools

Published articles for programming tools.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Smarter acceptance testing with JIRA page objects - Part II

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

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

Author: Dariusz Kordonski

Published: 2011-09-14T00:45:35Z

Content type: article

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>)

Tags: [browser](<https://devfeed.tech/tags/browser.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>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

This article describes Atlassian's work to revamp its in-browser acceptance test suite for the last two JIRA releases by developing a library of reusable page objects. It is part two of a three-part blog series.

### 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 (part...

## 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...