I am trying to write a test case for Bizunit , which will copy all the .xml files from one folder to another folder.
below is the example for copy of one file:
<TestExecution>
<TestStep assemblyPath=”” typeName=
“Microsoft.Services.BizTalkApplicationFramework.BizUnit.FileCreateStep”>
<SourcePath>C:\PurchaseOrderSystem\InputFiles\PO_001.xml</SourcePath>
<CreationPath>C:\PurchaseOrderSystem\POIn\PO_001.xml</CreationPath>
</TestStep>
<TestExecution>
In this example i can only copy the file mentioned that is PO_001.xml. now i have 5000 files to copy.what should be my source path and destination path?
Anyone can refer the code in this link: http://www.codeproject.com/KB/biztalk/BizUnit2006.aspx