SlideShare uma empresa Scribd logo
1 de 59
Baixar para ler offline
Vitor Pelizza
Tech Lead @ Test Management for Jira
vpelizza@adaptavist.com
About Adaptavist
• Atlassian Solution Partner for Enterprise
• Platinum Solution Partners having met Atlassian’s highest training criteria and have a proven practice that
can scale to the largest Enterprise customers.
• Exclusively focused on Atlassian solutions
• Resourced to manage a wide range of support requirements, implementations, and customer specific
solutions.
• Go to Experts within Atlassian Ecosystem
• Adaptavist have been working with the Atlassian toolset since 2005 and seen as a ‘go-to’ expert for
strategy, implementation and support services with 23 apps on the Atlassian marketplace
Why Test?
Why
Test?
Why Test?
Can we manage tests in Jira?
Track testing progress and
software quality
Foster collaboration and visibility of both
traditional and agile teams
Integrate with test
automation
With our powerful REST API
Full-featured test
management solution
Seamlessly integrated into Jira's user interface.
No need to learn - or switch between - different
environments
Test
Management
for Jira
Versioning
Versioning for
test cases
Version allows teams to
collaborate and manage
multiple versions of test
cases in parallel while
keeping data integrity and
providing an audit history of
changes. Versions can be
viewed and compared for
audit purposes
Shared steps
Share steps
between test cases
to eliminate
duplication
When creating new tests or
editing existing tests, it is
possible to reuse test steps from
other existing tests from any Jira
project. This feature can save
time and eliminate duplication
Impact analysis
Enhanced
traceability for
coverage and
impact analysis
Powerful traceability
capabilities and reports which
lets you focus on test coverage
and root cause analysis
Know ahead of time how a
change is going to impact
requirements and test cases
DEMO
• Atlassian Verified
• Top reviewed add-on for Testing & QA
• Perfect for agile & traditional testing approaches
• Better usability & familiar user interface
• Fast & friendly support
• User centric roadmap
• Monthly releases
Why businesses of all sizes choose Test Management for Jira
Enterprise Ready and Ready to Go
Cloud Server Datacenter
Cloud Server Datacenter
Enterprise Ready and Ready to Go
Adaptavist Toolchain Integration with the Atlassian Ecosystem
Vitor Pelizza
vpelizza@adaptavist.com
Questions?
Find out more and start a trial at
adaptavist.com/atlassian-apps/test-management-for-jira/
Thank you
Храним тесты в JIRA:
обзор плагинов
Кто я?
• Юля
• QA Lead @ ALM Works
• Люблю кофе
• Предпочитаю среды
понедельникам
О чем доклад?
• У нас уже есть JIRA. Куда
писать тесты?
• Как много всего. Что же
выбрать?
У меня есть JIRA
и есть тесты. Как
бы их
соединить?
сделать все
ручками. нужна
только JIRA
Хранить тесты в
стороннем
приложении с
коннектором для
JIRA
Хранить тесты
прямо в JIRA с
использованием
плагинов
JIRA: Настраиваем сами
• Cоздаем отдельный тип
задачи (Test)
• Создаем свой workflow
• Настраиваем custom
fields
• Долгo, муторно, сложно с
переиспользованием
• Дешево (если не
учитывать время :)
JIRA: Готовый Workflow
Test Case Workflow
Стороннее приложение с коннетором
• Большой выбор
• Тесты живут в
стороннем приложении
• Ничего не нужно
переносить при смене
трекера
Hiptest
qTest
PractiTest
Enterprise Tester
Test Lodge
Zephyr Enterprise
QMetry
Moqa
• Быстро проставлять
результаты тесто
• Всмотреть количество тестов
по статусам
• Доступен для iOS, Android
• Интеграция с Test Rail,
Structure.Testy
Готовые плагины для JIRA
• Все в одном месте, не
нужно менять контекст,
прозрачность работы
• Как правило недешево
(стоимость по JIRA
лицензии)
• В Cloud версии выбор
небольшой
Intriguing
Zephyr for JIRA + ZAPI
Xray
Adaptavist Test Management
(Kanoah Tests)
QA Space
Structure.Testy
Рассказывайте нам о
ваших предложениях
и наших багах
Подписывайтесь на наш
канал
Пишите письма:
ja@almworks.com
https://www.youtube.com/ALMWorksChannel
Testing
process & tools
Anzhelika Deryabina, Associate QA Engineer
St Petersburg, March 2018
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
Agenda
Itiviti: testing process, principles
Continuous Delivery Pipeline
Test Quadrant
Atlassian tools for Continuous Delivery
Bug reporting
JIRA Issue Workflow
General
Test Case Template
Test Case
Test Plan
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
Continuous Delivery
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
Continuous Delivery Pipeline
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
Test Quadrant
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
Atlassian
Bug Reporting
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
How to report a bug?
Search for a duplicate
key
component
version
text ~ "crash" and component = “component_name" and project = “project_name" and
affectedVersion in (“v1", “v2.3")
Collect logs
Project, component
Provide a descriptive summary of the issue to conceptually understand the problem
Attach screenshots
Steps to reproduce
Expected result and actual result
Links to related cases
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
Bug report Example
JIRA Issue Workflow
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
JIRA Issue Workflow
Workflow Issue Types
Default workflow • Bug
• Improvement
• New Feature
• Performance improvement
• Performance regression
• Task
• Sub-Task
Test Case • Test Case
Test Plan • Test Plan
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
General Workflow
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
General Concept
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
Test Case Template Workflow
1. Create/update Test Cases
2. Define list of steps, group steps
3. Categorize test using test type, version
4. Connect tests with requirements
5. Test Progress of all executable copies
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
Test Case Template Example
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
Test Case Workflow
"In Progress" -> "Passed":
1. All steps should have status. (find the empty statuses)
2. Any steps has not to be on "In Progress"
3. Any steps has not to be on "Failed"
"In Progress" -> "Failed":
1. All steps should have status. (find the empty statuses)
2. Any steps has not to be on "In Progress"
3. One or more steps should to be in "Failed" status.
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
Test Case Example
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
Test Plan Workflow
1. Create, copy Test Plan
2. Create, update, assign Test Cases
3. Connect Test Plan with requirements/defects
4. Track progress
5. Aggregate Defects
6. Estimate and log work using JIRA Time Tracking
7. Group Test Cases under Test Plan
© Itiviti AB. All Rights Reserved. Proprietary and Confidential.
Test Plan Example
itiviti.com

Mais conteúdo relacionado

Mais procurados

Knowing Where to Tap
Knowing Where to TapKnowing Where to Tap
Knowing Where to TapQASymphony
 
Selenium certification program
Selenium certification programSelenium certification program
Selenium certification programshivramm
 
Diving into the World of Test Automation The Approach and the Technologies
Diving into the World of Test Automation The Approach and the TechnologiesDiving into the World of Test Automation The Approach and the Technologies
Diving into the World of Test Automation The Approach and the TechnologiesQASymphony
 
The New Gives and Takes in a testers role
The New Gives and Takes in a testers role The New Gives and Takes in a testers role
The New Gives and Takes in a testers role Agile Testing Alliance
 
Testing and DevOps Culture: Lessons Learned
Testing and DevOps Culture: Lessons LearnedTesting and DevOps Culture: Lessons Learned
Testing and DevOps Culture: Lessons LearnedLB Denker
 
Fail Fast and Win with Continuous Testing: Uri Scheiner – Jenkins World
Fail Fast and Win with Continuous Testing: Uri Scheiner – Jenkins WorldFail Fast and Win with Continuous Testing: Uri Scheiner – Jenkins World
Fail Fast and Win with Continuous Testing: Uri Scheiner – Jenkins WorldCA Technologies
 
Kari Kakkonen - Knowit Agile Quality Service
Kari Kakkonen - Knowit Agile Quality ServiceKari Kakkonen - Knowit Agile Quality Service
Kari Kakkonen - Knowit Agile Quality ServiceKari Kakkonen
 
Managers, Future Proof Your Automation
Managers, Future Proof Your AutomationManagers, Future Proof Your Automation
Managers, Future Proof Your AutomationSauce Labs
 
Virtual Dreamin Salesforce DevOps Top 10
Virtual Dreamin Salesforce DevOps Top 10Virtual Dreamin Salesforce DevOps Top 10
Virtual Dreamin Salesforce DevOps Top 10Richard Clark
 
Selenium Certification
Selenium CertificationSelenium Certification
Selenium CertificationVskills
 
QA team transition to agile testing at Alcatel Lucent
QA team transition to agile testing at Alcatel LucentQA team transition to agile testing at Alcatel Lucent
QA team transition to agile testing at Alcatel LucentAgileSparks
 
Saying Goodbye to Quality Center
Saying Goodbye to Quality CenterSaying Goodbye to Quality Center
Saying Goodbye to Quality CenterQASymphony
 
