Quality Testing

Quality is delighting customers

what is difference between Binary comparison and Text comparison. Please explain with an example?

what is the difference between Binary comparison and Text comparison. Please explain with an example?

Views: 186

Reply to This

Replies to This Discussion

Binary comparison usually checks byte to byte.
So 'A'(65) is different than 'a'(92?).
Binary comparsion makes no assumptions on the data and will accept/compare any values at all.

Textual comparison compares the text. So 'A' would be same as 'a'.
Typically text comparison will only accept printable text characters, a-z, A - Z, etc. It will sometimes make assumptions on construction (e.g., null terminated strings). When using file comparers it will also stop at a Control-Z character which, is an end of file marker.

Google Answer

RSS

TTWT Magazine

Welcome to Quality Testing!

Sachin Natu

 Manager QA at IdeaS Revenue Optimization

Advertisement

Submit A Job

Submit A Tool

Advertisement

Videos

  • Add Videos
  • View All

Badge

Loading…

© 2013   Created by Quality Testing.

Badges  |  Report an Issue  |  Terms of Service