I've gone through the steps of extracting text and assigning it to a variable as shown here: http://www.screencast.com/users/TelerikTesting/folders/Jing/media/c85d61a1-9724-41d4-abc2-03975b07bf23
Now, I want to use that as part of a URL. Is it possible to concatenate text?
Use Case: I use a content system to publish to a site. I want to confirm the content made it to the front end.
I would like to navigate to a url like: http://www.site.com/?contentId=$(extractedValue)
Now, I want to use that as part of a URL. Is it possible to concatenate text?
Use Case: I use a content system to publish to a site. I want to confirm the content made it to the front end.
I would like to navigate to a url like: http://www.site.com/?contentId=$(extractedValue)