May 31, 2022 Release Notes (Grab values, Extract values)

Created by Kevin Carroll, Modified on Mon, 14 Oct at 5:32 PM by Kevin Carroll

Last week, we simplified two processes that were previously only possible with regular expressions.


Grab Values

  • We added the ability to grab value by template. See more here: https://testrigor.com/docs/language/#grab 
  • This was previously only possible by Regex, which was a less user-friendly, codelike solution.
  • A common use case would be an email where it is necessary to save an OPT (one-time password) that is a 6-digit code. Use the following command to do so:
grab value by template "######" and save it as "OPT"

Extract Values

  • We added the ability to extract value by template. 
  • This was also only possible by Regex. 
  • This is particularly useful when a value has been saved and not all of the value is needed. You can extract the value from a variable that has already been saved.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article