예제 #1
0
        public void verifySalesAgentAdvanceFilterColumnOrder()
        {
            string[] username = null;
            string[] password = null;

            var oXMLData = new XMLParse();

            oXMLData.LoadXML("../../Config/ApplicationSettings.xml");

            username = oXMLData.getData("settings/Credentials", "username_office");
            password = oXMLData.getData("settings/Credentials", "password");

            // Initializing the objects
            var executionLog = new ExecutionLog();
            var loginHelper  = new LoginHelper(GetWebDriver());
            var agent_1099SalesAgentHelper = new Agent_1099SalesAgentHelper(GetWebDriver());

            // Variable Random
            String JIRA   = "";
            String Status = "Pass";

            try
            {
                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Login with valid username and password");
                Login(username[0], password[0]);
                Console.WriteLine("Logged in as: " + username[0] + " / " + password[0]);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Verify Page title");
                VerifyTitle("Dashboard");
                Console.WriteLine("Redirected at Dashboard screen.");

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Redirect To URL");
                VisitOffice("sales_agents");
                agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Verify status column is visible on the page..");
                agent_1099SalesAgentHelper.IsElementPresent("HeadStatus");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Verify role column is visible on the page.");
                agent_1099SalesAgentHelper.IsElementPresent("HeadRole");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Verify department column is visible on the page.");
                agent_1099SalesAgentHelper.IsElementPresent("HeadDepartment");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Verify team column is visible on the page.");
                agent_1099SalesAgentHelper.IsElementPresent("HeadTeam");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Click on advance filter.");
                agent_1099SalesAgentHelper.ClickElement("AdvanceFilter");
                agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Select status in displayed columns.");
                agent_1099SalesAgentHelper.SelectByText("DisplayedCols", "Status");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Click arrow to move column to avail cols.");
                agent_1099SalesAgentHelper.ClickElement("RemoveCols");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Select role in displayed columns.");
                agent_1099SalesAgentHelper.SelectByText("DisplayedCols", "Role");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Click arrow to move column to avail cols");
                agent_1099SalesAgentHelper.ClickElement("RemoveCols");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Select department in displayed columns.");
                agent_1099SalesAgentHelper.SelectByText("DisplayedCols", "Department");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Click arrow to move column to avail cols");
                agent_1099SalesAgentHelper.ClickElement("RemoveCols");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Select team in displayed columns.");
                agent_1099SalesAgentHelper.SelectByText("DisplayedCols", "Team");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Click arrow to move column to avail cols");
                agent_1099SalesAgentHelper.ClickElement("RemoveCols");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Click on Apply button.");
                agent_1099SalesAgentHelper.ClickElement("ApplyButton");
                agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Verify status not present on page.");
                agent_1099SalesAgentHelper.IsElementNotPresent("HeadStatus");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Verify role not present on page.");
                agent_1099SalesAgentHelper.IsElementNotPresent("HeadRole");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Verify department not present on page.");
                agent_1099SalesAgentHelper.IsElementNotPresent("HeadDepartment");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Verify team not present on page.");
                agent_1099SalesAgentHelper.IsElementNotPresent("HeadTeam");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Redirect at leads page.");
                VisitOffice("leads");
                agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Verify page title as leads.");
                VerifyTitle("Leads");

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Redirect To URL");
                VisitOffice("sales_agents");
                agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Verify default position of role column.");
                agent_1099SalesAgentHelper.IsElementPresent("HeadRole5");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Verify default position of department column.");
                agent_1099SalesAgentHelper.IsElementPresent("HeadDepartment6");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Redirect at sales agents page.");
                VisitOffice("sales_agents");
                agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Click on advance filter.");
                agent_1099SalesAgentHelper.ClickElement("AdvanceFilter");
                agent_1099SalesAgentHelper.WaitForWorkAround(2000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Select role in displayed column.");
                agent_1099SalesAgentHelper.SelectByText("DisplayedCols", "Role");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Move role 1 step up.");
                agent_1099SalesAgentHelper.ClickElement("MoveUp");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Move role 1 step up.");
                agent_1099SalesAgentHelper.ClickElement("MoveUp");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Move role 1 step up.");
                agent_1099SalesAgentHelper.ClickElement("MoveUp");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Select department in displayed column.");
                agent_1099SalesAgentHelper.SelectByText("DisplayedCols", "Department");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Move department 1 step down.");
                agent_1099SalesAgentHelper.ClickElement("MoveDown");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Click on Apply button.");
                agent_1099SalesAgentHelper.ClickElement("ApplyButton");
                agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Verify changed position of role column.");
                agent_1099SalesAgentHelper.IsElementPresent("HeadRole3");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Verify changed position of department column.");
                agent_1099SalesAgentHelper.IsElementPresent("HeadDepartment7");
                //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("VerifySalesAgentAdvanceFilterColumnOrder", "Logout from the application.");
                VisitCorp("logout");
            }
            catch (Exception e)
            {
                executionLog.Log("Error", e.StackTrace);
                Status = "Fail";

                String counter     = executionLog.readLastLine("counter");
                String Description = executionLog.GetAllTextFile("VerifySalesAgentAdvanceFilterColumnOrder");
                String Error       = executionLog.GetAllTextFile("Error");
                Console.WriteLine(Error);
                if (counter == "")
                {
                    counter = "0";
                }
                bool result = loginHelper.CheckExstingIssue("Verify Sales Agent Advance Filter Column Order");
                if (!result)
                {
                    if (Int16.Parse(counter) < 9)
                    {
                        executionLog.Count("counter", (Int16.Parse(counter) + 1).ToString());
                        loginHelper.CreateIssue("Verify Sales Agent Advance Filter Column Order", "Bug", "Medium", "Activities page", "QA", "Log in as: " + username[0] + " / " + password[0] + "\n\nSteps:\n" + Description + "\n\n\nError Description:\n" + Error);
                        string id = loginHelper.getIssueID("Verify Sales Agent Advance Filter Column Order");
                        TakeScreenshot("VerifySalesAgentAdvanceFilterColumnOrder");
                        string directoryName = loginHelper.GetnewDirectoryName(GetPath());
                        var    location      = directoryName + "\\VerifySalesAgentAdvanceFilterColumnOrder.png";
                        loginHelper.AddAttachment(location, id);
                    }
                }
                else
                {
                    if (Int16.Parse(counter) < 9)
                    {
                        executionLog.Count("counter", (Int16.Parse(counter) + 1).ToString());
                        TakeScreenshot("VerifySalesAgentAdvanceFilterColumnOrder");
                        string id            = loginHelper.getIssueID("Verify Sales Agent Advance Filter Column Order");
                        string directoryName = loginHelper.GetnewDirectoryName(GetPath());
                        var    location      = directoryName + "\\VerifySalesAgentAdvanceFilterColumnOrder.png";
                        loginHelper.AddAttachment(location, id);
                        loginHelper.AddComment(loginHelper.getIssueID("Verify Sales Agent Advance Filter Column Order"), "This issue is still occurring");
                    }
                }
                JIRA = loginHelper.getIssueID("Verify Sales Agent Advance Filter Column Order");
                // executionLog.DeleteFile("Error");
                throw;
            }
            finally
            {
                executionLog.DeleteFile("VerifySalesAgentAdvanceFilterColumnOrder");
                executionLog.WriteInExcel("Verify Sales Agent Advance Filter Column Order", Status, JIRA, "Meetings Management");
            }
        }
예제 #2
0
        public void revenueAdjustmentSaleAgentAddAmount()
        {
            string[] username = null;
            string[] password = null;
            String   JIRA     = "";
            String   Status   = "Pass";

            var oXMLData = new XMLParse();

            oXMLData.LoadXML("../../Config/ApplicationSettings.xml");

            username = oXMLData.getData("settings/Credentials", "username");
            password = oXMLData.getData("settings/Credentials", "password");

            // Initializing the objects
            var executionLog = new ExecutionLog();
            var loginHelper  = new LoginHelper(GetWebDriver());
            var agent_1099SalesAgentHelper = new Agent_1099SalesAgentHelper(GetWebDriver());


            // Variable random
            var name = "TESTCLIENT" + RandomNumber(1, 999);


            try
            {
                executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Login with valid username and password");
                Login(username[0], password[0]);
                Console.WriteLine("Logged in as: " + username[0] + " / " + password[0]);

                executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Verify Page title");
                VerifyTitle("Dashboard");
                Console.WriteLine("Redirected at Dashboard screen.");

                executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Click on Click On Partner Agent");
                VisitOffice("partners/agents");

                var loc = "//table[@id='list1']/tbody/tr[2]";
                if (agent_1099SalesAgentHelper.IsElementPresent(loc))
                {
                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Click On Sale Agent");
                    agent_1099SalesAgentHelper.ClickElement("ClickOnAgent1099");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Click On Create btn Adjmnt");
                    agent_1099SalesAgentHelper.ClickElement("ClickOnCreatebtnAdjmnt");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Enter Adjustment Name");
                    agent_1099SalesAgentHelper.TypeText("EnterAdjustmentName", "SaleAdjustment");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Select Adjustment For");
                    agent_1099SalesAgentHelper.Select("SelectAdjustmentFor", "Agent");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Select type");
                    agent_1099SalesAgentHelper.Select("AdjustmentType", "Transaction");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Select period");
                    agent_1099SalesAgentHelper.Select("SelectReportingPeriod", "00");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Select Processor");
                    agent_1099SalesAgentHelper.Select("SelectProcessor", "Any");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Select rule");
                    agent_1099SalesAgentHelper.Select("SelectRuleType", "1");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Enter Amount");
                    agent_1099SalesAgentHelper.TypeText("EnterAmount", "20");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "AddRemove");
                    agent_1099SalesAgentHelper.Select("AddRemove", "Add");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Click On Save Btn");
                    agent_1099SalesAgentHelper.ClickElement("ClickOnSaveBtnAdjustmnet");
                    agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Verify Messsage");
                    agent_1099SalesAgentHelper.WaitForText("Master Adjustment Rules Created Successfully.", 10);
                }
                else
                {
                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", " Click On Create button");
                    agent_1099SalesAgentHelper.ClickElement("ClickOnCreateBtn");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Select Salutation");
                    agent_1099SalesAgentHelper.Select("SelectSalutation", "Mr");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Enter FirstNAME");
                    agent_1099SalesAgentHelper.TypeText("FirstNAME", "Sale Agent Revenue Adjustment");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Enter LastName");
                    agent_1099SalesAgentHelper.TypeText("LastName", "Tester");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Enter Date Of Birth");
                    agent_1099SalesAgentHelper.TypeText("BirthDay", "1991-03-02");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Select eAddressType");
                    agent_1099SalesAgentHelper.Select("eAddressType", "E-Mail");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Select eAddressLebel");
                    agent_1099SalesAgentHelper.Select("eAddressLebel", "Work");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Enter eAddressType");
                    var Email = "Sale" + RandomNumber(1, 999) + "@yopmail.com";
                    agent_1099SalesAgentHelper.TypeText("eAddress", Email);

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Select SelectPhoneType");
                    agent_1099SalesAgentHelper.Select("SelectPhoneType", "Work");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Enter PhoneNumber");
                    agent_1099SalesAgentHelper.TypeText("PhoneNumber", "9828928943");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Select Address Type    ");
                    agent_1099SalesAgentHelper.Select("AddressType", "Office");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Enter AddressLine1");
                    agent_1099SalesAgentHelper.TypeText("AddressLine1", "FC 89");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Enter City");
                    agent_1099SalesAgentHelper.TypeText("City", "Test City");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Enter Postal code");
                    agent_1099SalesAgentHelper.TypeText("PostalCode", "60601");
                    agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Click On Checkbox");
                    agent_1099SalesAgentHelper.ClickElement("ClickONcheckBox");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Enter UserName");
                    agent_1099SalesAgentHelper.TypeText("UserName", name);

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Click On Avatar");
                    agent_1099SalesAgentHelper.ClickElement("ClickOnSAvatarBtn");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Click on save button");
                    agent_1099SalesAgentHelper.ClickElement("ClickSaveNskin");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Enter agent name to search");
                    agent_1099SalesAgentHelper.TypeText("EnterAgentName", "Sale Agent Revenue Adjustment Tester");

                    agent_1099SalesAgentHelper.Select("SelectStatusAdjtmnt", "");
                    agent_1099SalesAgentHelper.WaitForWorkAround(4000);

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Click On Sale Agent");
                    agent_1099SalesAgentHelper.ClickElement("ClickOnAgent1099");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Click On Create btn Adjmnt");
                    agent_1099SalesAgentHelper.ClickElement("ClickOnCreatebtnAdjmnt");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Click on SaleAgent");
                    agent_1099SalesAgentHelper.ClickElement("ClickSaleManager");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Enter Adjustment Name");
                    agent_1099SalesAgentHelper.TypeText("EnterAdjustmentName", "SaleAdjustment");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Select Adjustment For");
                    agent_1099SalesAgentHelper.Select("SelectAdjustmentFor", "Agent");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Select type");
                    agent_1099SalesAgentHelper.Select("AdjustmentType", "Transaction");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Select period");
                    agent_1099SalesAgentHelper.Select("SelectReportingPeriod", "00");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Select Processor");
                    agent_1099SalesAgentHelper.Select("SelectProcessor", "Any");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "select rule");
                    agent_1099SalesAgentHelper.Select("SelectRuleType", "1");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Enter Amount");
                    agent_1099SalesAgentHelper.TypeText("EnterAmount", "20");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "AddRemove");
                    agent_1099SalesAgentHelper.Select("AddRemove", "Add");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Click On Save Btn");
                    agent_1099SalesAgentHelper.ClickElement("ClickOnSaveBtnAdjustmnet");

                    executionLog.Log("RevenueAdjustmentSaleAgentAddAmount", "Verify Message");
                    agent_1099SalesAgentHelper.WaitForText("Master Adjustment Rules Created Successfully.", 10);
                }
            }
            catch (Exception e)
            {
                executionLog.Log("Error", e.StackTrace);
                Status = "Fail";

                String counter     = executionLog.readLastLine("counter");
                String Description = executionLog.GetAllTextFile("RevenueAdjustmentSaleAgentAddAmount");
                String Error       = executionLog.GetAllTextFile("Error");
                if (counter == "")
                {
                    counter = "0";
                }
                bool result = loginHelper.CheckExstingIssue("Revenue Adjustment Sale Agent Add Amount");
                if (!result)
                {
                    if (Int16.Parse(counter) < 5)
                    {
                        executionLog.Count("counter", (Int16.Parse(counter) + 1).ToString());
                        loginHelper.CreateIssue("Revenue Adjustment Sale Agent Add Amount", "Bug", "Medium", "Agent sale page", "QA", "Log in as: " + username[0] + " / " + password[0] + "\n\nSteps:\n" + Description + "\n\n\nError Description:\n" + Error);
                        string id = loginHelper.getIssueID("Revenue Adjustment Sale Agent Add Amount");
                        TakeScreenshot("RevenueAdjustmentSaleAgentAddAmount");
                        string directoryName = loginHelper.GetnewDirectoryName(GetPath());
                        var    location      = directoryName + "\\RevenueAdjustmentSaleAgentAddAmount.png";
                        loginHelper.AddAttachment(location, id);
                    }
                }
                else
                {
                    if (Int16.Parse(counter) < 5)
                    {
                        executionLog.Count("counter", (Int16.Parse(counter) + 1).ToString());
                        TakeScreenshot("RevenueAdjustmentSaleAgentAddAmount");
                        string id            = loginHelper.getIssueID("Revenue Adjustment Sale Agent Add Amount");
                        string directoryName = loginHelper.GetnewDirectoryName(GetPath());
                        var    location      = directoryName + "\\RevenueAdjustmentSaleAgentAddAmount.png";
                        loginHelper.AddAttachment(location, id);
                        loginHelper.AddComment(loginHelper.getIssueID("Revenue Adjustment Sale Agent Add Amount"), "This issue is still occurring");
                    }
                }
                JIRA = loginHelper.getIssueID("Revenue Adjustment Sale Agent Add Amount");
                executionLog.DeleteFile("Error");
                throw;
            }
            finally
            {
                executionLog.DeleteFile("RevenueAdjustmentSaleAgentAddAmount");
                executionLog.WriteInExcel("Revenue Adjustment Sale Agent Add Amount", Status, JIRA, "Agent Portal");
            }
        }
