list 1 ["ART - Run and Support","ART - Run and Support","Clt group","Clt group"] list 2 ["ART - Run and Support","Clt group",]
I want to take the 1st value in list2 and count the occurrences in list 1. "ART - Run and Support" = 2 I was able to take for 1 value, not sure how to pass this in loop. Please do help.
* def condition = function(x){ return x == "Application Development" }
* def output = karate.filter(Total_List_AssignmentGroup, condition).length
* print output
I was able to take for 1 value, not sure how to pass this in loop. Please do help.