Requirements module gathers the descriptions and expectations of all the functionalities which the final product must fulfill in order to be considered useful and ready for release.
Operation SET - generates an exact set of links indicated in the payload
{
"coveredTestCases": {
"set": [
{
"testKey": "{{TcTestKey2}}"
}
]
}
}
Operation ADD - adds links indicated in the payload
{
"coveredTestCases": {
"add": [
{
"testKey": "{{TcTestKey2}}"
}
]
}
}
Operation REMOVE - deletes links indicated in the payload
{
"coveredTestCases": {
"remove": [
{
"testKey": "{{TcTestKey2}}"
}
]
}
}
In case of leaving the SET/ADD/REMOVE playload empty, the set operation will be applied. It means that: