public void EditarCobrancaBoleto_10524()
        {
            MultiClubesFunctions mcFunctions = new MultiClubesFunctions();
            MultiClubesMenus     mcMenus     = new MultiClubesMenus();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            mcMenus.AcessarMenuOperacaoTituloCentralDeAtendimento();

            mcFunctions.SearchHolder("N/S9440-0");

            mcFunctions.AcessarCobrancasEditarCobrancas();
            mcFunctions.SearchElementByIdAndClick("linkLabelEdit", true);

            mcFunctions.SearchElementByIdAndClick("comboBoxDunType", true);
            mcFunctions.SearchElementByNameAndClick("Boleto bancário");
            mcFunctions.SearchElementByIdAndClick("buttonDetail", true);
            mcFunctions.SearchElementByIdAndClick("comboBoxDunInstitution", true);
            mcFunctions.SearchElementByNameAndClick("BANRISUL BOLETO");

            mcFunctions.SearchElementByIdAndClick("buttonOK", true);
            mcFunctions.SearchElementByIdAndClick("buttonOK", true);

            mcFunctions.CloseWindow("Cobranças do título");
            mcFunctions.FinalizarAtendimentoTitulo();
            mcFunctions.CloseWindow("Central de Atendimento");
        }
Exemple #2
0
        public void EmissaoDeRemessa_8679()
        {
            MultiClubesFunctions mcFunctions = new MultiClubesFunctions();
            MultiClubesMenus     mcMenus     = new MultiClubesMenus();

            string folderPath = "C:/TestesAutomatizados/TestResults";
            string fileName   = "REMESSA" + DateTime.Now.ToString("_dd_MM_yyyy_HH_mm_ss") + ".rem";
            string filePath   = folderPath + "/" + fileName;

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            mcMenus.AcessarMenuOperacaoFinanceiroTransacoesBancariasRemessasAnteriores();

            mcFunctions.WaitForElementLoad(By.Id("listView"));
            driver.FindElement(By.Id("listView")).FindElements(By.Id(""))[0].Click();

            mcFunctions.SearchElementByIdAndClick("buttonOptions");
            mcFunctions.SearchElementByNameAndClick("Desfazer");

            mcFunctions.SearchElementByNameAndClick("Sim", true);
            mcFunctions.WaitForElementLoad(By.Id("OPERATION_FINANCIAL+BANK+REMITTANCE_HISTORY"));
            mcFunctions.CloseWindow("Remessas anteriores", "OPERATION_FINANCIAL+BANK+REMITTANCE_HISTORY");

            mcMenus.AcessarMenuOperacaoFinanceiroTransacoesBancariasEmissaoDeRemessa();

            mcFunctions.SearchElementByIdAndClick("comboBoxDunInstitution", true);
            mcFunctions.SearchElementByNameAndClick("BANRISUL BOLETO");

            mcFunctions.SearchElementByIdAndClick("comboBoxRemittanceType");
            mcFunctions.SearchElementByNameAndClick("Impressão");

            mcFunctions.SearchElementByIdAndSendKeys("textBoxFileName", filePath);

            mcFunctions.SearchElementByIdAndClick("buttonOK");
            mcFunctions.SearchElementByNameAndClick("Sim", true);

            bool finishedRemittance = false;

            if (driver.FindElements(By.Name("Erro")).Count > 0)
            {
                Assert.Fail(driver.FindElement(By.Id("ContentText")).GetAttribute("Name"));
            }
            else if (driver.FindElements(By.Name("Concluído")).Count > 0)
            {
                finishedRemittance = true;
            }
            Assert.IsTrue(finishedRemittance, "Gerou a cobrança com sucesso");
            Assert.IsTrue(File.Exists(filePath), "Arquivo criado com sucesso");

            mcFunctions.SearchElementByIdAndClick("buttonOK");
            mcFunctions.CloseWindow("Emissão de remessa", "OPERATION_FINANCIAL+BANK+REMITTANCE_GENERATION");
        }
        public void EditarCobrancaPagamentoOnline_8661()
        {
            string holder         = "n/s41344-0";
            string paymentGateway = "Cielo Qa";
            string cardHolderName = "Usuario Teste QA";
            string cardNumber     = "4111111111111111";
            string cardValidity   = "12/21";
            string securityCode   = "123";

            MultiClubesFunctions mcFunctions = new MultiClubesFunctions();
            MultiClubesMenus     mcMenus     = new MultiClubesMenus();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            mcFunctions.ChangePaymentGateway(paymentGateway);

            mcMenus.AcessarMenuOperacaoTituloCentralDeAtendimento();

            mcFunctions.SearchHolder(holder);

            mcFunctions.AcessarCobrancasEditarCobrancas();
            mcFunctions.SearchElementByIdAndClick("linkLabelEdit", true);

            mcFunctions.SearchElementByIdAndClick("comboBoxDunType");
            mcFunctions.SearchElementByNameAndClick("À vista");
            mcFunctions.SearchElementByIdAndClick("buttonOK");
            mcFunctions.CloseWindow("Cobranças do título");
            mcFunctions.AcessarCobrancasEditarCobrancas();
            mcFunctions.SearchElementByIdAndClick("linkLabelEdit");
            mcFunctions.SearchElementByIdAndClick("comboBoxDunType");
            mcFunctions.SearchElementByNameAndClick("Pagamento online");
            mcFunctions.SearchElementByIdAndClick("buttonDetail");

            mcFunctions.SearchElementByIdAndClick("buttonCreditCardEdit");

            mcFunctions.SearchElementByIdAndClick("comboBoxCardType");

            mcFunctions.SearchElementByNameAndClick("Visa");

            mcFunctions.SearchElementByIdAndSendKeys("textBoxCardHolderName", cardHolderName);
            mcFunctions.SearchElementByIdAndSendKeys("textBoxCardNumber", cardNumber);
            mcFunctions.SearchElementByIdAndSendKeys("maskedTextBoxCardValidity", "{HOME}" + cardValidity);
            mcFunctions.SearchElementByIdAndSendKeys("textBoxSecurityCode", securityCode);

            mcFunctions.SearchElementByIdAndClick("buttonOK", true);
            mcFunctions.SearchElementByIdAndClick("buttonOK", true);
            mcFunctions.SearchElementByIdAndClick("buttonOK", true);

            mcFunctions.CloseWindow("Cobranças do título");
            mcFunctions.FinalizarAtendimentoTitulo();
            mcFunctions.CloseWindow("Central de atendimento");
        }
Exemple #4
0
        public void VisualizacaoDeBoletoIndividualSemImpressoraInstalada_8942()
        {
            string holder = "A28282";

            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();
            OpenCash             openCash    = new OpenCash();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuOperacaoTituloCentralDeAtendimento();
            McFunctions.SearchHolder(holder);

            McFunctions.AcessarCobrancasAtivas();

            McFunctions.WaitForElementLoad(By.Id("listViewDun"));

            McFunctions.WaitForElementLoad(By.Id("listViewYear"));
            driver.FindElement(By.Id("listViewYear")).FindElements(By.Id(""))[0].Click();

            var listViewDunElements = driver.FindElement(By.Id("listViewDun")).FindElements(By.Id(""));

            Console.WriteLine("Valor da cobrança: {0}", listViewDunElements[4].GetAttribute("Name"));

            new Actions(driver).MoveToElement(driver.FindElement(By.Id("listViewDun")).FindElements(By.Id(""))[0]).Build().Perform();
            new Actions(driver).DoubleClick(driver.FindElement(By.Id("listViewDun")).FindElements(By.Id(""))[0]).Build().Perform();

            McFunctions.SearchElementByIdAndClick("buttonOptions");
            McFunctions.SearchElementByNameAndClick("Boleto");
            McFunctions.SearchElementByNameAndClick("Imprimir");
            McFunctions.SearchElementByNameAndClick("Visualizar");

            McFunctions.TreatWaitScreen(5);

            McFunctions.WaitForElementLoad(By.Id("labelMessage"));
            Assert.AreEqual("Boleto bancário", driver.FindElement(By.Id("labelMessage")).GetAttribute("Name"));
            Assert.IsTrue(driver.FindElement(By.Id("printPreviewControl")).Enabled);

            Assert.Inconclusive("É necessário validar os dados do boleto manualmente");

            SendKeys.SendWait("(%{F4})");
            McFunctions.SearchElementByIdAndClick("buttonCancel", true);
            McFunctions.TreatWaitScreen(5);
            McFunctions.CloseWindow("Detalhes da cobrança");
            McFunctions.TreatWaitScreen(5);
            McFunctions.CloseWindow("Cobranças ativas");
            McFunctions.FinalizarAtendimentoTitulo();
            McFunctions.CloseWindow("Central de atendimento");
        }
        public void VendaDeTituloPorBoleto_7221()
        {
            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();
            OpenCash             openCash    = new OpenCash();

            openCash.OpenCashMethod();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            string name     = "Sócio criado em " + DateTime.Now.ToString("dd/MM/yyyy HH:mm:ss");
            string planName = "Gratuito";

            McMenus.AcessarMenuOperacaoTituloCadastroDeTitulo();

            McFunctions.SearchElementByIdAndClick("comboBoxSalePlan");
            McFunctions.SearchElementByNameAndClick("AGE - AGEPES");

            McFunctions.SearchElementByIdAndSendKeys("maskedTextBoxPostalCode", "01311000", true);

            McFunctions.SearchElementByIdAndClick("buttonSearch");

            McFunctions.SearchElementByIdAndSendKeys("textBoxNumber", "100", true);

            McFunctions.SearchElementByIdAndClick("buttonOK");

            McFunctions.SearchElementByIdAndSendKeys("textBoxName", name);
            McFunctions.SearchElementByIdAndSendKeys("textBox", "123");
            McFunctions.SearchElementByIdAndClick("buttonOK");

            McFunctions.SearchElementByIdAndClick("buttonFinalize", true);
            McFunctions.SearchElementByNameAndClick("Sim", true);

            McFunctions.SearchElementByIdAndClick("buttonService", true);

            McFunctions.AcessarProdutosAReceber();

            McFunctions.WaitForElementLoad(By.Id("listViewParcel"), 2);

            var listViewParcelElements = driver.FindElement(By.Id("listViewParcel")).FindElements(By.Id(""));

            Assert.AreEqual(planName, listViewParcelElements[0].GetAttribute("Name"));
            Assert.IsNotNull(listViewParcelElements[6].GetAttribute("Name"));

            McFunctions.CloseWindow("Parcelas");
            McFunctions.FinalizarAtendimentoTitulo();
            McFunctions.CloseWindow("Central de atendimento");
        }
        public void VerificarCobrancaDeDependente_7866()
        {
            string holder      = "A28234";
            string billingType = "Mensalidade Dependente";

            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuOperacaoTituloCentralDeAtendimento();
            McFunctions.SearchHolder(holder);

            McFunctions.AcessarCobrancasEditarCobrancas();

            McFunctions.WaitForElementLoad(By.Id("listView"));
            var listViewDunElements = driver.FindElement(By.Id("listView")).FindElements(By.Id(""));

            int    counter = 0;
            bool   dependentBillingFound = false;
            string valueBilling          = String.Empty;

            foreach (IWebElement i in listViewDunElements)
            {
                if (i.GetAttribute("Name") == billingType)
                {
                    valueBilling          = listViewDunElements[counter + 3].GetAttribute("Name");
                    dependentBillingFound = true;
                    break;
                }
                counter++;
            }

            bool dependentBillingValueFound = false;

            if (valueBilling.Contains("R$ ") && valueBilling.Contains(","))
            {
                dependentBillingValueFound = true;
            }

            McFunctions.CloseWindow("Cobranças do título");
            McFunctions.FinalizarAtendimentoTitulo();
            McFunctions.CloseWindow("Central de atendimento");

            Assert.IsTrue(dependentBillingFound, "Cobrança de dependente encontrada");
            Assert.IsTrue(dependentBillingValueFound, "Valor da cobrança de dependente encontrada");
        }
Exemple #7
0
        public void AcessarComputadores_6351()
        {
            // Para gerar código para este teste, selecione "Gerar Código para Teste de Interface do Usuário Codificado" no menu de atalho e selecione um dos itens do menu.
            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuAdministracaoSegurancaComputadores();

            this.UIMap.ProcurarTituloMultiClubesComputadores();
            this.UIMap.ProcurarTextoComputadores();

            bool listViewDisplayed = false;

            if (driver.FindElement(By.Id("listView")).Displayed)
            {
                listViewDisplayed = true;
            }

            McFunctions.CloseWindow("Computadores");

            Assert.IsTrue(listViewDisplayed, "Lista de computadores exibida");
        }
        public void AcessarParentesco_5331()
        {
            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuAdministracaoTituloParentescos();

            // Para gerar código para este teste, selecione "Gerar Código para Teste de Interface do Usuário Codificado" no menu de atalho e selecione um dos itens do menu.
            bool correctTitle = false;

            if (driver.FindElement(By.Id("labelMessage")).GetAttribute("Name") == "Parentescos")
            {
                correctTitle = true;
            }

            bool listViewDisplayed = false;

            if (driver.FindElement(By.Id("listView")).Displayed)
            {
                listViewDisplayed = true;
            }

            McFunctions.CloseWindow("Parentescos");
            Assert.IsTrue(correctTitle, "Título 'Parentescos' encontrado");
            Assert.IsTrue(listViewDisplayed, "Lista de parentescos exibida");
        }
        public void CancelarEdicaoDePlanoDeVenda_7502()
        {
            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();

            string ocupationMapName = "Mapa de ocupação criado em " + DateTime.Now.ToString("dd/MM/yyyy HH:mm:ss");

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuAdministracaoFinanceiroPlanosDeVendaPlanos();

            driver.FindElement(By.Id("treeView")).FindElement(By.Name("Ingresso online individual")).Click();
            McFunctions.TreatWaitScreen();

            IWebElement listViewElement = driver.FindElement(By.Id("listView")).FindElement(By.Name(".Ingresso Teste"));

            new Actions(driver).MoveToElement(listViewElement).ContextClick(listViewElement).Build().Perform();
            driver.FindElement(By.Name("Editar")).Click();



            McFunctions.SearchElementByIdAndClick("buttonCancel");
            McFunctions.TreatWaitScreen();

            Assert.AreEqual(driver.FindElements(By.Id("FormSalePlanOnlineEdit")).Count, 0, "Janela fechada");

            McFunctions.CloseWindow("Planos de venda");
        }
        public void AcessarCadastroDeTitulo_6348()
        {
            // Para gerar código para este teste, selecione "Gerar Código para Teste de Interface do Usuário Codificado" no menu de atalho e selecione um dos itens do menu.

            OpenCash openCash = new OpenCash();

            openCash.OpenCashMethod();

            MultiClubesFunctions mcFunctions = new MultiClubesFunctions();
            MultiClubesMenus     mcMenus     = new MultiClubesMenus();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            mcMenus.AcessarMenuOperacaoTituloCadastroDeTitulo();
            this.UIMap.ProcurarTextoCadastro();
            this.UIMap.ProcurarTextoNovoTítulo();
            this.UIMap.ProcurarBotaoTítulo();
            this.UIMap.ProcurarBotaoIncluirDependente();
            this.UIMap.ProcurarGroupBoxVenda();
            mcFunctions.CloseWindow("Cadastro de título");
        }
