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 collaboratorSearch for software
- Background
-
- Given
- I am Mike
- Scenarios
-
- Finding software according to a search term
- Displaying licenses from another inventory pool in closed contracts
- Finding contracts for software by searching for a borrower
- How search results are displayed
- Finding software according to a search term
-
- Given
-
there is a software product with the following properties:
Product suchbegriff1 Manufacturer suchbegriff4 - And
-
there is a software license with the following properties:
Inventory code suchbegriff2 Serial number suchbegriff3 Dongle ID suchbegriff5 Quantity allocations 1 / Christina Meier - And
- this software license is handed over to somebody
- When
- I search for one of these software product properties
- Then
- all matching software products appear
- And
- all matching software licenses appear
- And
- all contracts containing this software product appear
- When
- I search for one of these software license properties
- Then
- all matching software licenses appear
- And
- all contracts containing this software product appear
- Displaying licenses from another inventory pool in closed contracts
-
- Given
- there exists a closed contract with a license, for which an other inventory pool is responsible and owner
- When
- I search globally after this license with its inventory code
- Then
- all matching software licenses appear
- And
-
the licenses container shows the license line with the following information:
Inventory Code Software name Responsible inventory pool - And
- I don't see the button group on the license line
- And
- I hover over the list of licenses on the contract line
- Then
- I see in the tooltip the software name of this license
- Finding contracts for software by searching for a borrower
-
- Given
- a software license exists
- And
- this software license is handed over to a normal user
- When
- I search after the name of that person
- Then
- the contract of this person appears in the search results
- And
- this person appears in the search results
- How search results are displayed
-
- Given
- a software product exists
- And
- there exist licenses for this software product
- When
- I see these in my search result
- Then
- I can select to list only software products
- And
- I can select to list only software licenses
Last published almost 4 years ago by mkmit.