Test Automation for Data-Centric Applications
Test Automation for Data-Centric ApplicationsTest Automation for Data-Centric Applications
Test Automation for Data-Centric ApplicationsTechWell
 
Continuous delivery its not about the technology, its about the people. @sats...
Continuous delivery its not about the technology, its about the people. @sats...Continuous delivery its not about the technology, its about the people. @sats...
Continuous delivery its not about the technology, its about the people. @sats...Tomas Riha
 
Extending JIRA to Enable High Volume KPI Benchmarking - Keyur Patel
Extending JIRA to Enable High Volume KPI Benchmarking - Keyur PatelExtending JIRA to Enable High Volume KPI Benchmarking - Keyur Patel
Extending JIRA to Enable High Volume KPI Benchmarking - Keyur PatelAtlassian
 
DevOps Kaizen: Practical Steps to Start & Sustain a Transformation
DevOps Kaizen: Practical Steps to Start & Sustain a TransformationDevOps Kaizen: Practical Steps to Start & Sustain a Transformation
DevOps Kaizen: Practical Steps to Start & Sustain a Transformationdev2ops
 

Mais procurados (20)

Knowing Where to Tap
Knowing Where to TapKnowing Where to Tap
Knowing Where to Tap
 
Agile ncr2016 ppt
Agile ncr2016 pptAgile ncr2016 ppt
Agile ncr2016 ppt
 
Selenium certification program
Selenium certification programSelenium certification program
Selenium certification program
 
Diving into the World of Test Automation The Approach and the Technologies
Diving into the World of Test Automation The Approach and the TechnologiesDiving into the World of Test Automation The Approach and the Technologies
Diving into the World of Test Automation The Approach and the Technologies
 
The New Gives and Takes in a testers role
The New Gives and Takes in a testers role The New Gives and Takes in a testers role
The New Gives and Takes in a testers role
 
Testing and DevOps Culture: Lessons Learned
Testing and DevOps Culture: Lessons LearnedTesting and DevOps Culture: Lessons Learned
Testing and DevOps Culture: Lessons Learned
 
Fail Fast and Win with Continuous Testing: Uri Scheiner – Jenkins World
Fail Fast and Win with Continuous Testing: Uri Scheiner – Jenkins WorldFail Fast and Win with Continuous Testing: Uri Scheiner – Jenkins World
Fail Fast and Win with Continuous Testing: Uri Scheiner – Jenkins World
 
Kari Kakkonen - Knowit Agile Quality Service
Kari Kakkonen - Knowit Agile Quality ServiceKari Kakkonen - Knowit Agile Quality Service
Kari Kakkonen - Knowit Agile Quality Service
 
Managers, Future Proof Your Automation
Managers, Future Proof Your AutomationManagers, Future Proof Your Automation
Managers, Future Proof Your Automation
 
Dev ops
Dev opsDev ops
Dev ops
 
Virtual Dreamin Salesforce DevOps Top 10
Virtual Dreamin Salesforce DevOps Top 10Virtual Dreamin Salesforce DevOps Top 10
Virtual Dreamin Salesforce DevOps Top 10
 
Selenium Certification
Selenium CertificationSelenium Certification
Selenium Certification
 
QA team transition to agile testing at Alcatel Lucent
QA team transition to agile testing at Alcatel LucentQA team transition to agile testing at Alcatel Lucent
QA team transition to agile testing at Alcatel Lucent
 
Saying Goodbye to Quality Center
Saying Goodbye to Quality CenterSaying Goodbye to Quality Center
Saying Goodbye to Quality Center
 
Test Automation for Data-Centric Applications
Test Automation for Data-Centric ApplicationsTest Automation for Data-Centric Applications
Test Automation for Data-Centric Applications
 
Continuous delivery its not about the technology, its about the people. @sats...
Continuous delivery its not about the technology, its about the people. @sats...Continuous delivery its not about the technology, its about the people. @sats...
Continuous delivery its not about the technology, its about the people. @sats...
 
What is Agile Testing?
What is Agile Testing? What is Agile Testing?
What is Agile Testing?
 
About Agile Testing Alliance (ATA)
About Agile Testing Alliance (ATA)About Agile Testing Alliance (ATA)
About Agile Testing Alliance (ATA)
 
Extending JIRA to Enable High Volume KPI Benchmarking - Keyur Patel
Extending JIRA to Enable High Volume KPI Benchmarking - Keyur PatelExtending JIRA to Enable High Volume KPI Benchmarking - Keyur Patel
Extending JIRA to Enable High Volume KPI Benchmarking - Keyur Patel
 
DevOps Kaizen: Practical Steps to Start & Sustain a Transformation
DevOps Kaizen: Practical Steps to Start & Sustain a TransformationDevOps Kaizen: Practical Steps to Start & Sustain a Transformation
DevOps Kaizen: Practical Steps to Start & Sustain a Transformation
 

Semelhante a Atlassian user group in itiviti

Test Automation using UiPath Test Suite - Developer Circle Part-3 - 07262022.pdf
Test Automation using UiPath Test Suite - Developer Circle Part-3 - 07262022.pdfTest Automation using UiPath Test Suite - Developer Circle Part-3 - 07262022.pdf
Test Automation using UiPath Test Suite - Developer Circle Part-3 - 07262022.pdfDiana Gray, MBA
 
Webinar: "5 semplici passi per migliorare la Quality e i processi di Test".
Webinar: "5 semplici passi per migliorare la Quality e i processi di Test".Webinar: "5 semplici passi per migliorare la Quality e i processi di Test".
Webinar: "5 semplici passi per migliorare la Quality e i processi di Test".Emerasoft, solutions to collaborate
 
[Webinar] Test First, Fail Fast - Simplifying the Tester's Transition to DevOps
[Webinar] Test First, Fail Fast - Simplifying the Tester's Transition to DevOps[Webinar] Test First, Fail Fast - Simplifying the Tester's Transition to DevOps
[Webinar] Test First, Fail Fast - Simplifying the Tester's Transition to DevOpsKMS Technology
 
The DevOps Dance - Shift Left, Shift Right - Get It Right
The DevOps Dance - Shift Left, Shift Right - Get It RightThe DevOps Dance - Shift Left, Shift Right - Get It Right
The DevOps Dance - Shift Left, Shift Right - Get It RightInflectra
 
No Devops Without Continuous Testing
No Devops Without Continuous TestingNo Devops Without Continuous Testing
No Devops Without Continuous TestingParasoft
 
OOW15 - Testing Oracle E-Business Suite Best Practices
OOW15 - Testing Oracle E-Business Suite Best PracticesOOW15 - Testing Oracle E-Business Suite Best Practices
OOW15 - Testing Oracle E-Business Suite Best Practicesvasuballa
 
SpiraTest Overview Presentation (2019)
SpiraTest Overview Presentation (2019)SpiraTest Overview Presentation (2019)
SpiraTest Overview Presentation (2019)Inflectra
 
Best Practices for a Repeatable Shift-Left Commitment
Best Practices for a Repeatable Shift-Left CommitmentBest Practices for a Repeatable Shift-Left Commitment
Best Practices for a Repeatable Shift-Left CommitmentApplause
 
Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...
Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...
Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...Emtec Inc.
 
KeytorcTestTalks #11 - Onur Başkirt, Agile Test Management with Testrail
KeytorcTestTalks #11 - Onur Başkirt, Agile Test Management with Testrail KeytorcTestTalks #11 - Onur Başkirt, Agile Test Management with Testrail
KeytorcTestTalks #11 - Onur Başkirt, Agile Test Management with Testrail Keytorc Software Testing Services
 
QA Club Kiev 18 - Test Management and Approaches
QA Club Kiev 18 - Test Management and ApproachesQA Club Kiev 18 - Test Management and Approaches
QA Club Kiev 18 - Test Management and ApproachesQA Club Kiev
 
Qualitia - Scriptless Test Automation Platform
Qualitia - Scriptless Test Automation PlatformQualitia - Scriptless Test Automation Platform
Qualitia - Scriptless Test Automation PlatformMonica Paul
 
Salesforce Continuous Integration with AutoRABIT
Salesforce Continuous Integration with AutoRABITSalesforce Continuous Integration with AutoRABIT
Salesforce Continuous Integration with AutoRABITVishnu Raju Datla
 
Microsoft ALM Support - Testing Perspective
Microsoft ALM Support - Testing PerspectiveMicrosoft ALM Support - Testing Perspective
Microsoft ALM Support - Testing PerspectiveDeepu S Nath
 
A confused tester in agile world finalversion
A confused tester in agile world finalversionA confused tester in agile world finalversion
A confused tester in agile world finalversionAshish Kumar
 
Exploratory testing using heuristics
Exploratory testing using heuristicsExploratory testing using heuristics
Exploratory testing using heuristicsMichelle Lagare, CSM
 
