Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×Tricentis Test Management for Jira is feature-rich, but there’s always room for improvement. What additional features or enhancements would you like to see in future updates? Share your feedback and ...
Even the best tools can have issues from time to time. What are some common challenges or problems you’ve encountered with Tricentis Test Management for Jira, and how did you resolve them? Let’s disc...
Agile teams often face unique challenges in test management. Tricentis Test Management for Jira provides features that support Agile methodologies. How has this tool helped your team adapt to Agile p...
Integration with other Jira tools can extend the functionality of Tricentis Test Management. How have you integrated it with tools like Jira Software or Jira Service Management? Discuss any challenge...
Managing test cases within Jira can be incredibly efficient with the right practices. Tricentis Test Management provides various features to enhance this process. What are some best practices you fol...
: One of the standout features of Tricentis Test Management is its customizable reporting capabilities. Whether you need detailed test execution repor...
Are you looking for ways to improve your test management process within Jira? Tricentis Test Management offers a comprehensive solution that integrates seamlessly with Jira. It covers all your needs,...
Hello people, How can I integrate Apidog (https://apidog.com/) with Jira? There is no direct plug-in of Apidog in jira but is there any API or similar to integrate them? Thank you in a...
...ode: public class MyTest { private final UserManager userManager; private final ActiveObjects ao; //@Inject @Autowired public MyTest(@ComponentImport UserManager userManager, @C...
I've generated a new project using atlas-create-bitbucket-plugin. Everything runs fine, except for integration tests. [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elap...
I'm trying to run integration test my test class is @RunWith(AtlassianPluginsTestRunner.class) public class MyClassTestIT extends BaseFuncTest { private ApplicationPropertiesService a...
Hi, The problem I'm facing looks like is caused by PluginEnabledEvent listener in my plugin, which is run at startup and actually performs some work using (among many other components) DefaultStatus...
I am trying to create a simple integration test for a Jira plugin that naviagates to a page and asserts if he url is correct. I tried to create the test in two ways: public class I...
I am trying to create a simple integration test for a Jira plugin that naviagates to a page and asserts if he url is correct. I tried to create the test in two ways: public class I...
I am trying to understand how to create integration tests for plugins for Jira 7.5.x. The process descriped here does no longer work becuase of the switch from JUnit 3 to 4 described here. But I...
I spent the day following a number of apparently out-of-date tutorials and documentation, particularly Run Wired Tests with the Plugin Test Console trying to figure out a usable int...
Hi! My pugin need this dependency in provided scope. <dependency> <groupId>com.atlassian.jira</groupId> <artifactId>jira-rest-plugin</artifactId> &...
I have the following dependencies in my pom.xml file, but can't find the class com.atlassian.jira.functest.framework.FuncTestCase <dependency> <groupId>com.atlassian.jir...
I'm unable to close kita issue. I tried with transition I'd, status id. Nothing is working. I'm using put method rest API. Some one please help me.
Is it possible somehow to run groovy tests using Bamboo or any CI server? At this moment I should go to JIRA and manually run Unit test runner. This is quite uncomfortable.
I've tried the Step 2. Create a Traditional Integration Test from the online tutorial, but failed with "No tests found in class": ------------------------------------------------------- T E S ...
Hi guys! I have a plan with job, the job has two maven tasks. First task may failed or not, second final task performs failed tests from first task. If second task is passed - job should be green. ...
...he class TestBase used in the JIRA example and I don't know how to access confluence() object instead of jira() public class TestCsvSetupPage extends TestBase { @Test public void t...
Hi, Please let us know the exact differnce between "Not a bug" and "Invalid" in Jira Resolution and when it should be used? Thanks, Aravind
...t;scope>test</scope> </dependency> And my test class is along the lines of: @RunWith(AtlassianPluginsTestRunner.class) public class MyTest { S...
Copied to clipboard