roryLIT
13 years agoContributor
Reference values in assertion names
I have a Properties step at the start of my testcase called postFNOLValidations. Stored here is the FirstName property with the value "George". I've also created an assertion on a response xml in the same testcase that validates the FirstName element contains the value "George" so the content of the assertion is "<RoleName xsi:type="soapenc:string">${postFNOLValidations#FirstName}</RoleName>" so it is referencing the value in the properties step for FirstName. Is it possible for the assertion name to reference this value also (currently only works in the content of the assertion), so it would be something like First Name = ${postFNOLValidations#FirstName} ??? 
