public void NatureOfClaimStatusList_Delete() { string url = ConfigurationManager.AppSettings["url"]; string file = ConfigurationManager.AppSettings["NOCSL"]; string sheetName = ConfigurationManager.AppSettings["NOCSL_Delete"]; string path = ConfigurationManager.AppSettings["NOCSL_Path"]; string subPath = ConfigurationManager.AppSettings["NOCSL_Path_Delete"]; Test_Method test = new Test_Method(); test.executeTest(url, file, sheetName, path, subPath); }
public void Body_04Delete() { string url = ConfigurationManager.AppSettings["url"]; string file = ConfigurationManager.AppSettings["Body"]; string sheetName = ConfigurationManager.AppSettings["Body_Delete"]; string path = ConfigurationManager.AppSettings["Body_Path"]; string subPath = ConfigurationManager.AppSettings["Body_Path_Delete"]; Test_Method test = new Test_Method(); test.executeTest(url, file, sheetName, path, subPath); }
public void marvs() { string url = "http://toast.webstarterz.com"; string file = ConfigurationManager.AppSettings["Body"]; string sheetName = "Sheet1"; string path = ConfigurationManager.AppSettings["Body_Path"]; string subPath = ConfigurationManager.AppSettings["Body_Path_Create"]; Test_Method test = new Test_Method(); test.executeTest(url, file, sheetName, path, subPath); }
public void REGISTER() { string url = ConfigurationManager.AppSettings["url"]; string file = ConfigurationManager.AppSettings["User_Register"]; string sheetName = ConfigurationManager.AppSettings["UR_Registration"]; string path = ConfigurationManager.AppSettings["UR_Path"]; string subPath = ConfigurationManager.AppSettings["UR_Path_Register"]; Test_Method test = new Test_Method(); test.executeTest(url, file, sheetName, path, subPath); }
public void Make_03Toggle() { string url = ConfigurationManager.AppSettings["url"]; string file = ConfigurationManager.AppSettings["Make"]; string sheetName = ConfigurationManager.AppSettings["Make_Toggle"]; string path = ConfigurationManager.AppSettings["Make_Path"]; string subPath = ConfigurationManager.AppSettings["Make_Path_Toggle"]; Test_Method test = new Test_Method(); test.executeTest(url, file, sheetName, path, subPath); }
public void VehicleType_02Update() { string url = ConfigurationManager.AppSettings["url"]; string file = ConfigurationManager.AppSettings["Vehicle_Type"]; string sheetName = ConfigurationManager.AppSettings["VT_Update"]; string path = ConfigurationManager.AppSettings["VT_Path"]; string subPath = ConfigurationManager.AppSettings["VT_Path_Update"]; Test_Method test = new Test_Method(); test.executeTest(url, file, sheetName, path, subPath); }
public void NoC_01Create() { string url = ConfigurationManager.AppSettings["url"]; string file = ConfigurationManager.AppSettings["NOC"]; string sheetName = ConfigurationManager.AppSettings["NOC_Create"]; string path = ConfigurationManager.AppSettings["NOC_Path"]; string subPath = ConfigurationManager.AppSettings["NOC_Path_Create"]; Test_Method test = new Test_Method(); test.executeTest(url, file, sheetName, path, subPath); }
public void Region_02Update() { string url = ConfigurationManager.AppSettings["url"]; string file = ConfigurationManager.AppSettings["Region"]; string sheetName = ConfigurationManager.AppSettings["Region_Edit"]; string path = ConfigurationManager.AppSettings["Region_Path"]; string subPath = ConfigurationManager.AppSettings["Region_Path_Update"]; Test_Method test = new Test_Method(); test.executeTest(url, file, sheetName, path, subPath); }
public void CauseOfLoss_05Delete() { string url = ConfigurationManager.AppSettings["url"]; string file = ConfigurationManager.AppSettings["COL"]; string sheetName = ConfigurationManager.AppSettings["COL_Delete"]; string path = ConfigurationManager.AppSettings["COL_Path"]; string subPath = ConfigurationManager.AppSettings["COL_Path_Delete"]; Test_Method test = new Test_Method(); test.executeTest(url, file, sheetName, path, subPath); }
public void CompanyList_02Update() { string url = ConfigurationManager.AppSettings["url"]; string file = ConfigurationManager.AppSettings["Company_List"]; string sheetName = ConfigurationManager.AppSettings["CL_Update"]; string path = ConfigurationManager.AppSettings["Company_Path"]; string subPath = ConfigurationManager.AppSettings["CL_Path_Update"]; Test_Method test = new Test_Method(); test.executeTest(url, file, sheetName, path, subPath); }