You need to sign in to do that
Don't have an account?

How to write testmethods for XMLDom & Start here comtroller classes?
Hi All,
I want to write TestMethods for Standard salesforce classes XMLDom & Start here controller. Can any one explain me what is the use of those classes? I written testmethods for all my triggers & classes and got 72%, the code not covered is only Xmldom & starthere controller classes.
Can we delete these classes?
Thanks,
Aswath.
Test code for the XMLDom class is available at:
http://code.google.com/p/visualforce-components/source/browse/trunk/XmlDom/src/unpackaged/classes
It provides 99% coverage for the class.
All Answers
Test code for the XMLDom class is available at:
http://code.google.com/p/visualforce-components/source/browse/trunk/XmlDom/src/unpackaged/classes
It provides 99% coverage for the class.
Hi,
Thanks a lot its working fine.........
Thanks,
Aswath.