Explain the process of creating a test for an xml file which is uplaoaded in the application where it is validated?

Showing Answers 1 - 2 of 2 Answers

Ravindranath

  • Jan 26th, 2007
 

We can do this by 2 ways

one is by xml checkpoint

other is by cerating xmlutil object

eg: set xml= xmlutil.createxml

sathispsg

  • May 5th, 2008
 

Hi ,
Normally we test xml files either to ensure the elements are present or to check the values of the element ..This can be handeled in QTP using XML Checkpoints
where we can create a check point on a root and ensure the number of sub elements present within the root ..

Thanks,
Sathis

  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