I'm getting two different 'Extracted Data Driven Bindings' from the recorder. At the end of the test I want to do an Assert.AreNotEqual() with the two dynamically extracted data values. How can I do this? When I try coding a step, the data bindings aren't available to the coded step.
Let's say you have the extracted variables "ExtractedValue1" and "ExtractedValue2"(see screenshot). Then you can use the Data property and the names of the variables to compare the extracted data in a coded step. Here is a sample code: