We record a simple select RadListBoxItem test step. After that we want to change the RadListBoxItem that is selected to a different one based on the Text value. We change the test step property Text: Expected behavior: During the test execution the new RadListBoxItem with the right text value is selected Actual behavior: During the test execution the old RadListBoxItem is selected and the change in the test step property Text is ignored. To workaround this issue, you need to change the Find Expression of the RadListBoxItem element. Steps to reproduce and a sample test project are attached in the internal description.