public void GetStockQuoteTest()
 {
     ITestStep dnoi = new SOAPHTTPRequestResponseStep();
     BizUnit bu = new BizUnit(@"..\..\..\Test\BizUnit.Tests\Data\DummyConfig.xml");
     Context ctx = bu.Ctx;
     XmlNode config = BizUnitTestUtils.LoadTestStepConfig("Data", "SOAPHTTPRequestResponseStep-Test002.xml");
     dnoi.Execute(config, ctx);
 }
        public void GetStockQuoteTest()
        {
            ITestStep dnoi   = new SOAPHTTPRequestResponseStep();
            BizUnit   bu     = new BizUnit(@"..\..\..\Test\BizUnit.Tests\Data\DummyConfig.xml");
            Context   ctx    = bu.Ctx;
            XmlNode   config = BizUnitTestUtils.LoadTestStepConfig("Data", "SOAPHTTPRequestResponseStep-Test002.xml");

            dnoi.Execute(config, ctx);
        }