contains invarant code example Example: How to make String.Contains case insensitive? Assert.IsTrue(text.ToUpper().Contains("Sample".ToUpper()));