예제 #3
0
        public void saleAgent1()
        {
            string[] username = null;
            string[] password = null;

            var oXMLData = new XMLParse();

            oXMLData.LoadXML("../../Config/ApplicationSettings.xml");

            // Initializing the objects5
            var executionLog = new ExecutionLog();
            var loginHelper  = new LoginHelper(GetWebDriver());
            var agent_1099SalesAgentHelper = new Agent_1099SalesAgentHelper(GetWebDriver());
            var office_LeadsHelper         = new Office_LeadsHelper(GetWebDriver());
            var office_ClientsHelper       = new Office_ClientsHelper(GetWebDriver());

            username = oXMLData.getData("settings/Credentials", "usernameSale");
            password = oXMLData.getData("settings/Credentials", "PasswordSale");

            // Variable
            var    FName  = "Test" + RandomNumber(99, 99999);
            var    LName  = "Test" + RandomNumber(99, 99999);
            var    CDBA   = "New" + RandomNumber(99, 99999);
            String JIRA   = "";
            String Status = "Pass";

            try
            {
                executionLog.Log("SaleAgent1", "Login with valid credential  Username");
                Login(username[0], password[0]);

                executionLog.Log("SaleAgent1", "Verify Page title");
                VerifyTitle("Dashboard");
                Console.WriteLine("Redirected at Dashboard screen.");

                executionLog.Log("SaleAgent1", "Redirect at Create Lead");
                VisitOffice("leads/create");
                agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("SaleAgent1", "Click on Save");
                agent_1099SalesAgentHelper.ClickElement("ClickSaveBtn");

                executionLog.Log("SaleAgent1", "Enter First Name");
                agent_1099SalesAgentHelper.TypeText("EnterFirstName", FName);

                executionLog.Log("SaleAgent1", "Enter Last Name");
                agent_1099SalesAgentHelper.TypeText("EnterLastName", LName);

                executionLog.Log("SaleAgent1", "Company DBA Name");
                agent_1099SalesAgentHelper.TypeText("LeadCompanyName", CDBA);

                executionLog.Log("SaleAgent1", "Select Lead Status");
                agent_1099SalesAgentHelper.SelectByText("SelectLeadStatus", "New");

                executionLog.Log("SaleAgent1", "Select Responsibilities");
                agent_1099SalesAgentHelper.SelectByText("SelectResponsibities", "Howard Tang");

                executionLog.Log("SaleAgent1", "Click Save button");
                agent_1099SalesAgentHelper.ClickElement("ClickSaveBtn");
                agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                var loc = "//h3[text()='Existing Leads']";
                if (agent_1099SalesAgentHelper.IsElementPresent(loc))
                {
                    executionLog.Log("SaleAgent1", "Lead Dublicate button");
                    agent_1099SalesAgentHelper.ClickOnDisplayed("CraeteLeadDub");
                    agent_1099SalesAgentHelper.WaitForText("Lead saved successfully.", 10);
                }

                else
                {
                    executionLog.Log("SaleAgent1", "Lead Saved confirmation");
                    agent_1099SalesAgentHelper.WaitForText("Lead saved successfully.", 10);

                    executionLog.Log("SaleAgent1", "Redirect at Create Lead");
                    VisitOffice("leads/create");
                    agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                    executionLog.Log("SaleAgent1", "Click on Cancel");
                    agent_1099SalesAgentHelper.ClickElement("CancelOpp");
                    agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                    executionLog.Log("SaleAgent1", "Verify page title.");
                    agent_1099SalesAgentHelper.VerifyText("VerifyTextPresentLead", "Leads");

                    executionLog.Log("SaleAgent1", "Redirect at Create Lead");
                    VisitOffice("leads/create");
                    agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                    executionLog.Log("SaleAgent1", "Click Save button");
                    agent_1099SalesAgentHelper.ClickElement("ClickSaveBtn");
                    //agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                    executionLog.Log("SaleAgent1", "Enter First Name");
                    agent_1099SalesAgentHelper.TypeText("EnterFirstName", FName);

                    executionLog.Log("SaleAgent1", "Enter Last Name");
                    agent_1099SalesAgentHelper.TypeText("EnterLastName", LName);

                    executionLog.Log("SaleAgent1", "Lead Company DBA Name");
                    agent_1099SalesAgentHelper.TypeText("LeadCompanyName", CDBA);

                    executionLog.Log("SaleAgent1", "Select Lead Status");
                    agent_1099SalesAgentHelper.SelectByText("SelectLeadStatus", "New");

                    executionLog.Log("SaleAgent1", "Select Responsibities");
                    agent_1099SalesAgentHelper.SelectByText("SelectResponsibities", "Howard Tang");

                    executionLog.Log("SaleAgent1", "Click Save button");
                    agent_1099SalesAgentHelper.ClickElement("ClickSaveBtn");
                    agent_1099SalesAgentHelper.WaitForWorkAround(3000);
                }
                if (agent_1099SalesAgentHelper.IsElementPresent(loc))
                {
                    executionLog.Log("SaleAgent1", "Click on Lead Dublicate button");
                    agent_1099SalesAgentHelper.ClickOnDisplayed("CraeteLeadDub");
                    agent_1099SalesAgentHelper.WaitForWorkAround(4000);

                    executionLog.Log("SaleAgent1", "Goto Lead Page");
                    VisitOffice("leads");
                    agent_1099SalesAgentHelper.WaitForWorkAround(4000);

                    executionLog.Log("SaleAgent1", "Select First Lead");
                    agent_1099SalesAgentHelper.ClickElement("ClickOn1stOpp");

                    executionLog.Log("SaleAgent1", "Select Second Lead");
                    agent_1099SalesAgentHelper.ClickElement("ClickOn2ndOpp");

                    executionLog.Log("SaleAgent1", "Click on Merge");
                    agent_1099SalesAgentHelper.ClickElement("ClickOnMergeRecords");
                    agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                    executionLog.Log("SaleAgent1", "Click on Lead Company Radio Button");
                    agent_1099SalesAgentHelper.ClickElement("LeadCompyRadioBtn");
                    agent_1099SalesAgentHelper.WaitForWorkAround(1000);

                    executionLog.Log("SaleAgent1", "Click Merge Button");
                    agent_1099SalesAgentHelper.ClickElement("ClickOnMergeBtn");
                    agent_1099SalesAgentHelper.AcceptAlert();

                    executionLog.Log("SaleAgent1", "Confirmation Merge Successfull");
                    agent_1099SalesAgentHelper.WaitForText("Merging Lead(s) Completed Successfully.", 10);

                    executionLog.Log("SaleAgent1", "Redirect To leads page. ");
                    VisitOffice("leads");
                    office_LeadsHelper.WaitForWorkAround(3000);

                    executionLog.Log("SaleAgent1", "Select lead by check box");
                    office_LeadsHelper.ClickElement("ClickOn1stOpp");
                    //office_LeadsHelper.WaitForWorkAround(2000);

                    executionLog.Log("SaleAgent1", "Click on delete lead");
                    office_LeadsHelper.ClickElement("DeleteLead");

                    executionLog.Log("SaleAgent1", "Accept alert message.");
                    office_LeadsHelper.AcceptAlert();

                    executionLog.Log("SaleAgent1", "Wait for success message.");
                    office_LeadsHelper.WaitForText("1 records deleted successfully", 10);

                    executionLog.Log("SaleAgent1", "Redirect To leads recycle bin page. ");
                    VisitOffice("leads/recyclebin");
                    office_LeadsHelper.WaitForWorkAround(3000);

                    executionLog.Log("SaleAgent1", "Click on delete leads");
                    office_LeadsHelper.ClickElement("DeleteRbin");

                    executionLog.Log("SaleAgent1", "Accept alert message.");
                    office_LeadsHelper.AcceptAlert();

                    executionLog.Log("SaleAgent1", "Wait for success message.");
                    office_LeadsHelper.WaitForText("Lead Permanently Deleted.", 10);
                }
                else
                {
                    executionLog.Log("SaleAgent1", "Lead Saved Successfully");
                    agent_1099SalesAgentHelper.WaitForText("Lead saved successfully.", 10);

                    executionLog.Log("SaleAgent1", "Go to lead");
                    VisitOffice("leads");
                    office_LeadsHelper.WaitForWorkAround(3000);

                    executionLog.Log("SaleAgent1", "Select First Lead");
                    agent_1099SalesAgentHelper.ClickElement("ClickOn1stOpp");

                    executionLog.Log("SaleAgent1", "Select Second Lead");
                    agent_1099SalesAgentHelper.ClickElement("ClickOn2ndOpp");

                    executionLog.Log("SaleAgent1", "Click Merge Record");
                    agent_1099SalesAgentHelper.ClickElement("ClickOnMergeRecords");
                    agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                    executionLog.Log("SaleAgent1", "Select Lead Company Radio Button");
                    agent_1099SalesAgentHelper.ClickElement("LeadCompyRadioBtn");
                    agent_1099SalesAgentHelper.WaitForWorkAround(1000);

                    executionLog.Log("SaleAgent1", "Click Merge Button Pop up");
                    agent_1099SalesAgentHelper.ClickElement("ClickOnMergeBtn");
                    agent_1099SalesAgentHelper.AcceptAlert();

                    executionLog.Log("SaleAgent1", "Confirmation Merge Successfull");
                    agent_1099SalesAgentHelper.WaitForText("Merging Lead(s) Completed Successfully.", 10);

                    executionLog.Log("SaleAgent1", "Redirect To leads page. ");
                    VisitOffice("leads");
                    office_LeadsHelper.WaitForWorkAround(3000);

                    executionLog.Log("SaleAgent1", "Select lead by check box");
                    office_LeadsHelper.ClickElement("ClickOn1stOpp");
                    //office_LeadsHelper.WaitForWorkAround(2000);

                    executionLog.Log("SaleAgent1", "Click on delete lead");
                    office_LeadsHelper.ClickElement("DeleteLead");

                    executionLog.Log("SaleAgent1", "Accept alert message.");
                    office_LeadsHelper.AcceptAlert();

                    executionLog.Log("SaleAgent1", "Wait for success message.");
                    office_LeadsHelper.WaitForText("1 records deleted successfully", 10);

                    executionLog.Log("SaleAgent1", "Redirect To leads recycle bin page. ");
                    VisitOffice("leads/recyclebin");
                    office_LeadsHelper.WaitForWorkAround(3000);

                    executionLog.Log("SaleAgent1", "Click on delete leads");
                    office_LeadsHelper.ClickElement("DeleteRbin");

                    executionLog.Log("SaleAgent1", "Accept alert message.");
                    office_LeadsHelper.AcceptAlert();

                    executionLog.Log("SaleAgent1", "Wait for success message.");
                    office_LeadsHelper.WaitForText("Lead Permanently Deleted.", 10);
                }

                executionLog.Log("SaleAgent1", "Goto Create Client");
                VisitOffice("clients/create");
                office_LeadsHelper.WaitForWorkAround(3000);

                executionLog.Log("SaleAgent1", "Click on Save Button");
                agent_1099SalesAgentHelper.ClickElement("ClickSaveBtn");

                executionLog.Log("SaleAgent1", "Enter DBA name.");
                agent_1099SalesAgentHelper.TypeText("ClientCompDBA", FName);

                //executionLog.Log("SaleAgent1", "Enter Client Bussiness Legal Name.");
                //office_ClientsHelper.TypeText("BussinessLegalName", "LegalCli");

                executionLog.Log("SaleAgent1", "Client Status");
                agent_1099SalesAgentHelper.SelectByText("ClientStatus", "New");

                executionLog.Log("SaleAgent1", "Select Client Responsibility");
                agent_1099SalesAgentHelper.SelectByText("SelectClientResponsibility", "Aslam Sales");

                executionLog.Log("SaleAgent1", "Click on Save Button");
                agent_1099SalesAgentHelper.ClickElement("ClickSaveBtn");
                agent_1099SalesAgentHelper.WaitForWorkAround(2000);

                executionLog.Log("SaleAgent1", "Confirmation for the save");
                agent_1099SalesAgentHelper.WaitForText("Client saved successfully.", 10);

                executionLog.Log("SaleAgent1", "Visit Craete Client");
                VisitOffice("clients/create");
                office_LeadsHelper.WaitForWorkAround(3000);

                executionLog.Log("SaleAgent1", "Click on Cancel");
                agent_1099SalesAgentHelper.ClickElement("CancelOpp");
                agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                //executionLog.Log("SaleAgent1", "Verify text on page.");
                //agent_1099SalesAgentHelper.VerifyText("VerifyTextPresentClient", "Clients");

                executionLog.Log("SaleAgent1", "Visit Craete Client");
                VisitOffice("clients/create");
                office_LeadsHelper.WaitForWorkAround(3000);

                executionLog.Log("SaleAgent1", "Click on Save");
                agent_1099SalesAgentHelper.ClickElement("ClickSaveBtn");

                executionLog.Log("SaleAgent1", "Client Company DBA Name");
                agent_1099SalesAgentHelper.TypeText("ClientCompDBA", FName);

                //executionLog.Log("SaleAgent1", "Enter Client Bussiness Legal Name.");
                //office_ClientsHelper.TypeText("BussinessLegalName", "LegalCli");

                executionLog.Log("SaleAgent1", "Select Status");
                agent_1099SalesAgentHelper.SelectByText("ClientStatus", "New");

                executionLog.Log("SaleAgent1", "Select Responsibilties");
                agent_1099SalesAgentHelper.SelectByText("SelectClientResponsibility", "Aslam Sales");

                executionLog.Log("SaleAgent1", "Click on Save");
                agent_1099SalesAgentHelper.ClickElement("ClickSaveBtn");
                agent_1099SalesAgentHelper.WaitForWorkAround(2000);

                executionLog.Log("SaleAgent1", "Wait for Confirmation");
                agent_1099SalesAgentHelper.WaitForText("Client saved successfully.", 10);

                executionLog.Log("SaleAgent1", "Visit Client");
                VisitOffice("clients");
                office_LeadsHelper.WaitForWorkAround(3000);

                executionLog.Log("SaleAgent1", "Select first client.");
                agent_1099SalesAgentHelper.ClickElement("ClickOn1stOpp");

                executionLog.Log("SaleAgent1", "Select second client.");
                agent_1099SalesAgentHelper.ClickElement("ClickOn2ndOpp");

                executionLog.Log("SaleAgent1", "Click on merge records.");
                agent_1099SalesAgentHelper.ClickElement("ClickOnMergeRecords");
                agent_1099SalesAgentHelper.WaitForWorkAround(3000);

                executionLog.Log("SaleAgent1", "Radio select company to merge");
                agent_1099SalesAgentHelper.ClickElement("ClientCompToMrge");
                agent_1099SalesAgentHelper.WaitForWorkAround(1000);

                executionLog.Log("SaleAgent1", "Click On Merge");
                agent_1099SalesAgentHelper.ClickElement("ClickOnMergeBtn");
                agent_1099SalesAgentHelper.AcceptAlert();

                executionLog.Log("SaleAgent1", "Wait For Confirmation");
                agent_1099SalesAgentHelper.WaitForText("Merging Client(s) Completed Successfully.", 10);

                executionLog.Log("SaleAgent1", "Redirect To clients page. ");
                VisitOffice("clients");
                office_LeadsHelper.WaitForWorkAround(3000);

                executionLog.Log("SaleAgent1", "Enter Company Name");
                office_ClientsHelper.TypeText("SearchClient", FName);
                office_ClientsHelper.WaitForWorkAround(2000);

                executionLog.Log("SaleAgent1", "Select client by check box");
                office_ClientsHelper.ClickElement("ClickOn1stOpp");
                //office_ClientsHelper.WaitForWorkAround(2000);

                executionLog.Log("SaleAgent1", "Click on delete client");
                office_ClientsHelper.ClickElement("DeleteClient");

                executionLog.Log("SaleAgent1", "Accept alert message.");
                office_ClientsHelper.AcceptAlert();

                executionLog.Log("SaleAgent1", "Redirect To client recycle bin page. ");
                VisitOffice("clients/recyclebin");
                office_LeadsHelper.WaitForWorkAround(3000);

                executionLog.Log("SaleAgent1", "Enter Company Name");
                office_ClientsHelper.TypeText("SearchClient", FName);
                office_ClientsHelper.WaitForWorkAround(2000);

                executionLog.Log("SaleAgent1", "Click on delete client");
                office_ClientsHelper.ClickElement("DeleteRbin");

                executionLog.Log("SaleAgent1", "Accept alert message.");
                office_ClientsHelper.AcceptAlert();

                executionLog.Log("SaleAgent1", "Wait for success message.");
                office_ClientsHelper.WaitForText("Client Permanently Deleted.", 10);
            }
            catch (Exception e)
            {
                executionLog.Log("Error", e.StackTrace);
                Status = "Fail";

                String counter     = executionLog.readLastLine("counter");
                String Description = executionLog.GetAllTextFile("SaleAgent1");
                String Error       = executionLog.GetAllTextFile("Error");
                Console.WriteLine(Error);
                if (counter == "")
                {
                    counter = "0";
                }
                bool result = loginHelper.CheckExstingIssue("SaleAgent1");
                if (!result)
                {
                    if (Int16.Parse(counter) < 9)
                    {
                        executionLog.Count("counter", (Int16.Parse(counter) + 1).ToString());
                        loginHelper.CreateIssue("SaleAgent1", "Bug", "Medium", "Client/Laead Page", "QA", "Log in as: " + username[0] + " / " + password[0] + "\n\nSteps:\n" + Description + "\n\n\nError Description:\n" + Error);
                        string id = loginHelper.getIssueID("SaleAgent1");
                        TakeScreenshot("SaleAgent1");
                        string directoryName = loginHelper.GetnewDirectoryName(GetPath());
                        var    location      = directoryName + "\\Iframe.png";
                        loginHelper.AddAttachment(location, id);
                    }
                }
                else
                {
                    if (Int16.Parse(counter) < 9)
                    {
                        executionLog.Count("counter", (Int16.Parse(counter) + 1).ToString());
                        TakeScreenshot("SaleAgent1");
                        string id            = loginHelper.getIssueID("SaleAgent1");
                        string directoryName = loginHelper.GetnewDirectoryName(GetPath());
                        var    location      = directoryName + "\\SaleAgent1.png";
                        loginHelper.AddAttachment(location, id);
                        loginHelper.AddComment(loginHelper.getIssueID("SaleAgent1"), "This issue is still occurring");
                    }
                }
                JIRA = loginHelper.getIssueID("SaleAgent1");
                //  executionLog.DeleteFile("Error");
                throw;
            }
            finally
            {
                executionLog.DeleteFile("SaleAgent1");
                executionLog.WriteInExcel("SaleAgent1", Status, JIRA, "SaleAgent Portal");
            }
        }