"<FieldRef Name="Title"></FieldRef><Value Type="Text">Bob Tester</Value>"
has nested double quotes. To correctly nest quoted items in this case, the easiest is...
"<FieldRef Name='Title'></FieldRef><Value Type='Text'>Bob Tester</Value>"
(Notice single quotes around the internal items).