Forum Discussion

csteinburg's avatar
csteinburg
Occasional Contributor
4 years ago
Solved

Compare text somewhere on screen is the same as test parameter

I have a Keyword test that generates a user with a name provided by a test parameter and adds it to a growing list. In order to make this dynamic, I want the test to check that the value of the param...
  • hkim5's avatar
    4 years ago

    set variable value as the test parameter provided (user name)

    create a property checkpoint against the object that you want to inspect, that you would expect to contain the newly created user (and name)

    validate that property checkpoint against the variable created above (checking that it is the same as the provided test parameter)