예제 #1
0
            public void PaginationProperty()
            {
                //Creating a Class
                PropertyManage obj = new PropertyManage();

                //Creating Method
                obj.Pagination();
            }
예제 #2
0
            public void EditingProperty()
            {
                //Start the Edit
                test = extent.StartTest("Editing the Property");
                //Creating a Class
                PropertyManage obj = new PropertyManage();

                //Creating Method
                obj.EditProperty();
            }
예제 #3
0
            public void CreatingProperty()
            {
                //Start the Add
                test = extent.StartTest("Adding the Property");
                //Creating a Class
                PropertyManage obj = new PropertyManage();

                //Creating Method
                obj.CreateProperty();
            }
예제 #4
0
            public void SearchingProperty()
            {
                //Start the Delete
                test = extent.StartTest("Searching the Property");

                //Creating a Class
                PropertyManage obj = new PropertyManage();

                //Creating Method
                obj.SearchProperty();
            }