Exemple #11
0
        public void SimulacaoDeGeracaoDeCobrancaSemConfirmacao_6392()
        {
            MultiClubesFunctions mcFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuOperacaoFinanceiroCobrancaSimulacaoDeCobranca();

            mcFunctions.SearchElementByIdAndClick("buttonSimulate", true);
            mcFunctions.SearchElementByNameAndClick("Não", true);

            mcFunctions.TreatWaitScreen();

            bool simulationScreenFound = false;

            if (driver.FindElementsById("FormDunSimulator").Count > 0)
            {
                simulationScreenFound = true;

                mcFunctions.SearchElementByNameAndClick("Cancelar", true);
                mcFunctions.SearchElementByNameAndClick("OK", true);
            }

            Assert.IsFalse(simulationScreenFound, "Criou a janela de geração de cobrança");

            mcFunctions.CloseWindow("Simulação de cobrança");
        }
        public void ImpressaoDeBoletoIndividual_9018()
        {
            string holder = "A28282";

            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();
            OpenCash             openCash    = new OpenCash();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuOperacaoTituloCentralDeAtendimento();
            McFunctions.SearchHolder(holder);

            McFunctions.AcessarCobrancasAtivas();

            McFunctions.WaitForElementLoad(By.Id("listViewDun"));

            var listViewDunElements = driver.FindElement(By.Id("listViewDun")).FindElements(By.Id(""));

            Console.WriteLine("Valor da cobrança: {0}", listViewDunElements[4].GetAttribute("Name"));

            new Actions(driver).MoveToElement(driver.FindElement(By.Id("listViewDun")).FindElements(By.Id(""))[0]).Build().Perform();
            new Actions(driver).DoubleClick(driver.FindElement(By.Id("listViewDun")).FindElements(By.Id(""))[0]).Build().Perform();

            McFunctions.SearchElementByIdAndClick("buttonOptions");
            McFunctions.SearchElementByNameAndClick("Boleto");
            McFunctions.SearchElementByNameAndClick("Imprimir");
            McFunctions.SearchElementByIdAndClick("buttonPrint");

            this.UIMap.ImprimirDoPdf();

            McFunctions.WaitForElementLoad(By.Name("Impressão concluída"));
            SendKeys.SendWait("(%{F4})");

            McFunctions.CloseWindow("Imprimir boletos");
            McFunctions.TreatWaitScreen();
            McFunctions.CloseWindow("Detalhes da cobrança");
            McFunctions.CloseWindow("Cobranças ativas");
            McFunctions.FinalizarAtendimentoTitulo();
            McFunctions.CloseWindow("Central de atendimento");

            Assert.Inconclusive("Verificar o boleto gerado em C:/TestesAutomatizados/TestResults/boleto_tc9018.pdf");
        }
        public void VenderTituloNoCaixaComConfirmacao_5589()
        {
            string name = "Sócio criado em " + DateTime.Now.ToString("dd/MM/yyyy HH:mm:ss");

            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();
            OpenCash             openCash    = new OpenCash();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            openCash.OpenCashMethod();

            McMenus.AcessarMenuOperacaoTituloCadastroDeTitulo();

            McFunctions.SearchElementByIdAndClick("comboBoxSalePlan");
            McFunctions.SearchElementByNameAndClick("AGE - AGEPES");

            McFunctions.TreatWaitScreen();

            McFunctions.SearchElementByIdAndSendKeys("maskedTextBoxPostalCode", "01311000");

            McFunctions.SearchElementByIdAndClick("buttonSearch");
            McFunctions.TreatWaitScreen();

            McFunctions.SearchElementByIdAndSendKeys("textBoxNumber", "100");

            McFunctions.SearchElementByIdAndClick("buttonOK");

            McFunctions.SearchElementByIdAndSendKeys("textBoxName", name);
            McFunctions.SearchElementByIdAndSendKeys("textBox", "123");
            McFunctions.SearchElementByIdAndClick("buttonOK");

            McFunctions.SearchElementByIdAndClick("buttonFinalize", true);
            McFunctions.SearchElementByNameAndClick("Sim", true);
            McFunctions.TreatWaitScreen();

            McFunctions.SearchElementByIdAndClick("buttonClose");

            McMenus.AcessarMenuOperacaoTituloCentralDeAtendimento();
            McFunctions.SendAndCheckKeys("textBoxKeyword", name);
            Keyboard.SendKeys("{Enter}");

            McFunctions.TreatWaitScreen();

            bool foundHolder = false;

            if (driver.FindElement(By.Id("listView")).FindElements(By.Name(name)).Count > 0)
            {
                foundHolder = true;
            }

            Assert.IsTrue(foundHolder, "Título não foi criado");

            McFunctions.CloseWindow("Central de Atendimento");
        }
Exemple #14
0
        public void CriarPlanoDeVenda_10720()
        {
            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();

            string planName = "Plano de venda criado em " + DateTime.Now.ToString("dd/MM/yyyy HH:mm:ss");

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuAdministracaoFinanceiroPlanosDeVendaPlanos();

            McFunctions.WaitForElementLoad(By.Id("treeView"));

            driver.FindElement(By.Id("treeView")).FindElement(By.Name("Título local")).Click();

            McFunctions.WaitForElementLoad(By.Id("listView"), 2);

            IWebElement listViewElement = driver.FindElement(By.Id("listView"));

            new Actions(driver).MoveToElement(listViewElement).ContextClick(listViewElement).Build().Perform();
            driver.FindElement(By.Name("Incluir")).Click();

            McFunctions.TreatWaitScreen();

            McFunctions.WaitForElementLoad(By.Id("textBoxName"), 2);
            McFunctions.SearchElementByIdAndSendKeys("textBoxName", planName);

            driver.FindElement(By.Id("comboBoxTitleType")).Click();
            driver.FindElement(By.Name("AA - Teste")).Click();

            driver.FindElement(By.Id("comboBoxTitleCodeSequence")).Click();
            driver.FindElement(By.Name("AE")).Click();

            McFunctions.SearchElementByNameAndClick("Venda");

            driver.FindElement(By.Id("comboBoxProduct")).Click();
            driver.FindElement(By.Name("Título A")).Click();

            driver.FindElement(By.Id("comboBoxDunInstitution")).Click();
            driver.FindElement(By.Name("BRADESCO BOLETO MULTICLUBES")).Click();

            McFunctions.SearchElementByIdAndClick("buttonOK");
            McFunctions.TreatWaitScreen();

            bool createdPlan = false;

            if (listViewElement.FindElements(By.Name(planName)).Count > 0)
            {
                createdPlan = true;
            }

            McFunctions.CloseWindow("Planos de venda");

            Assert.IsTrue(createdPlan, "Plano criado");
        }
