Examples of wdClick()


Examples of teammates.testing.lib.BrowserInstance.wdClick()

      bi.setSubmissionJustification(i, String.format("Justification from %s to %s.", student.email, student.team.students.get(i).email));
      bi.setSubmissionComments(i, String.format("Comments from %s to %s.", student.email, student.team.students.get(i).email));
    }

    // Submit the evaluation
    bi.wdClick(bi.studentSubmitEvaluationButton);

    // Check to see evaluation status is "Submitted"
    assertEquals("SUBMITTED", bi.studentGetEvaluationStatus(scn.course.courseId, scn.evaluation.name));

    bi.logout();
View Full Code Here

Examples of teammates.testing.lib.BrowserInstance.wdClick()

      bi.setSubmissionJustification(i, String.format("Justification from %s to %s.", student.email, student.team.students.get(i).email));
      bi.setSubmissionComments(i, String.format("Comments from %s to %s.", student.email, student.team.students.get(i).email));
    }

    // Submit the evaluation
    bi.wdClick(bi.studentSubmitEvaluationButton);

    // Check to see evaluation status is "Submitted"
    assertEquals("SUBMITTED", bi.studentGetEvaluationStatus(scn.course.courseId, scn.evaluation.name));

    bi.logout();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.