Advanced A/B Testing at Wix - Aviran Mordo and Sagy Rozman, Wix.com
Advanced A/B Testing at Wix - Aviran Mordo and Sagy Rozman, Wix.comAdvanced A/B Testing at Wix - Aviran Mordo and Sagy Rozman, Wix.com
Advanced A/B Testing at Wix - Aviran Mordo and Sagy Rozman, Wix.comDevOpsDays Tel Aviv
 
The QA/Testing Process
The QA/Testing ProcessThe QA/Testing Process
The QA/Testing ProcessSynerzip
 
Testing Java EE Applications Using Arquillian
Testing Java EE Applications Using ArquillianTesting Java EE Applications Using Arquillian
Testing Java EE Applications Using ArquillianReza Rahman
 

Semelhante a Atlassian user group in itiviti (20)

Test Automation using UiPath Test Suite - Developer Circle Part-3 - 07262022.pdf
Test Automation using UiPath Test Suite - Developer Circle Part-3 - 07262022.pdfTest Automation using UiPath Test Suite - Developer Circle Part-3 - 07262022.pdf
Test Automation using UiPath Test Suite - Developer Circle Part-3 - 07262022.pdf
 
Webinar: "5 semplici passi per migliorare la Quality e i processi di Test".
Webinar: "5 semplici passi per migliorare la Quality e i processi di Test".Webinar: "5 semplici passi per migliorare la Quality e i processi di Test".
Webinar: "5 semplici passi per migliorare la Quality e i processi di Test".
 
Agile testing
Agile testingAgile testing
Agile testing
 
[Webinar] Test First, Fail Fast - Simplifying the Tester's Transition to DevOps
[Webinar] Test First, Fail Fast - Simplifying the Tester's Transition to DevOps[Webinar] Test First, Fail Fast - Simplifying the Tester's Transition to DevOps
[Webinar] Test First, Fail Fast - Simplifying the Tester's Transition to DevOps
 
The DevOps Dance - Shift Left, Shift Right - Get It Right
The DevOps Dance - Shift Left, Shift Right - Get It RightThe DevOps Dance - Shift Left, Shift Right - Get It Right
The DevOps Dance - Shift Left, Shift Right - Get It Right
 
No Devops Without Continuous Testing
No Devops Without Continuous TestingNo Devops Without Continuous Testing
No Devops Without Continuous Testing
 
OOW15 - Testing Oracle E-Business Suite Best Practices
OOW15 - Testing Oracle E-Business Suite Best PracticesOOW15 - Testing Oracle E-Business Suite Best Practices
OOW15 - Testing Oracle E-Business Suite Best Practices
 
SpiraTest Overview Presentation (2019)
SpiraTest Overview Presentation (2019)SpiraTest Overview Presentation (2019)
SpiraTest Overview Presentation (2019)
 
Best Practices for a Repeatable Shift-Left Commitment
Best Practices for a Repeatable Shift-Left CommitmentBest Practices for a Repeatable Shift-Left Commitment
Best Practices for a Repeatable Shift-Left Commitment
 
Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...
Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...
Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...
 
KeytorcTestTalks #11 - Onur Başkirt, Agile Test Management with Testrail
KeytorcTestTalks #11 - Onur Başkirt, Agile Test Management with Testrail KeytorcTestTalks #11 - Onur Başkirt, Agile Test Management with Testrail
KeytorcTestTalks #11 - Onur Başkirt, Agile Test Management with Testrail
 
QA Club Kiev 18 - Test Management and Approaches
QA Club Kiev 18 - Test Management and ApproachesQA Club Kiev 18 - Test Management and Approaches
QA Club Kiev 18 - Test Management and Approaches
 
Qualitia - Scriptless Test Automation Platform
Qualitia - Scriptless Test Automation PlatformQualitia - Scriptless Test Automation Platform
Qualitia - Scriptless Test Automation Platform
 
Salesforce Continuous Integration with AutoRABIT
Salesforce Continuous Integration with AutoRABITSalesforce Continuous Integration with AutoRABIT
Salesforce Continuous Integration with AutoRABIT
 
Microsoft ALM Support - Testing Perspective
Microsoft ALM Support - Testing PerspectiveMicrosoft ALM Support - Testing Perspective
Microsoft ALM Support - Testing Perspective
 
A confused tester in agile world finalversion
A confused tester in agile world finalversionA confused tester in agile world finalversion
A confused tester in agile world finalversion
 
Exploratory testing using heuristics
Exploratory testing using heuristicsExploratory testing using heuristics
Exploratory testing using heuristics
 