Exemple #15
0
        public void GerarCobrancaIndividual_7688()
        {
            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuOperacaoTituloCentralDeAtendimento();
            McFunctions.SearchHolder("A28248");

            McFunctions.AcessarCobrancasEditarCobrancas();

            McFunctions.WaitForElementLoad(By.Id("listViewDuns"));
            string billing      = driver.FindElement(By.Id("listViewDuns")).FindElements(By.Id(""))[0].GetAttribute("Name");
            string billingValue = billing.Substring(billing.IndexOf("R$"));

            Console.WriteLine(billingValue);

            McFunctions.SearchElementByIdAndClick("linkLabelGenerate");

            McFunctions.SearchElementByIdAndClick("buttonGenerate", true);

            McFunctions.SearchElementByNameAndClick("Sim", true);

            McFunctions.WaitForElementLoad(By.Name("OK"));

            string generatedBilling = driver.FindElement(By.Id("labelTotalValue")).GetAttribute("Name");

            McFunctions.SearchElementByNameAndClick("OK");

            McFunctions.CloseWindow("Cobranças do título");

            McFunctions.FinalizarAtendimentoTitulo();
            McFunctions.CloseWindow("Central de Atendimento");

            Assert.AreEqual(billingValue, generatedBilling, "Valor previsto foi o valor gerado");
        }
Exemple #16
0
        public void ReemissaoDeRemessa_7483()
        {
            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuOperacaoFinanceiroTransacoesBancariasRemessasAnteriores();

            McFunctions.WaitForElementLoad(By.Id("listView"), 15);
            driver.FindElement(By.Id("listView")).FindElements(By.Id(""))[0].Click();

            string fileName = driver.FindElement(By.Id("listView")).FindElements(By.Id(""))[0].GetAttribute("Name");

            McFunctions.SearchElementByIdAndClick("buttonOptions", true);
            McFunctions.SearchElementByNameAndClick("Reemitir", true);

            McFunctions.WaitForElementLoad(By.Id("textBoxFolder"));

            string folderPath = "C:/TestesAutomatizados/TestResults";

            McFunctions.SearchElementByIdAndSendKeys("textBoxFolder", folderPath);

            McFunctions.SearchElementByIdAndClick("buttonOK");

            McFunctions.WaitForElementLoad(By.Name("Concluído"), 10);
            McFunctions.SearchElementByIdAndClick("buttonOK");

            McFunctions.CloseWindow("Diretório Saída Remessa");
            McFunctions.CloseWindow("Remessas anteriores");

            string filePath = folderPath + "/" + fileName;

            Assert.IsTrue(File.Exists(filePath), "Arquivo gerado corretamente");
        }
Exemple #17
0
        public void InclusaoDeDependenteComPendenciaAutomaticaAtiva_9761()
        {
            MultiClubesFunctions mcFunctions = new MultiClubesFunctions();
            MultiClubesMenus     mMcMenus    = new MultiClubesMenus();
            OpenCash             openCash    = new OpenCash();

            openCash.OpenCashMethod();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            string dependentName = "Dependente criado em " + DateTime.Now.ToString("dd/MM/yyyy HH:mm:ss");

            mcFunctions.AcessarCentralDeAtendimento();
            mcFunctions.SearchHolder("age0399");

            mcFunctions.SearchElementByNameAndClick("Título", true);

            mcFunctions.SearchElementByIdAndClick("sideButtonNewMember", true);

            mcFunctions.SearchElementByIdAndSendKeys("textBoxName", dependentName, true);
            mcFunctions.SearchElementByIdAndClick("comboBoxParentage");
            mcFunctions.SearchElementByNameAndClick("Nora");
            mcFunctions.SearchElementByIdAndSendKeys("textBox", "123");
            mcFunctions.SearchElementByIdAndClick("buttonOK");

            mcFunctions.WaitForElementLoad(By.Id("labelWarning"));

            bool foundText = driver.FindElement(By.Id("labelWarning")).GetAttribute("Name").Contains("Cadastro de dependente local");

            IWebElement holderElement = driver.FindElement(By.Name("Dependente"));

            holderElement.Click();
            new Actions(driver).MoveToElement(holderElement).ContextClick(holderElement).Build().Perform();

            mcFunctions.SearchElementByNameAndClick("Status", true);
            mcFunctions.SearchElementByNameAndClick("Excluir", true);
            mcFunctions.SearchElementByNameAndClick("Sim", true);
            mcFunctions.SearchElementByNameAndClick("OK", true);

            mcFunctions.FinalizarAtendimentoTitulo();
            mcFunctions.CloseWindow();

            Assert.IsTrue(foundText, "Texto \"Cadastro de dependente local\" presente na \"labelWarning\"");
        }
