An Engineer wants to filter a csvList value according to a dynamic value saved under the context key named “test”. Refer to the image below.
Which two values would save the “test” context key? (Choose two.)
An Engineer wants to filter a csvList value according to a dynamic value saved under the context key named “test”. Refer to the image below.
Which two values would save the “test” context key? (Choose two.)
To filter the csvList.value according to a dynamic value saved under the context key named “test”, you need to correctly reference the context key. Option A is valid because it directly uses the context key “test” as a value. Option D is also valid because it uses the syntax ${test} to dynamically reference the context key. Using either syntax correctly incorporates the dynamic value from the context key into the filter.
I think it's probably a CD