public void TestRCPClassesDBLoadClassPropertiesUsingClassList() { TestCaseExternalID = "CGN-47"; Recipe.LoadClassesDialogBox("Basic"); ClassesDialogBox.LoadClassPropertiesBySelectingDesiredClassFromList(); ClassesDialogBox.VerifyClassPropertiesTabLoadedSuccessfully(); }
public void TestRCPClassesDBDisplayClassPropertiesUsingDropDown() { TestCaseExternalID = "CGN-48"; ClassesDialogBox.SelectClassFromClassDropDownInCPTab("Low Density Bright"); ClassesDialogBox.VerifyClassSeverityAndDesription("10", "Sparsely thresholded defect that is mostly bright"); ClassesDialogBox.SelectClassFromClassDropDownInCPTab("Flood"); ClassesDialogBox.VerifyClassSeverityAndDesription("100", ""); }
public void TestRCPClassesDBAssignOutput() { TestCaseExternalID = "CGN-49"; ClassesDialogBox.AssignOutput(); }