Exemple #18
0
        public void AcessarSeguranca_6350()
        {
            // Para gerar código para este teste, selecione "Gerar Código para Teste de Interface do Usuário Codificado" no menu de atalho e selecione um dos itens do menu.
            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuAdministracaoSegurancaPermissoes();
            this.UIMap.ProcurarTituloPermissoes();
            this.UIMap.ProcurarTextoGruposEPermissoes();
            this.UIMap.ProcurarTextoSeguranca();
            McFunctions.CloseWindow("Permissões");
        }
        public void IncluirControleDeAcesso_8704()
        {
            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();

            string accessControlName            = "Controle de Acesso criado em " + DateTime.Now.ToString("dd/MM/yyyy HH:mm:ss");
            string descriptionAccessControlName = "Descrição " + accessControlName;

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuAdministracaoAcessoControlesDeAcesso();

            IWebElement listViewElement = driver.FindElement(By.Id("listView"));

            new Actions(driver).MoveToElement(listViewElement).ContextClick(listViewElement).Build().Perform();
            driver.FindElement(By.Name("Incluir")).Click();

            McFunctions.SearchElementByIdAndSendKeys("textBoxName", accessControlName);
            McFunctions.SearchElementByIdAndSendKeys("textBoxDescription", descriptionAccessControlName);

            McFunctions.SearchElementByIdAndClick("buttonRules");

            //verificar quais regras serão aplicadas

            McFunctions.SearchElementByIdAndClick("buttonOK");
            McFunctions.SearchElementByIdAndClick("buttonOK");
            McFunctions.TreatWaitScreen();

            bool createdAcessControl = false;

            if (listViewElement.FindElements(By.Name(accessControlName)).Count > 0)
            {
                createdAcessControl = true;
            }

            McFunctions.CloseWindow("Controle de Acesso");

            Assert.IsTrue(createdAcessControl, "Controle de acesso criado");
        }
        public void AcessarGruposDeProduto_5885()
        {
            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            // Para gerar código para este teste, selecione "Gerar Código para Teste de Interface do Usuário Codificado" no menu de atalho e selecione um dos itens do menu.
            McMenus.AcessarMenuAdministracaoFinanceiroGruposDeProdutos();
            McFunctions.TreatWaitScreen();
            this.UIMap.ProcurarTituloMultiClubesGruposDeProduto();
            this.UIMap.ProcurarTextoGruposDeProduto();
            this.UIMap.ProcurarColunaGrupo();
            McFunctions.CloseWindow("Grupos de produto");
        }
        public void SimulacaodeGeracaodeCobrancaTodas_6387()
        {
            MultiClubesFunctions mcFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuOperacaoFinanceiroCobrancaSimulacaoDeCobranca();


            mcFunctions.WaitForElementLoad(By.Id("buttonSimulate"));
            driver.FindElement(By.Id("buttonSimulate")).Click();

            mcFunctions.WaitForElementLoad(By.Name("Sim"));
            driver.FindElement(By.Name("Sim")).Click();

            mcFunctions.CheckBillingForecast();

            int counter = 0;

            Thread.Sleep(1000);
            while ((driver.FindElements(By.Name("Simulando...")).Count > 0) && (driver.FindElements(By.Name("OK")).Count < 1) && (counter < 100))
            {
                Console.WriteLine(DateTime.Now.ToString("HH:mm:ss"));
                // Waiting 3 minutes:
                Thread.Sleep(180000);
                counter++;
            }

            Console.WriteLine("Término da simulação de cobrança: {0} (margem de erro menor que 5 minutos)", DateTime.Now.ToString("HH:mm"));

            driver.FindElement(By.Name("OK")).Click();

            mcFunctions.CloseWindow();
        }
        public void InclusaoDeMapaDeOcupacao_9265()
        {
            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();

            string ocupationMapName = "Mapa de ocupação criado em " + DateTime.Now.ToString("dd/MM/yyyy HH:mm:ss");

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            // Para gerar código para este teste, selecione "Gerar Código para Teste de Interface do Usuário Codificado" no menu de atalho e selecione um dos itens do menu.
            McMenus.AcessarMenuAdministracaoMapasDeOcupacao();

            IWebElement listViewElement = driver.FindElement(By.Id("listView"));

            new Actions(driver).MoveToElement(listViewElement).ContextClick(listViewElement).Build().Perform();
            driver.FindElement(By.Name("Incluir")).Click();

            McFunctions.WaitForElementLoad(By.Id("textBoxName"));
            McFunctions.SearchElementByIdAndSendKeys("textBoxName", ocupationMapName);

            McFunctions.SearchElementByIdAndClick("buttonOK");
            McFunctions.TreatWaitScreen();

            bool createdAcessControl = false;

            if (listViewElement.FindElements(By.Name(ocupationMapName)).Count > 0)
            {
                createdAcessControl = true;
            }

            McFunctions.CloseWindow("Mapas de ocupação");

            Assert.IsTrue(createdAcessControl, "Mapa de ocupação criado");
        }
        public void DetalharCobranca_8409()
        {
            string holder              = "A28282";
            string modalityName        = "AP 2826 - Beach Tênis - Normal - 15:00:00";
            string modalityBillingName = "Beach Tênis";

            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();
            OpenCash             openCash    = new OpenCash();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            openCash.OpenCashMethod();

            McMenus.AcessarMenuOperacaoTituloCentralDeAtendimento();
            McFunctions.SearchHolder(holder);

            McFunctions.WaitForElementLoad(By.Id("listViewMembers"));

            IWebElement holderElement = driver.FindElement(By.Id("listViewMembers")).FindElements(By.Name("Titular"))[0];

            holderElement.Click();

            new Actions(driver).MoveToElement(holderElement).ContextClick(holderElement).Build().Perform();

            new Actions(driver).MoveToElement(driver.FindElement(By.Name("Modalidades"))).Click(driver.FindElement(By.Name("Modalidades"))).Build().Perform();

            driver.FindElement(By.Name("Modalidades")).FindElement(By.Name("Nova matrícula")).Click();

            McFunctions.SearchElementByNameAndClick(modalityName, true);

            McFunctions.SearchElementByNameAndClick("Avançar");

            McFunctions.SearchElementByIdAndClick("checkBoxFirstMaintenance", true);

            McFunctions.SearchElementByIdAndClick("radioButtonMain");

            McFunctions.SearchElementByIdAndClick("buttonOK", true);

            McFunctions.SearchElementByNameAndClick("Sim");

            McFunctions.CashReceiptByBillingGeneration();

            McFunctions.AcessarProdutosAReceber();

            McFunctions.WaitForElementLoad(By.Id("listViewYear"));
            driver.FindElement(By.Id("listViewYear")).FindElements(By.Id(""))[0].Click();

            McFunctions.WaitForElementLoad(By.Id("listViewParcel"), 60);

            IWebElement billingName = driver.FindElement(By.Name(modalityBillingName));

            new Actions(driver).MoveToElement(billingName).DoubleClick(billingName).Build().Perform();

            McFunctions.SearchElementByIdAndClick("buttonOptions", true);
            McFunctions.SearchElementByNameAndClick("Detalhar manutenção");

            McFunctions.WaitForElementLoad(By.Id("listViewDiscounts"));

            bool discountFound      = false;
            bool yesterdayDateFound = false;

            foreach (IWebElement i in driver.FindElement(By.Id("listViewDiscounts")).FindElements(By.Id("")))
            {
                if (i.GetAttribute("Name") == "Até " + DateTime.Now.AddDays(-1).ToString("dd/MM/yyyy"))
                {
                    yesterdayDateFound = true;
                }
                if (i.GetAttribute("Name") == "Aplicado")
                {
                    discountFound = true;
                }
            }
            Assert.IsTrue(yesterdayDateFound, "Período de desconto correto");
            Assert.IsTrue(discountFound, "Desconto proporcional aplicado");

            McFunctions.CloseWindow("Manutenção - Detalhe da geração da manutenção");
            McFunctions.CloseWindow("Parcela - Detalhes da parcela e venda");
            McFunctions.CloseWindow("Parcelas - Produtos a receber");

            new Actions(driver).MoveToElement(holderElement).ContextClick(holderElement).Build().Perform();
            McFunctions.SearchElementByNameAndClick("Modalidades");

            driver.FindElement(By.Name(modalityBillingName + " - " + modalityName)).Click();

            McFunctions.SearchElementByIdAndClick("buttonOptions");

            McFunctions.SearchElementByNameAndClick("Cancelar matrícula");

            McFunctions.WaitForElementLoad(By.Id("listViewParcel"));
            foreach (IWebElement i in driver.FindElement(By.Id("listViewParcel")).FindElements(By.Id("")))
            {
                if (i.GetAttribute("ControlType") == "ControlType.CheckBox")
                {
                    i.Click();
                }
            }
            McFunctions.SearchElementByIdAndClick("buttonOK");
            McFunctions.SearchElementByNameAndClick("Sim");

            McFunctions.TreatWaitScreen();

            bool remainingRegistration = false;

            new Actions(driver).MoveToElement(holderElement).ContextClick(holderElement).Build().Perform();
            driver.FindElement(By.Name("Modalidades")).Click();
            if (driver.FindElements(By.Name(modalityName)).Count == 0)
            {
                remainingRegistration = true;
            }

            Assert.IsTrue(remainingRegistration, "Matrícula cancelada com sucesso");
            McFunctions.FinalizarAtendimentoTitulo();
            McFunctions.CloseWindow("Central de atendimento");
        }
        public void CadastroDeTituloLocalComPendenciaAutomaticaAtiva_9760()
        {
            MultiClubesFunctions mcFunctions = new MultiClubesFunctions();
            MultiClubesMenus     mMcMenus    = new MultiClubesMenus();
            OpenCash             openCash    = new OpenCash();

            openCash.OpenCashMethod();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            string name = "Sócio criado em " + DateTime.Now.ToString("dd/MM/yyyy HH:mm:ss");

            mMcMenus.AcessarMenuOperacaoTituloCadastroDeTitulo();

            mcFunctions.SearchElementByIdAndClick("comboBoxSalePlan");
            mcFunctions.SearchElementByNameAndClick("AGE - AGEPES 2");

            mcFunctions.SearchElementByIdAndSendKeys("maskedTextBoxPostalCode", "01311000");

            mcFunctions.SearchElementByIdAndClick("buttonSearch");

            mcFunctions.SearchElementByIdAndSendKeys("textBoxNumber", "100", true);

            mcFunctions.SearchElementByIdAndClick("buttonOK");

            mcFunctions.SearchElementByIdAndSendKeys("textBoxName", name);

            mcFunctions.SearchElementByIdAndClick("buttonChangeDocumentType");
            mcFunctions.SearchElementByNameAndClick("Outro");

            mcFunctions.SearchElementByIdAndSendKeys("textBox", "123{TAB}321");
            mcFunctions.SearchElementByIdAndClick("buttonOK");

            if (driver.FindElements(By.Name("Duplicidade de sócio")).Count > 0)
            {
                mcFunctions.SearchElementByIdAndClick("buttonOK");
            }

            mcFunctions.SearchElementByIdAndClick("comboBoxDunType");
            mcFunctions.SearchElementByNameAndClick("Débito em conta");

            mcFunctions.SearchElementByIdAndClick("buttonDetail");

            // Instituição de cobrança
            mcFunctions.SearchElementByIdAndClick("comboBoxDunInstitution", true);
            string instituition = "BANCO DO BRASIL DEBITO AUTOMATICO";

            mcFunctions.SearchElementByNameAndClick(instituition);

            // Ciclo
            mcFunctions.SearchElementByIdAndClick("comboBoxCycle", true);
            string cycle = "Mensal";

            mcFunctions.SearchElementByNameAndClick(cycle);

            mcFunctions.SearchElementByIdAndSendKeys("comboBoxCycle", "{TAB}123{TAB}1{TAB}321{TAB}2");

            mcFunctions.SearchElementByIdAndSendKeys("textBoxDueDay", "5");

            mcFunctions.SearchElementByIdAndClick("buttonOK", true);
            mcFunctions.SearchElementByIdAndClick("buttonFinalize");
            mcFunctions.SearchElementByNameAndClick("Sim", true);

            mcFunctions.SearchElementByIdAndClick("buttonService", true);

            mcFunctions.WaitForElementLoad(By.Id("labelWarning"));

            mcFunctions.WaitForElementLoad(By.Id("labelWarning"));
            Assert.IsTrue(driver.FindElement(By.Id("labelWarning")).GetAttribute("Name").Contains("Cadastro de título local"), "Texto \"Cadastro de título local\" presente na \"labelWarning\"");

            mcFunctions.WaitForElementLoad(By.Name("Fechar"));
            mcFunctions.FinalizarAtendimentoTitulo();
            mcFunctions.CloseWindow("Central de atendimento");
        }
        public void DesfazerCobrancaIndividual_7695()
        {
            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuOperacaoTituloCentralDeAtendimento();
            McFunctions.SearchHolder("A28248");

            McFunctions.AcessarCobrancasAtivas();

            McFunctions.WaitForElementLoad(By.Id("listViewYear"));
            driver.FindElement(By.Id("listViewYear")).FindElements(By.Id(""))[0].Click();

            McFunctions.WaitForElementLoad(By.Id("listViewDun"));
            var listViewDunElements = driver.FindElement(By.Id("listViewDun")).FindElements(By.Id(""));

            int counter = 0;

            foreach (IWebElement i in listViewDunElements)
            {
                if (i.GetAttribute("Name") == "")
                {
                    break;
                }
                counter++;
            }
            string billing = listViewDunElements[counter - 3].GetAttribute("Name");

            listViewDunElements[counter - 3].Click();

            new Actions(driver).DoubleClick(listViewDunElements[counter - 3]).Build().Perform();

            McFunctions.SearchElementByIdAndClick("buttonOptions");

            McFunctions.SearchElementByNameAndClick("Desfazer cobrança");

            McFunctions.SearchElementByNameAndClick("Sim");

            if (driver.FindElements(By.Name("Informação")).Count > 0)
            {
                McFunctions.SearchElementByNameAndClick("OK");
                McFunctions.SearchElementByNameAndClick("Erros");
            }

            McFunctions.SearchElementByNameAndClick("OK", true);

            McFunctions.WaitForElementLoad(By.Id("listViewDun"));

            bool undoneBilling = true;

            if (driver.FindElement(By.Id("listViewDun")).FindElements(By.Name(billing)).Count > 0)
            {
                undoneBilling = false;
            }
            McFunctions.CloseWindow("Cobranças ativas");
            McFunctions.FinalizarAtendimentoTitulo();
            McFunctions.CloseWindow("Central de atendimento");

            Assert.IsTrue(undoneBilling, "Cobrança desfeita");
        }
        public void EditarMensagemInstrucaoEMensagemExternaDeBoletoPendente_9078()
        {
            string holder = "A28282";

            string message         = "mensagem teste" + DateTime.Now.ToString("_dd_MM_yyyy_HH_mm_ss");
            string instruction     = "instrução teste" + DateTime.Now.ToString("_dd_MM_yyyy_HH_mm_ss");
            string externalMessage = "mensagem externa teste" + DateTime.Now.ToString("dd_MM_yyyy_HH_mm_ss");


            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();
            OpenCash             openCash    = new OpenCash();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuOperacaoTituloCentralDeAtendimento();
            McFunctions.SearchHolder(holder);

            McFunctions.AcessarCobrancasAtivas();

            McFunctions.WaitForElementLoad(By.Id("listViewYear"));
            driver.FindElement(By.Id("listViewYear")).FindElements(By.Id(""))[0].Click();

            McFunctions.WaitForElementLoad(By.Id("listViewDun"));
            new Actions(driver).MoveToElement(driver.FindElement(By.Id("listViewDun")).FindElements(By.Id(""))[0]).Build().Perform();
            new Actions(driver).DoubleClick(driver.FindElement(By.Id("listViewDun")).FindElements(By.Id(""))[0]).Build().Perform();

            McFunctions.SearchElementByIdAndClick("buttonOptions", true);
            McFunctions.SearchElementByNameAndClick("Boleto");
            McFunctions.SearchElementByNameAndClick("Alterar mensagem");

            McFunctions.ClearTextAreaById("clipboardTextBox");
            McFunctions.SearchElementByIdAndSendKeys("clipboardTextBox", message);

            McFunctions.SearchElementByNameAndClick("Instrução");
            McFunctions.ClearTextAreaById("clipboardTextBox");
            McFunctions.SearchElementByIdAndSendKeys("clipboardTextBox", instruction);

            McFunctions.SearchElementByNameAndClick("Mensagem externa");
            McFunctions.ClearTextAreaById("clipboardTextBox");
            McFunctions.SearchElementByIdAndSendKeys("clipboardTextBox", externalMessage);

            McFunctions.SearchElementByIdAndClick("buttonOK");

            McFunctions.SearchElementByIdAndClick("buttonOptions");
            McFunctions.SearchElementByNameAndClick("Boleto");
            McFunctions.SearchElementByNameAndClick("Alterar mensagem");

            Assert.AreEqual(driver.FindElement(By.Id("clipboardTextBox")).GetAttribute("Name"), message);

            McFunctions.SearchElementByNameAndClick("Instrução");
            Assert.AreEqual(driver.FindElement(By.Id("clipboardTextBox")).GetAttribute("Name"), instruction);

            McFunctions.SearchElementByNameAndClick("Mensagem externa");
            Assert.AreEqual(driver.FindElement(By.Id("clipboardTextBox")).GetAttribute("Name"), externalMessage);

            McFunctions.SearchElementByIdAndClick("buttonOK");

            McFunctions.CloseWindow("Detalhes da cobrança");
            McFunctions.CloseWindow("Cobranças ativas");
            McFunctions.FinalizarAtendimentoTitulo();
            McFunctions.CloseWindow("Central de atendimento");
        }
        public void InclusaoEExclusaoDeDependente_7875_7876()
        {
            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();
            OpenCash             openCash    = new OpenCash();

            openCash.OpenCashMethod();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            string holderName    = "Sócio criado em " + DateTime.Now.ToString("dd/MM/yyyy HH:mm:ss");
            string dependentName = "Dependente criado em " + DateTime.Now.ToString("dd/MM/yyyy HH:mm:ss");

            McMenus.AcessarMenuOperacaoTituloCadastroDeTitulo();

            McFunctions.SearchElementByIdAndClick("comboBoxSalePlan", true);
            McFunctions.SearchElementByNameAndClick("AGE - AGEPES");

            McFunctions.SearchElementByIdAndSendKeys("maskedTextBoxPostalCode", "01311000", true);

            McFunctions.SearchElementByIdAndClick("buttonSearch");

            McFunctions.SearchElementByIdAndSendKeys("textBoxNumber", "100", true);

            McFunctions.SearchElementByIdAndClick("buttonOK");

            McFunctions.SearchElementByIdAndSendKeys("textBoxName", holderName);
            McFunctions.SearchElementByIdAndSendKeys("textBox", "123");
            McFunctions.SearchElementByIdAndClick("buttonOK");

            McFunctions.SearchElementByIdAndClick("buttonFinalize", true);
            McFunctions.SearchElementByNameAndClick("Sim", true);

            McFunctions.SearchElementByIdAndClick("buttonService", true);

            McFunctions.SearchElementByNameAndClick("Título", true);

            McFunctions.SearchElementByIdAndClick("sideButtonNewMember", true);

            McFunctions.SearchElementByIdAndSendKeys("textBoxName", dependentName, true);
            McFunctions.SearchElementByIdAndClick("comboBoxParentage");
            McFunctions.SearchElementByNameAndClick("Nora");
            McFunctions.SearchElementByIdAndSendKeys("textBox", "123");
            McFunctions.SearchElementByIdAndClick("buttonOK");

            WebDriverWait wait = new WebDriverWait(driver, TimeSpan.FromSeconds(50));

            wait.Until(ExpectedConditions.ElementToBeClickable(By.Id("listViewMembers")));

            var listViewDunElements = driver.FindElement(By.Id("listViewMembers")).FindElements(By.Id(""));

            int  counter        = 0;
            bool dependentFound = false;

            foreach (IWebElement i in listViewDunElements)
            {
                if (i.GetAttribute("Name") == dependentName)
                {
                    dependentFound = true;
                    break;
                }
                counter++;
            }

            Assert.IsTrue(dependentFound, "Dependente não encontrado");

            McFunctions.SearchElementByNameAndClick("Dependente");
            new Actions(driver).MoveToElement(driver.FindElement(By.Name("Dependente"))).ContextClick(driver.FindElement(By.Name("Dependente"))).Build().Perform();

            McFunctions.SearchElementByNameAndClick("Status", true);
            McFunctions.SearchElementByNameAndClick("Excluir");
            McFunctions.SearchElementByNameAndClick("Sim");
            McFunctions.SearchElementByIdAndClick("buttonOK");

            McFunctions.TreatWaitScreen();

            int  counter2        = 0;
            bool dependentFound2 = false;

            foreach (IWebElement i in listViewDunElements)
            {
                if (i.GetAttribute("Name") == dependentName)
                {
                    dependentFound2 = true;
                    break;
                }
                counter2++;
            }

            Assert.IsFalse(dependentFound2, "Dependente encontrado");

            McFunctions.FinalizarAtendimentoTitulo();
            McFunctions.CloseWindow("Central de atendimento");
        }
Exemple #28
0
        public void VenderProdutoParaTituloCentralDeAtendimento_6478()
        {
            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();
            OpenCash             openCash    = new OpenCash();

            openCash.OpenCashMethod();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            string productName = " Festa Junina - Venda de Tickets - 2,00";

            McMenus.AcessarMenuOperacaoTituloCentralDeAtendimento();

            McFunctions.SearchHolder("A28282");

            McFunctions.SearchElementByNameAndClick("Título");
            driver.FindElement(By.Id("sideBar")).FindElement(By.Id("LargeIncrement")).Click();
            McFunctions.SearchElementByNameAndClick("Vender produto");
            McFunctions.TreatWaitScreen();

            McFunctions.SearchElementByIdAndClick("buttonSelect");
            McFunctions.SearchElementByNameAndClick(productName, true, 2);
            McFunctions.SearchElementByIdAndClick("buttonOK");

            string totalValue = driver.FindElementById("labelTotalValue").GetAttribute("Name");

            McFunctions.SearchElementByIdAndClick("buttonOK");

            McFunctions.SearchElementByNameAndClick("Sim", true, 2);
            McFunctions.TreatWaitScreen();

            McFunctions.SearchElementByIdAndClick("buttonOK", true, 2);

            McFunctions.SearchElementByIdAndClick("buttonReceive", true, 2);
            driver.FindElement(By.Name("Receber")).FindElement(By.Name("Receber")).Click();

            bool productFound = false;

            if (driver.FindElement(By.Id("listViewParcels")).FindElements(By.Name(productName)).Count > 0)
            {
                productFound = true;
            }

            bool valueFound = false;

            if (driver.FindElement(By.Id("listViewParcels")).FindElements(By.Name(totalValue)).Count > 0)
            {
                valueFound = true;
            }

            McFunctions.SearchElementByIdAndClick("buttonAdd");

            McFunctions.SearchElementByIdAndClick("buttonOK");
            McFunctions.SearchElementByNameAndClick("Sim", true, 2);
            McFunctions.TreatWaitScreen();
            McFunctions.TreatWaitScreen();

            McFunctions.SearchElementByIdAndClick("buttonOK", true);

            McFunctions.FinalizarAtendimentoTitulo();
            McFunctions.CloseWindow("Central de atendimento");

            Assert.IsTrue(productFound, "Produto \"" + productName + "\" não encontrado no A Receber");
            Assert.IsTrue(valueFound, "Cobrança de " + totalValue + " não encontrada no A Receber");
        }
