Companies Home Search Profile

Xray | Test Managament Tool | JIRA | Automation

Focused View

Ace Automation Academy

10:46:05

0 View
  • 1. Introduction.mp4
    03:46
  • 2. About Ourselves.mp4
    01:07
  • 3. Quick view on the Roadmap.mp4
    09:01
  • 1. Introduction to Devops, Agile, CICD, Sprints, Scrum Teams.mp4
    08:10
  • 2. Introduction to Devops, Agile, CICD, Sprints, Scrum Teams - continued (Tools).mp4
    12:03
  • 1. Create Atlassian account.mp4
    11:39
  • 2. Setting up billing account and adding users.mp4
    10:31
  • 3. How to setup user access & roles within jira by admin.mp4
    05:03
  • 4. Verifying the billing and pricing details of jira by admin.mp4
    04:59
  • 5. Creating team and profile setting including QA engineer.mp4
    03:55
  • 6. Issue types in Jira - structuring the Epics, Stories, Task, Bug including Test.mp4
    14:11
  • 7. Creating Issue Types in Jira as per the Ace Online Products Project.mp4
    06:05
  • 8. Polishing the epics, user stories, tasks.mp4
    04:04
  • 9. Test Task or user stories used to track testing - QA engineer view.mp4
    02:50
  • 10. Test Task or user stories used to track testing - QA engineer view.mp4
    09:52
  • 11. Creation of Product backlog and Sprint in Jira - Teams and QA engineer view.mp4
    13:00
  • 12. Creation of Product backlog and Sprint in Jira - Teams and QA engineer view.mp4
    05:08
  • 13. Sprint backlog, Tasks, Sprint Board - from QA view.mp4
    09:17
  • 1. Whats an API (Application Programming Interface).mp4
    04:01
  • 2. How can the apis be accessed What are the verbs (operations) related to apis.mp4
    02:19
  • 3. What all needs to be validated in APIs.mp4
    03:48
  • 4. Installation of Postman to validate apis - GET, POST, PUT, DELETE - Examples.mp4
    12:19
  • 1. Accessing Jira via REST Apis - Introduction.mp4
    07:16
  • 2. Creating api token and accessing the Jira REST Apis by Authorization.mp4
    14:19
  • 3. [Example] accessing all users via Jira apis.mp4
    03:24
  • 4. Accessing the Issue types of project via Jira apis.mp4
    06:28
  • 5. Accessing a task via Jira API - QA Engineer view.mp4
    09:56
  • 6. Creating a Bug via Jira API - QA Engineer view.mp4
    02:44
  • 1. Installation of Xray ( Test Management Tool) in Jira.mp4
    07:33
  • 2. Issue Types in Xray ( Test Management Tool ).mp4
    06:14
  • 3. Configuring Xray Issue types manually in Team managed Project.mp4
    02:20
  • 4. Configuring Xray Issue types automatically in Company managed Project.mp4
    05:33
  • 5. Kanban board and Scrum board in Company managed Proj.mp4
    04:16
  • 6. Jira apis based on the new project returning response of Xray Issue types.mp4
    03:37
  • 1. Test Application ( AUT ) & Test steps ( Testcases ).mp4
    04:39
  • 2. Enabling the Xray settings before Creating Issues types (Test, TestSet,TestPlan).mp4
    13:35
  • 3. Creating the 'Test' Issue Type based on our testcases (First testcase LoggedIn).mp4
    05:34
  • 4. Creating the Test Issue Type based on Second and Third Testcase.mp4
    03:42
  • 5. Creating the Test Set Issue type to associate 3 Tests.mp4
    02:53
  • 6. Creating the Test Plan Issue type to associate 3 Tests.mp4
    02:45
  • 7. Create the Test Execution Issue type to associate the 2 tests.mp4
    10:05
  • 8. A Quick recap on the Issue types and the mappings that we have created.mp4
    07:33
  • 9. Jira Board from QA engineer perspective -post Issue types are created and mapped.mp4
    03:23
  • 10. Export the cucumber features.mp4
    03:39
  • 11. Clone the 'Test Execution' Issue Type to create the other 'Test Execution' Issue.mp4
    04:06
  • 12. Executing tests inside the Test Execution manually in Jira XRay.mp4
    06:14
  • 1. Introduction to the Xray Apis (REST APis).mp4
    06:53
  • 2. Xray Api ( Generating Authorization Token ) and exporting the cucumber feature.mp4
    10:40
  • 1. Installation of Intellij, Java, Maven.mp4
    19:07
  • 2. Create Project and add cucumber plugin.mp4
    06:21
  • 3. Adding cucumber dependencies in our project.mp4
    06:47
  • 4. Adding Selenium dependency.mp4
    02:35
  • 5. Adding web driver manager.mp4
    06:05
  • 6. Creating folder structure inside the project.mp4
    02:54
  • 7. Adding feature files in the Project.mp4
    05:18
  • 8. Introduction to the Page Object Model framework.mp4
    03:43
  • 9. Adding Pages to our project.mp4
    08:49
  • 10. Adding step definitions in our project.mp4
    03:44
  • 11. Invoking Web driver manager.mp4
    05:34
  • 12. First Test - feature ( Logged in view ) of Ace Online Shoe Portal Application.mp4
    07:48
  • 13. fix the failure in the First Test.mp4
    07:35
  • 14. First Test - completing the first Test.mp4
    21:28
  • 15. Second Test - feature (New Registration view) of Ace Online Shoe Portal Appln.mp4
    14:25
  • 16. Configuring and running Test Runner files - this is required in BDD.mp4
    05:11
  • 17. Starting the Third Test - feature ( General View ) of Ace Online Shoe Portal.mp4
    08:42
  • 18. Continuing the Third Test (General View) of Ace Online Shoe Portal.mp4
    05:34
  • 19. Completing the Third Test (General View).mp4
    04:34
  • 20. a quick look at the cucumber.json report that got generated.mp4
    02:17
  • 21. Adding Xray annoitation in the feature file.mp4
    04:14
  • 1. Introduction to documentation of Xray Integrate wiht Maven Project.mp4
    05:43
  • 2. Practical - Demo Integration of Xray with Maven Project.mp4
    11:01
  • 3. Demo - Integration of Xray with Maven Project - adding the other two tests.mp4
    09:13
  • 1. Why do we need Docker.mp4
    10:18
  • 2. Installation of docker in local machine.mp4
    09:00
  • 3. Quick view of Docker architecture and components.mp4
    10:05
  • 4. Creating Docker file and compose file to run Maven tests containers.mp4
    11:05
  • 5. Adding details of Selenium Docker containers in our docker files and run tests.mp4
    06:35
  • 6. Fixing some failures and re running our docker file again to test.mp4
    02:30
  • 7. Adding some more changes so that all 3 test runs pass in docker containers.mp4
    02:48
  • 1. Why do we need BitBucket and a source code management.mp4
    05:48
  • 2. Providing access privileges to the team members to Bitubucket.mp4
    03:30
  • 3. Email notification to the members once they are provided the access.mp4
    00:32
  • 4. Whats GIT Basics of GIT - General Idea - helps in future videos.mp4
    14:28
  • 5. Verifying if GIT is present in the machine -If not installing GIT in the machine.mp4
    02:40
  • 6. Pushing code into repository using the git commands.mp4
    08:18
  • 7. Process of raising pull requests in Bitbucket and merge code in master branch.mp4
    11:13
  • 1. Create new aws account and create the code pipeline.mp4
    12:49
  • 2. Adding the buildspec file and running the test in pipeline to reflect in Xray.mp4
    13:22
  • 3. Creating bitibucket pipelines.mp4
    07:41
  • 4. Fixing the bit-bucketpipeline.mp4
    01:54
  • 5. Running bitbucket pipelines successfully post fixing.mp4
    02:57
  • 6. CICD.mp4
    13:21
  • Description


    JIRA,Manual+Automation Testing,Selenium,Scrum,Kanban,Agile,Xray,Bitbucket, APIs,Docker,AWS,BDD,Cucumber

    What You'll Learn?


    • How to use Xray Test Management tool along with Jira
    • How to access the Xray Jira APIs to use it programmatically to update the issue types
    • Understand and use Issue types in Xray setting for Manual Testing
    • Automation testing using Xray and integrate with BDD framework of Selenium
    • Use Xray, Maven integration along with the Software Development framework
    • Idea about using Jira, Xray, Java, Selenium, BDD framework
    • Create Jira Cloud instance and use Jira for Project management
    • How to access the Jira APIs to use it programmatically to update the issue types
    • Learn about APIs, API Testing, Docker, AWS along with Xray
    • Scrum, Scrum Teams. Agile, Devops, Continuous Integration, Continuous Deployment, Continuous Testing
    • Jira Apis Automation using REST Assured
    • Integration with Bitbucket and AWS cloud codepipeline
    • Test Reporting in AWS Codepipeline

    Who is this for?


  • Manual Test Engineers
  • Automation Test Engineers
  • Test Automation Leads
  • Test Automation Managers
  • Test Automation Architects
  • Software Developers
  • Software engineers
  • Scrum Masters
  • Software Programmers
  • Software Development Engineer in Test
  • What You Need to Know?


  • Basic knowledge about software testing
  • More details


    Description


    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

    1. Introduction to the Agile, Scrum, Devops, CI/CD concepts,

    2. Setup the Jira cloud instance, provide access to all team members -setup tasks, kanban board and much more

    3. Basics about APIs (Application programming interface)

    4. Set up tasks, bugs in Jira, setup Kanban - QA + admin view

    5. Access the Jira via Apis

    6. Request for Xrayr plugin to get added in Jira, access the apis

    7. Use Bitbucket source code management for test automation

    8. Setup Selenium web driver  with BDD Framework in the best practices Test Automation framework.

    9. Use docker for testing the selenium test

    10. Use AWS environment for Test Automation framework

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


    Who this course is for:

    • Manual Test Engineers
    • Automation Test Engineers
    • Test Automation Leads
    • Test Automation Managers
    • Test Automation Architects
    • Software Developers
    • Software engineers
    • Scrum Masters
    • Software Programmers
    • Software Development Engineer in Test

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Ace Automation Academy
    Ace Automation Academy
    Instructor's Courses
    I am an Australian based Automation Architect with more than 12 years experience and passionate about Test Automation and latest Test Automation Trends, i have extensive experience in Software Testing and have worked and delivered to Enterprise Clients within Europe (UK), Africa (Ghana), Asia Pacific (Hongkong, Australia).Currently Leading, Designing, Building Test Automation frameworks for a leading Australian based technology solution provider - with Test Automation Frameworks involving:Tricentis Tosca, Selenium, Rest Sharp, Jenkins, Azure DevOps, Cypresshaving extensive experience in the areas of different software challenges, my outlook and approach to resolving some of the complex testing challenges has been worth taking note. Have lead / mentored team in the large as well small testing team across Software companies spanning in Indian as a well Asia Pacific regions
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 92
    • duration 10:46:05
    • Release Date 2024/11/20