Forum Discussion

ilovechiku's avatar
ilovechiku
Contributor
9 years ago

Property Transfer and Assertions

Can you use property transfer for assertions as well? I want to assert on a delete testcase. the delete reponse is empty. However,on successful deletion the row is deleted from the table. I have captured the primary key of the deleted row in a scripted Groovy step (star step )above the testcase. How can i transfer this property (primary key of row that was deleted) to reponse?