Skip to main content

Hi All,

 

I want to know if there is any way by which I can export the output of a smartobject method to an XML file along with the definitions?

 

Regards

Zeeshan

Any suggestions?


Almost sounds like the result return from the tester when you query specific ID. and return the XML of the SMO and the definition.

 

One way will be to execute a powershell from the execution of an ID, execute the tester capture the output to a text file and email to somehow read that file. kind of complicated if you ask me.

 

Another easy way is to create a View that load based on ID param and build the XML as you need it and will work every single time.


Hope this helps.


Reply