To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorStore binary information
As a glass developer, I want store binary data in the back end.
- Scenarios
-
- register an binary data in the back end
- register an binary data with metadata in the back end
- Try to register a binary data with null content in the back end
- Try to register a null binary data in the back end
- Try to register a blank binary data content in the back end
- Try to register a binary data in the back end with null user
- Try to register a binary data in the back end with null application
- Try to register a binary data in the back end with no register user
- Try to register a binary data in the back end in existing user with application that don't have installed
- register an binary data in the back end
-
- Given
- an binary data in my local file system
- When
- I request to store the binary data in the back end for user "1" in the application "1"
- Then
- I receive a unique identifier
- register an binary data with metadata in the back end
-
- Given
- an binary data in my local file system with metadata
- When
- I request to store the binary data in the back end for user "1" in the application "1" with metadata
- Then
- I receive a unique identifier for this binary data
- Try to register a binary data with null content in the back end
-
- When
- I request to store in any application for any user and device a null content
- Then
- I receive an error code that tells me that i have to do a bad request
- Try to register a null binary data in the back end
-
- When
- I request to store in any application for any user and device a null binary data
- Then
- I receive an error code that tells me that i have to do a bad request by null object
- Try to register a blank binary data content in the back end
-
- When
- I request to store in any application for any user and device a blank content
- Then
- I receive an error code that tells me that i have to do a bad request by blank content
- Try to register a binary data in the back end with null user
-
- When
- I request to store in any application with a null user
- Then
- I receive an error code that tells me that i have to do a bad request because user is null
- Try to register a binary data in the back end with null application
-
- When
- I request to store in a null application
- Then
- I receive an error code that tells me that i have to do a bad request because application is null
- Try to register a binary data in the back end with no register user
-
- When
- I request to store in any application with a no register user for this application
- Then
- I receive an error code that tells me that not found the user resource
- Try to register a binary data in the back end in existing user with application that don't have installed
-
- When
- I request to store binary data in a application that the user don't have installed
- Then
- I receive an error code that tells me that not found the application installed for this user
Last published over 7 years ago by Raimundo AlegrÃa.