Forum Discussion

vthomeschoolmom's avatar
vthomeschoolmom
Super Contributor
9 years ago
Solved

taking a return value from one keyword as a parameter of the next

I have a keyword in a test that executes a function. The function returns a value. I want to use the return value in the next step in the keyword test. Is this possible?   Thanks
  • cunderw's avatar
    9 years ago

    Yes, you can use last operation result, or assign the return result to a project/kwt variable.

  • vthomeschoolmom's avatar
    vthomeschoolmom
    9 years ago

    Hey look! I did not even know that was there. Cool. Thanks.