G/DEVS Lublin
Paweł
Radzikowski
21 maj, godz. 18:00, Pub u Szewca
Contact me:
in/paweł-radzikowski
paw.radzikowski@gmail.com
Señor Developer @
Self-proclaimed code magician
© G.Renee Guzlas
Image comes from emojidex.com
We would offer 10% discount for first orderto encourage new users
function
testGrantInitialOrderDiscount()
{...}
Register as "Anna"
Go to "/catalog/search"
Click "Add to Cart"
[...]
Image comes from emojidex.com
Given the user has not ordered yet
When the user adds a book with the price of EUR 37.5 into the shopping cart
Then the shopping cart sub-total is EUR 33.75
Feature: Listing command
In order to change the structure of the folder I am currently in
As a UNIX user
I need to be able see the currently available files and folders there.
I need privileges to delete files
I can delete files
Scenario: Listing two files in a directory
Given I am in a directory "test"
And I have a file named "foo"
And I have a file named "bar"
When I run "ls"
Then I should get:
"""
bar
foo
"""
Scenario: Permission denied durring delete fiele
Given I am in a directory "test"
And My user is Paweł
And My group is developer
And There is a file named "foo"
And The file have access attribute 770
And The file have ownership attribute Łukasz:PM
When I run "rm foo"
Then I should get:
"""
Access Denied
"""
Feature: Listing command
In order to change the structure of the folder I am currently in
As a UNIX user
I need to be able see the currently available files and folders there
Scenario: Listing two files in a directory Given I am in a directory "test"
And I have a file named "foo"
And I have a file named "bar"
When I run "ls"
Then I should get:
"""
bar
foo
"""The feature scenario
For All:
For devs:
For QA:
For Product Owner: