There is an output application form which is in docx(word 2007) format with field (like Name, age,Policy No. etc) being placed through placeholders from an XML file. Can anybody give me some clue, to test these field values.
My first level of testing is to compare whether doc file and docx file are one and the same. How can I go about it as doc file is in Binary format and docx file will be in XML format?
Please let me know how to go about this issue?
Either Convert docx (XML format) to doc or doc format to docx (XML) and then use file comparision... try with Google to get the conversion tools...I think this will help you.