Exemple #1
0
        public void TC004_Amazondemo_API3()
        {
            string applicationName     = "AMAZON";
            string testCaseName        = "TC004_Amazondemo_API3";
            string testCaseDescription = "UI Demo Test Case with different data sets taken from API";
            string testCaseFileName    = "TC004_Amazondemo_API3.xlsx";

            ExecuteTestCases.ExecuteTestCase(applicationName, testCaseName, testCaseDescription, testCaseFileName);
        }
Exemple #2
0
        public void TC001_Amazondemo()
        {
            string applicationName     = "AMAZON";
            string testCaseName        = "TC001_Amazondemo";
            string testCaseDescription = "Browse and add products to the cart";
            string testCaseFileName    = "TC001_Amazondemo.xlsx";

            ExecuteTestCases.ExecuteTestCase(applicationName, testCaseName, testCaseDescription, testCaseFileName);
        }
Exemple #3
0
        public void TC003_Database()
        {
            string applicationName     = "AMAZON";
            string testCaseName        = "TC003_Database";
            string testCaseDescription = "Create records in database";
            string testCaseFileName    = "TC003_Database.xlsx";

            ExecuteTestCases.ExecuteTestCase(applicationName, testCaseName, testCaseDescription, testCaseFileName);
        }
Exemple #4
0
        public void TC001_Frame_AlertTest()
        {
            string applicationName     = "W3 Schools";
            string testCaseName        = "TC001_Frame_AlertTest";
            string testCaseDescription = "UI Demo Test Case for Frame and Alert Handler";
            string testCaseFileName    = "TC001_Frame_AlertTest.xlsx";

            ExecuteTestCases.ExecuteTestCase(applicationName, testCaseName, testCaseDescription, testCaseFileName);
        }