0

in below example data is being passed in scenario steps, but not in Lifecycle step any idea why?

Lifecycle:
Before:
Scope: SCENARIO|STORY
Outcome: ANY

When I enter search criteria (<ProfilerEntityName>) on the Search page

Given I navigate to CB Finder
When I select file with Name (<FileName>)
When I delete the file which is currently selected

Scenario: Basic report functionality

When I enter search criteria (<ProfilerEntityName>) on the Search page

Given I navigate to CB Finder
When I select file with Name (<FileName>)
When I delete file which is currently selected

Examples:
| ProfilerEntityName |FileName   |                      
|*              |sha|Call |        
VaL
  • 1,128
  • 15
  • 29
Shashank Garg
  • 51
  • 1
  • 4
  • I see many potential problems. Your Scenarios need to be in Given/When/Then format, in that order. Your examples table does not match up: two header columns, three data columns. As to the the lifecycle aspect, I have no experience to offer any help there. – Bill Hileman Jul 16 '18 at 14:13
  • Thanks, we can have scenarios in any format there is no rule that it should be Given/When/Then format. – Shashank Garg Jul 18 '18 at 06:51

0 Answers0