Exemple #29
0
        public void VisualizarMensagemInstrucaoEMensagemExternaDeBoletoPago_9061()
        {
            string holder = "N/S41344-0";

            MultiClubesFunctions McFunctions = new MultiClubesFunctions();
            MultiClubesMenus     McMenus     = new MultiClubesMenus();
            OpenCash             openCash    = new OpenCash();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            McMenus.AcessarMenuOperacaoTituloCentralDeAtendimento();
            McFunctions.SearchHolder(holder);

            McFunctions.AcessarCobrancasAtivas();

            McFunctions.WaitForElementLoad(By.Id("listViewYear"));
            driver.FindElement(By.Id("listViewYear")).FindElements(By.Id(""))[0].Click();

            new Actions(driver).DoubleClick(driver.FindElement(By.Id("listViewDun")).FindElements(By.Name("444100000143"))[0]).Build().Perform();
            McFunctions.TreatWaitScreen();
            McFunctions.SearchElementByIdAndClick("buttonOptions");
            McFunctions.SearchElementByNameAndClick("Boleto");
            McFunctions.SearchElementByNameAndClick("Visualizar mensagem");

            bool messageFound = false;

            if (driver.FindElements(By.Name("MSG TESTE")).Count > 0)
            {
                messageFound = true;
            }

            McFunctions.SearchElementByNameAndClick("Instrução");
            bool instructionFound = false;

            if (driver.FindElements(By.Name("INSTRUCAO TESTE")).Count > 0)
            {
                instructionFound = true;
            }

            McFunctions.SearchElementByNameAndClick("Mensagem externa");
            bool externalMessageFound = false;

            if (driver.FindElements(By.Name("MSG EXTERNA TESTE")).Count > 0)
            {
                externalMessageFound = true;
            }

            driver.FindElement(By.Name("Cancelar")).Click();
            McFunctions.CloseWindow("Detalhes da cobrança");
            McFunctions.CloseWindow("Cobranças ativas");
            McFunctions.FinalizarAtendimentoTitulo();
            McFunctions.CloseWindow("Central de atendimento");

            Assert.IsTrue(messageFound, "Mensagem Encontrada");
            Assert.IsTrue(instructionFound, "Instrução Encontrada");
            Assert.IsTrue(externalMessageFound, "Mensagem externa Encontrada");
        }
        public void TransfereciaDeTituloEmFamiliaComPendenciaAutomaticaAtiva_9766()
        {
            MultiClubesFunctions mcFunctions = new MultiClubesFunctions();
            MultiClubesMenus     mcMenus     = new MultiClubesMenus();
            OpenCash             openCash    = new OpenCash();

            openCash.OpenCashMethod();

            var dc = new DesiredCapabilities();

            dc.SetCapability("app", @"\\tsidev\Triade\Application\Dev\MultiClubes\System\MultiClubes\MultiClubes.UI.application");
            dc.SetCapability("debugConnectToRunningApp", true);
            RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc);

            string dependentName = "Sócio criado em " + DateTime.Now.ToString("dd/MM/yyyy HH:mm:ss");

            mcMenus.AcessarMenuAdministracaoTituloPendencias();
            mcFunctions.SearchElementByNameAndClick("Título");

            mcFunctions.SearchElementByNameAndRightClick("Transferência de título");

            if (driver.FindElements(By.Name("Ativar")).Count > 0)
            {
                mcFunctions.SearchElementByNameAndClick("Ativar");
            }

            mcFunctions.CloseWindow("Pendências");

            mcFunctions.AcessarCentralDeAtendimento();
            mcFunctions.SearchHolder("age0397");

            mcFunctions.SearchElementByNameAndClick("Título", true);

            mcFunctions.SearchElementByIdAndClick("sideButtonNewMember", true);

            mcFunctions.SearchElementByIdAndSendKeys("textBoxName", dependentName, true);
            mcFunctions.SearchElementByIdAndClick("comboBoxParentage");
            mcFunctions.SearchElementByNameAndClick("Parentesco Teste Automatizado");
            mcFunctions.SearchElementByIdAndSendKeys("textBox", "123");
            mcFunctions.SearchElementByIdAndClick("buttonOK");

            mcFunctions.WaitForElementLoad(By.Id("LargeIncrement"));
            driver.FindElement(By.Id("sideBar")).FindElement(By.Id("LargeIncrement")).Click();

            mcFunctions.SearchElementByIdAndClick("sideButtonTransferTitle", true);
            mcFunctions.SearchElementByIdAndClick("radioButtonFamily", true);
            mcFunctions.SearchElementByIdAndClick("comboBoxProduct");
            mcFunctions.SearchElementByNameAndClick("Transferencia sem custo");

            mcFunctions.SearchElementByIdAndClick("buttonOK");

            mcFunctions.SearchElementByIdAndClick("comboBoxMember", true);
            mcFunctions.SearchElementByNameAndClick(dependentName);
            mcFunctions.SearchElementByIdAndClick("buttonAdvance");
            mcFunctions.SearchElementByNameAndClick("Sim", true);
            mcFunctions.SearchElementByNameAndClick("OK", true);

            IWebElement holderElement = driver.FindElement(By.Name("Dependente"));

            holderElement.Click();
            new Actions(driver).MoveToElement(holderElement).ContextClick(holderElement).Build().Perform();

            mcFunctions.SearchElementByNameAndClick("Status", true);
            mcFunctions.SearchElementByNameAndClick("Ativar", true);
            mcFunctions.SearchElementByNameAndClick("OK", true);

            holderElement.Click();
            new Actions(driver).MoveToElement(holderElement).ContextClick(holderElement).Build().Perform();

            mcFunctions.SearchElementByNameAndClick("Status", true);
            mcFunctions.SearchElementByNameAndClick("Excluir", true);
            mcFunctions.SearchElementByNameAndClick("Sim", true);
            mcFunctions.SearchElementByNameAndClick("OK", true);

            mcFunctions.FinalizarAtendimentoTitulo();
            mcFunctions.CloseWindow();
        }