Answers for "How do you automate User Stories from JIRA?"

0

How do you automate User Stories from JIRA?

● Look at description - Agile story
● Create feature file and save file as Jira story.feature
○ Add scenario located in Acceptance criteria
● Run cukesRunner with dryRun=true
● Implement the methods
● BEFORE AUTOMATING THE TEST CASES IN JIRA ALWAYS MANUAL TEST IT FIRST
Posted by: Guest on June-21-2021

Browse Popular Code Answers by Language