Entry 3360

Gherkin demo

   

Submitted by hdg on March 12, 2010 at 11:25 p.m.
Language: Gherkin. Code size: 453 bytes.

Feature: Display screen cap on load
In order to be excited about the clip
As an end user
I want to see a screen cap of the clip that will play

Scenario: 
Given the player is inside an html page
	When the player is first loaded
	Then the player should call FilmFrame service to get the screen cap

Scenario: 
Given the player is inside an html page
	When the player is first loaded
	Then I should see a screen cap of the clip to be played

This snippet took 0.01 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).