Advanced A/B Testing at Wix - Aviran Mordo and Sagy Rozman, Wix.com
Advanced A/B Testing at Wix - Aviran Mordo and Sagy Rozman, Wix.comAdvanced A/B Testing at Wix - Aviran Mordo and Sagy Rozman, Wix.com
Advanced A/B Testing at Wix - Aviran Mordo and Sagy Rozman, Wix.com
 
The QA/Testing Process
The QA/Testing ProcessThe QA/Testing Process
The QA/Testing Process
 
Testing Java EE Applications Using Arquillian
Testing Java EE Applications Using ArquillianTesting Java EE Applications Using Arquillian
Testing Java EE Applications Using Arquillian
 

Mais de Gonchik Tsymzhitov

28.08 Как COVID-19 помогает безопасности земных инсталляции Jirа, продуктов A...
28.08 Как COVID-19 помогает безопасности земных инсталляции Jirа, продуктов A...28.08 Как COVID-19 помогает безопасности земных инсталляции Jirа, продуктов A...
28.08 Как COVID-19 помогает безопасности земных инсталляции Jirа, продуктов A...Gonchik Tsymzhitov
 
Мифы про Project-ов, Product-ов, любимую Jira и многие темы вокруг на
Мифы про Project-ов, Product-ов, любимую Jira и многие темы вокруг на Мифы про Project-ов, Product-ов, любимую Jira и многие темы вокруг на
Мифы про Project-ов, Product-ов, любимую Jira и многие темы вокруг на Gonchik Tsymzhitov
 
Aнализ требований, управление тестами в Jira Software
Aнализ требований, управление тестами в Jira SoftwareAнализ требований, управление тестами в Jira Software
Aнализ требований, управление тестами в Jira SoftwareGonchik Tsymzhitov
 
Misleading Confluence Security Settings and What to Do With Them and Reporting
Misleading Confluence Security Settings and What to Do With Them and ReportingMisleading Confluence Security Settings and What to Do With Them and Reporting
Misleading Confluence Security Settings and What to Do With Them and ReportingGonchik Tsymzhitov
 
"Гибкие методологии выбраны, но как жить с этим?"
"Гибкие методологии выбраны, но как жить с этим?""Гибкие методологии выбраны, но как жить с этим?"
"Гибкие методологии выбраны, но как жить с этим?"Gonchik Tsymzhitov
 
По Вашей просьбе, продукты Atlassian в Docker
По Вашей просьбе, продукты Atlassian в DockerПо Вашей просьбе, продукты Atlassian в Docker
По Вашей просьбе, продукты Atlassian в DockerGonchik Tsymzhitov
 
Доклады с прошедшей JiraMania: про обновления, зависимости и дедлоки
Доклады с прошедшей JiraMania: про обновления, зависимости и дедлокиДоклады с прошедшей JiraMania: про обновления, зависимости и дедлоки
Доклады с прошедшей JiraMania: про обновления, зависимости и дедлокиGonchik Tsymzhitov
 
Tsymzhitov GB chaos constructions 2017
Tsymzhitov GB chaos constructions 2017Tsymzhitov GB chaos constructions 2017
Tsymzhitov GB chaos constructions 2017Gonchik Tsymzhitov
 
Jiramania презентации @augspb
Jiramania презентации   @augspbJiramania презентации   @augspb
Jiramania презентации @augspbGonchik Tsymzhitov
 

Mais de Gonchik Tsymzhitov (20)

TsymzhitovGB - Jira Day
TsymzhitovGB - Jira DayTsymzhitovGB - Jira Day
TsymzhitovGB - Jira Day
 
28.08 Как COVID-19 помогает безопасности земных инсталляции Jirа, продуктов A...
28.08 Как COVID-19 помогает безопасности земных инсталляции Jirа, продуктов A...28.08 Как COVID-19 помогает безопасности земных инсталляции Jirа, продуктов A...
28.08 Как COVID-19 помогает безопасности земных инсталляции Jirа, продуктов A...
 
Мифы про Project-ов, Product-ов, любимую Jira и многие темы вокруг на
Мифы про Project-ов, Product-ов, любимую Jira и многие темы вокруг на Мифы про Project-ов, Product-ов, любимую Jira и многие темы вокруг на
Мифы про Project-ов, Product-ов, любимую Jira и многие темы вокруг на
 
Aнализ требований, управление тестами в Jira Software
Aнализ требований, управление тестами в Jira SoftwareAнализ требований, управление тестами в Jira Software
Aнализ требований, управление тестами в Jira Software
 
