コード例 #1
0
ファイル: TestRunner.cs プロジェクト: harishkmr2006/Harish
        public void TC17_Selenium_SmokeTest_CapacityBooking_CastorExports_Verification()
        {
            if (testResult["TC16_Selenium_Castor_CapacityBooking"] == "Passed")
            {
                LeanFtTest1 Testpahse1 = new LeanFtTest1();


                try
                {
                    Testpahse1.TC17_Selenium_SmokeTest_CapacityBooking_CastorExports_Verification();
                }
                finally
                {
                    Testpahse1.TearDown();
                }
            }
            else
            {
                Reporter.ReportEvent(TestContext.CurrentContext.Test.MethodName, "due to fail/Skip in test TC16_Selenium_Castor_CapacityBooking and current test depends on that", Status.Warning);
                Assert.Ignore();
            }
        }