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

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

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

2 Replies

  • cunderw's avatar
    cunderw
    Community Hero

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

    • vthomeschoolmom's avatar
      vthomeschoolmom
      Super Contributor

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