TsymzhitovGB - PMI
TsymzhitovGB - PMITsymzhitovGB - PMI
TsymzhitovGB - PMI
 
Misleading Confluence Security Settings and What to Do With Them and Reporting
Misleading Confluence Security Settings and What to Do With Them and ReportingMisleading Confluence Security Settings and What to Do With Them and Reporting
Misleading Confluence Security Settings and What to Do With Them and Reporting
 
Atlassian user group
Atlassian user groupAtlassian user group
Atlassian user group
 
"Гибкие методологии выбраны, но как жить с этим?"
"Гибкие методологии выбраны, но как жить с этим?""Гибкие методологии выбраны, но как жить с этим?"
"Гибкие методологии выбраны, но как жить с этим?"
 
SAFe in Jira
SAFe in JiraSAFe in Jira
SAFe in Jira
 
Жизнь после SAFe
Жизнь после SAFeЖизнь после SAFe
Жизнь после SAFe
 
По Вашей просьбе, продукты Atlassian в Docker
По Вашей просьбе, продукты Atlassian в DockerПо Вашей просьбе, продукты Atlassian в Docker
По Вашей просьбе, продукты Atlassian в Docker
 
Markelov-AUG-Jira
Markelov-AUG-JiraMarkelov-AUG-Jira
Markelov-AUG-Jira
 
BorodinA-AUG-2
BorodinA-AUG-2BorodinA-AUG-2
BorodinA-AUG-2
 
Доклады с прошедшей JiraMania: про обновления, зависимости и дедлоки
Доклады с прошедшей JiraMania: про обновления, зависимости и дедлокиДоклады с прошедшей JiraMania: про обновления, зависимости и дедлоки
Доклады с прошедшей JiraMania: про обновления, зависимости и дедлоки
 
Tsymzhitov GB chaos constructions 2017
Tsymzhitov GB chaos constructions 2017Tsymzhitov GB chaos constructions 2017
Tsymzhitov GB chaos constructions 2017
 
Jiramania презентации @augspb
Jiramania презентации   @augspbJiramania презентации   @augspb
Jiramania презентации @augspb
 
AUG-5: Testing tools
AUG-5: Testing toolsAUG-5: Testing tools
AUG-5: Testing tools
 
Astafiev - plugins
Astafiev - pluginsAstafiev - plugins
Astafiev - plugins
 
Tsymzhitov Performance Tricks
Tsymzhitov Performance TricksTsymzhitov Performance Tricks
Tsymzhitov Performance Tricks
 
DevOps with Atlassian
DevOps with AtlassianDevOps with Atlassian
DevOps with Atlassian
 

Último

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 

Último (20)

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 

