
Explore the roadmap to integrate x ray with Jira, covering devops, agile, Jira APIs, test management, and Docker-based automation with AWS and Bitbucket.
Create and configure an Atlassian Jira account, set up a Kanban project, customize project details, assign admin and member roles, and add team members while understanding the three available plans.
Set up a Jira billing account, upgrade to standard with a 14-day free trial, and manage project access by adding users with roles from admin to viewer.
Verify Jira billing as an admin by viewing the billing preview, noting the standard plan with four licenses and a 14-day free trial, then compare cloud and data center pricing.
Update your Atlassian profile with a photo. Create the team aces and add members Ben Parker, Amr, and Fong; assign roles, header images, and descriptions to reflect team activity.
Learn how Jira structures work with issue types—epic, user story, task, and bug—to map a product backlog and enable end-to-end testing from frontend to backend.
Explore how epics, user stories, tasks, and bugs form a hierarchy of Jira tickets, and how QA engineers and the development team collaborate to track test tasks linked to stories.
Explore how testers use user stories and test tasks in Jira to track progress from to do to in progress to test and done, with Kanban and Scrum concepts.
Create and organize a Jira product backlog with epics, user stories, and test tasks, then define and manage two-week sprints using kanban and scrum templates.
Explore how Jira agile boards manage product backlog and sprint planning from a teams and QA engineer view, including test automation tasks and execution cycles with X-ray or Zephir.
Explore Jira sprint planning, backlog management, and board visibility from admin to QA, with notifications, watchers, history, and Sapphire plugin for test execution.
Understand what an API is, how front-end GUI communicates with back-end systems and third-party services via reusable APIs, and why testing them precedes UI development.
Validate api responses by checking status codes and response bodies for get, post, put, and delete operations, ensuring correct base URL, endpoint URL, and JSON request bodies.
Explore how Jira's private rest APIs manage issues, users, and projects with get and post operations, secured by authentication and authorization.
Learn to access Jira APIs via authorization and authentication, generate an API token, and retrieve project details for the AOP project using Postman.
Learn to access Jira user APIs with the get all users endpoint, use postman to fetch active user details, and save and rename the request for reuse.
Explore accessing Jira issue types via rest APIs, retrieving epic, bug, story, task, and sub task, using Postman to verify 200 responses and read JSON with a viewer.
Learn to create a bug via the Jira API by duplicating a task payload, selecting the bug type (id 10,006), and sending a post request with a 201 created response.
Learn how Xray integrates with Jira to manage testing with issue types like tests, test sets, test plans, preconditions, and test executions in agile qa workflows.
Learn to manually configure Xray issue types for a team managed project by adding an issue type and uploading a matching icon in JIRA.
Explore how a company-managed Jira project displays kanban and scrum boards, migrated tasks and issue types, and how to query the Ace project with the Jira API.
Demonstrates querying a company-managed Jira project to retrieve Xray issue types, including task, sub-task, story, bug, epic, and Xray entities like test, test plan, test execution, and preconditions.
Enable Xray settings before creating test, test set, and test plan issue types; configure cucumber as default and define environments to support manual and cucumber tests in Xray.
Create the 'test' issue type for the second and third test cases by adding new user registration and general user views, with cucumber scenarios and backlog assignments.
Create a new test set issue type and add existing tests to it, then move the test set between backlog and sprint to organize tests by business functionality.
Create a test plan to group and associate three tests—the logged-in user, the new registration, and the general view—into an integration test plan.
Create a test execution issue type, associate it with a test plan, add and manage test cases in sprints, enabling reusable, traceable quality assurance across teams.
Recap how X-ray in Jira uses test sets, preconditions, test plans, and test executions; learn how tests are mapped and reusable across sprints to avoid duplication.
Export cucumber feature files from test executions within a test plan, including given-when-then and background steps, then download as a zip.
Explore Xray rest apis and how they differ from Jira apis, enabling faster bulk operations and automated test management via Postman, while examining test runs, associations, and execution details.
Discover how to authenticate with the X-ray rest APIs, generate an authorization token using API keys (client ID and secret), and export cucumber tests via the X-ray API.
Install IntelliJ Idea Community Edition on your local machine, then verify Java and Maven are properly configured with environment variables so mvn version works.
Set up IntelliJ with Java and Maven, create a Selenium cucumber project, map the JDK. Install Cucumber plugins (Cucumber Plus and Cucumber for Java) and add dependencies in pom.xml.
Add cucumber dependencies to a Maven project by selecting matching cucumber Java, cucumber core, and cucumber JUnit versions (6.11.1), updating the pom.xml dependencies, and loading Maven changes.
Learn how WebDriver Manager keeps Selenium chrome driver in sync with your Chrome browser, avoiding manual updates by automatically selecting the correct driver via Maven.
Structure test cases as cucumber feature files in the features folder, using given–when–then for login and new user registration to build reusable steps with a page object model.
Clear cached results and run mvn clean and mvn test to fix the test failure. Update the login locator from xpath to link text and rebuild to verify browser automation.
This lecture demonstrates debugging an end-to-end test for the Ace online shoe portal, refining XPath and IDs, and building reusable login and registration steps.
Configure and run the test runner for BDD by editing configurations, adding cucumber options, and wiring cucumber class with JUnit; observe sequential test execution with passes and a known failure.
design and configure the third test for the general view on the Ace Online Shoe Portal, inspecting elements, creating online products steps, and validating a web table value.
Continuing third test, this lecture shows inspecting formal shoes web table on the online products page, extracting first row and first column text with XPath, and validating with assert equals.
Explore the cucumber.json report generated alongside the cucumber html, and learn how the cucumber.json file enables X-ray API integrations for test management in Jira.
Add the xray annotation in the feature file to let xray identify the test and create a new test execution for each run using the @test_ac-14 tag.
Integrate x ray with a maven project by configuring pom.xml with client id, secret, and Ace key, run mvn clean compile test x ray import results to create jira executions.
Have you been tasked by your company to figure out how to use JIRA along with Xray Test Management Tool for testing and setting up test automation framework with (Selenium + Bitbucket + AWS), access JIRA, Xray plugins via apis in your agile software projects?
Are you tired of looking for quick and easy ways to implement testing and how to setup features, providing access to users, how to use zephyr, how to use the bitbucket for source code management, access jira apis to help you streamline your agile projects, only to find boring technical explanations with complex, hard to understand videos?
Then look no further.
This Course provides step to step details about
Introduction to the Agile, Scrum, Devops, CI/CD concepts,
Setup the Jira cloud instance, provide access to all team members -setup tasks, kanban board and much more
Basics about APIs (Application programming interface)
Set up tasks, bugs in Jira, setup Kanban - QA + admin view
Access the Jira via Apis
Request for Xrayr plugin to get added in Jira, access the apis
Use Bitbucket source code management for test automation
Setup Selenium web driver with BDD Framework in the best practices Test Automation framework.
Use docker for testing the selenium test
Use AWS environment for Test Automation framework
GIT source code management
Yes — you heard that right, Jira is not good for tracking testing or for the matter of fact for Quality Assurance. Don't get me wrong Jira is a great agile tool and heavily adapted in an industry where enterprises look for one stop shop for the Agile management of Epics, User Stories, Tasks and track the timelines of multiple projects as well as maintain documentation. Jira has a great way to depict Scrum timelines, representation of quantifying work, KANBAN Boards where you do everyday Stand-ups and know whether Project will get delivered or not.
Jira gets its special place in enterprises as its easily & securely gets integrated with Atlassian products like Confluence, Bit-Bucket, Trello. But as a QA in an agile team you would find difficulty in adapting Jira as test tracking tool. Ask a QA about how close are we to complete testing — and he/she would probably be unsure. Yes sure, you can close a Task and mention that the Test for the User story is complete. But when you look back and try to represent or quantify how many tests you did probably you need a better mechanism.
Adoption of a better Test management tool plugin like Zephyr or Xray is very much needed so that you as a QA can represent the test case planning and execution. Quality Assurance is a mission critical process inside Project management which helps to understand how matured Quality-wise the Product has been developed if ready to ship to the customer who are the end users. Marking as the Task or in-fact User Story as done does not the guarantee the total coverage as well give the full big picture about Quality.
use the below coupon code to reduce the price: (valid until 17th June 2026)
2937A255C8F1DC78CBB9