Hi @vadivel sekar ,
Welcome to Microsoft Q&A!
You can have a try with the following code and check if the same situation exists or not:
Console.WriteLine(TestContext.DataRow[“Severity”].ToString());
Console.WriteLine(TestContext.DataRow[“Hardware”].ToString());
Console.WriteLine(TestContext.DataRow[“OS”].ToString());
Console.WriteLine(TestContext.DataRow[“Summary”].ToString());
Console.WriteLine(TestContext.DataRow[“Description”].ToString());
Besides, about the character “d” is randomly generated, I suggest you report it in Developer Community.
Sincerely,
Anna
- If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.