Atlassian user group in itiviti

  • 1.
  • 2. Vitor Pelizza Tech Lead @ Test Management for Jira vpelizza@adaptavist.com
  • 3. About Adaptavist • Atlassian Solution Partner for Enterprise • Platinum Solution Partners having met Atlassian’s highest training criteria and have a proven practice that can scale to the largest Enterprise customers. • Exclusively focused on Atlassian solutions • Resourced to manage a wide range of support requirements, implementations, and customer specific solutions. • Go to Experts within Atlassian Ecosystem • Adaptavist have been working with the Atlassian toolset since 2005 and seen as a ‘go-to’ expert for strategy, implementation and support services with 23 apps on the Atlassian marketplace
  • 5.
  • 8. Can we manage tests in Jira?
  • 9.
  • 10. Track testing progress and software quality Foster collaboration and visibility of both traditional and agile teams Integrate with test automation With our powerful REST API Full-featured test management solution Seamlessly integrated into Jira's user interface. No need to learn - or switch between - different environments Test Management for Jira
  • 11. Versioning Versioning for test cases Version allows teams to collaborate and manage multiple versions of test cases in parallel while keeping data integrity and providing an audit history of changes. Versions can be viewed and compared for audit purposes
  • 12. Shared steps Share steps between test cases to eliminate duplication When creating new tests or editing existing tests, it is possible to reuse test steps from other existing tests from any Jira project. This feature can save time and eliminate duplication
  • 13. Impact analysis Enhanced traceability for coverage and impact analysis Powerful traceability capabilities and reports which lets you focus on test coverage and root cause analysis Know ahead of time how a change is going to impact requirements and test cases
  • 14. DEMO
  • 15. • Atlassian Verified • Top reviewed add-on for Testing & QA • Perfect for agile & traditional testing approaches • Better usability & familiar user interface • Fast & friendly support • User centric roadmap • Monthly releases Why businesses of all sizes choose Test Management for Jira
  • 16. Enterprise Ready and Ready to Go Cloud Server Datacenter Cloud Server Datacenter Enterprise Ready and Ready to Go
  • 17. Adaptavist Toolchain Integration with the Atlassian Ecosystem
  • 18. Vitor Pelizza vpelizza@adaptavist.com Questions? Find out more and start a trial at adaptavist.com/atlassian-apps/test-management-for-jira/
  • 20. Храним тесты в JIRA: обзор плагинов
  • 21. Кто я? • Юля • QA Lead @ ALM Works • Люблю кофе • Предпочитаю среды понедельникам
  • 22. О чем доклад? • У нас уже есть JIRA. Куда писать тесты? • Как много всего. Что же выбрать?
  • 23. У меня есть JIRA и есть тесты. Как бы их соединить? сделать все ручками. нужна только JIRA Хранить тесты в стороннем приложении с коннектором для JIRA Хранить тесты прямо в JIRA с использованием плагинов
  • 24. JIRA: Настраиваем сами • Cоздаем отдельный тип задачи (Test) • Создаем свой workflow • Настраиваем custom fields • Долгo, муторно, сложно с переиспользованием • Дешево (если не учитывать время :)
  • 26. Стороннее приложение с коннетором • Большой выбор • Тесты живут в стороннем приложении • Ничего не нужно переносить при смене трекера Hiptest qTest PractiTest Enterprise Tester Test Lodge Zephyr Enterprise QMetry
  • 27. Moqa • Быстро проставлять результаты тесто • Всмотреть количество тестов по статусам • Доступен для iOS, Android • Интеграция с Test Rail, Structure.Testy
  • 28. Готовые плагины для JIRA • Все в одном месте, не нужно менять контекст, прозрачность работы • Как правило недешево (стоимость по JIRA лицензии) • В Cloud версии выбор небольшой Intriguing
  • 29. Zephyr for JIRA + ZAPI
  • 30.
  • 31. Xray
  • 32.
  • 34.
  • 36.
  • 38.
  • 39. Рассказывайте нам о ваших предложениях и наших багах Подписывайтесь на наш канал Пишите письма: ja@almworks.com https://www.youtube.com/ALMWorksChannel
  • 40. Testing process & tools Anzhelika Deryabina, Associate QA Engineer St Petersburg, March 2018
  • 41. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. Agenda Itiviti: testing process, principles Continuous Delivery Pipeline Test Quadrant Atlassian tools for Continuous Delivery Bug reporting JIRA Issue Workflow General Test Case Template Test Case Test Plan
  • 42. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. Continuous Delivery
  • 43. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. Continuous Delivery Pipeline
  • 44. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. Test Quadrant
  • 45. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. Atlassian
  • 47. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. How to report a bug? Search for a duplicate key component version text ~ "crash" and component = “component_name" and project = “project_name" and affectedVersion in (“v1", “v2.3") Collect logs Project, component Provide a descriptive summary of the issue to conceptually understand the problem Attach screenshots Steps to reproduce Expected result and actual result Links to related cases
  • 48. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. Bug report Example
  • 50. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. JIRA Issue Workflow Workflow Issue Types Default workflow • Bug • Improvement • New Feature • Performance improvement • Performance regression • Task • Sub-Task Test Case • Test Case Test Plan • Test Plan
  • 51. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. General Workflow
  • 52. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. General Concept
  • 53. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. Test Case Template Workflow 1. Create/update Test Cases 2. Define list of steps, group steps 3. Categorize test using test type, version 4. Connect tests with requirements 5. Test Progress of all executable copies
  • 54. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. Test Case Template Example
  • 55. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. Test Case Workflow "In Progress" -> "Passed": 1. All steps should have status. (find the empty statuses) 2. Any steps has not to be on "In Progress" 3. Any steps has not to be on "Failed" "In Progress" -> "Failed": 1. All steps should have status. (find the empty statuses) 2. Any steps has not to be on "In Progress" 3. One or more steps should to be in "Failed" status.
  • 56. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. Test Case Example
  • 57. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. Test Plan Workflow 1. Create, copy Test Plan 2. Create, update, assign Test Cases 3. Connect Test Plan with requirements/defects 4. Track progress 5. Aggregate Defects 6. Estimate and log work using JIRA Time Tracking 7. Group Test Cases under Test Plan
  • 58. © Itiviti AB. All Rights Reserved. Proprietary and Confidential. Test Plan Example