Exemplo n.º 1
0
 public void Admin_CanPerform_CrudActions()
 {
     // To generate code for this test, select "Generate Code for Coded UI Test"
     // from the shortcut menu and select one of the menu items.
     UiMap.Admin_LogsIn();
     UiMap.Admin_AddsFirstJobType();
     UiMap.Admin_AddsSecondJobType();
     UiMap.Admin_AddsFirstJobCategory();
     UiMap.Admin_ChecksFirstJobCategoryDetails();
     UiMap.Admin_AddsSecondJobCategory();
     UiMap.Admin_AddsFirstJobOffer();
     UiMap.Admin_UpdatesFirstJobOffer();
     UiMap.Admin_LogsOut_AndChecksAddedJobOffer();
     UiMap.Admin_LogsInAgain();
     UiMap.Admin_DeletesJobOffer();
     UiMap.Admin_DeletesJobTypes();
     UiMap.Admin_DeletesJobCategories();
     UiMap.Admin_NavigatesToHome_AndLogsOut();
 }