Difference in typing value with [Enter] and actual carriage return
When we type a string on notepad which contains [Enter] it types the enter key once. But when the actual carriage return character is passed in then it types enter key twice. Why does TestObjec...