I am using VB.NET 2010 and Coded UI Tests. I am using CSV files for input to my test methods. For one particular field in my CSV file, I am passing a string of letters and numbers. For some odd reason, the code is dropping the capital S from this field when it pulls in the value. I have not tested every possible combination of a preceeding number/letter and the capital S, but it only seems to be happening when it is preceeded by a 1 (one). I have tested every other letter in place of the S, and there are no issue with the other letters. The code is only converting the field value to a string.
Does anyone have any ideas?
Thanks...
Does anyone have any ideas?
Thanks...