Example #1
0
 public void TestPQAWVShowDefectRatePlot()
 {
     TestCaseExternalID = "CGN-2";
     PQAWebViewer.AddDefectRatePlot();
     PQAWebViewer.VerifyDefectRatePlotIsDisplayed();
 }
 public void TestPQAWVShowDefectRatePlotOnLiveMode()
 {
     TestCaseID = "CGN-002";
     PQAWebViewer.AddDefectRatePlot();
     PQAWebViewer.VerifyDefectRatePlotIsDisplayed();
 }