private void InvokeSilverLightPositionBuySellTabControlsLoad(string option)
        {
            //ADTAssertion<SilverlightAppLauncher>.AssertPositionSummaryTab();
            ADTAssertion <SilverlightAppLauncher> .AssertPositionBuyButtonClickTest(option);

            ADTAssertion <SilverlightAppLauncher> .AssertTermComboBox();

            ADTAssertion <SilverlightAppLauncher> .AssertPriceLimitTextBox();

            ADTAssertion <SilverlightAppLauncher> .AssertSellRadioButton();

            ADTAssertion <SilverlightAppLauncher> .AssertBuyRadioButton();

            ADTAssertion <SilverlightAppLauncher> .AssertSharesTextBox();

            ADTAssertion <SilverlightAppLauncher> .AssertOrderTypeComboBox();

            ADTAssertion <SilverlightAppLauncher> .AssertOrderCommandSubmit();

            ADTAssertion <SilverlightAppLauncher> .AssertOrderCommandCancel();

            ADTAssertion <SilverlightAppLauncher> .AssertOrderCommandSubmitAllButton();

            ADTAssertion <SilverlightAppLauncher> .AssertOrderCommandCancelAllButton();
        }
        private void InvokeSilverLightPositionBuySellTabLoad()
        {
            ADTAssertion <SilverlightAppLauncher> .AssertPositionSummaryTab();

            ADTAssertion <SilverlightAppLauncher> .AssertPositionBuyButtonClickTest("Buy");
        }
Exemplo n.º 3
0
        private void InvokeDesktopPositionBuySellTabLoad()
        {
            ADTAssertion <WpfAppLauncher> .AssertPositionSummaryTab();

            ADTAssertion <WpfAppLauncher> .AssertPositionBuyButtonClickTest("Buy");
        }