How to test .xml files?

Questions by srijanam

Showing Answers 1 - 2 of 2 Answers

abul

  • Jan 5th, 2007
 

Manually testing
If an xml file is small we can see by the camparing the data in element tags by output result.
If an xml file is big then save the xml file as mdb file or import in excel sheet here the file will show only the data then  compare the data in the element tag and excel sheet like wise you test manually but it will be tedous way takes more time.
By automation
If we have the files which are having big size then better use any automation tools vss,rationalrobo,mercury tools and compare the files is another option.
By automation we can export and import the xml files and campare it like wise we can do tesitng of .xml files.


  Was this answer useful?  Yes

Ramu

  • Mar 9th, 2007
 

Bofore testing xml files you must know what exactly XML file contains...
here we go
xml file contains user defined tags followed by the content.
tag is again starts with "<" symbol and ends up with ">" symbol.

Hope u r comfort now to test xml files

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions