Examples of studentClickEvaluationViewResults()


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

    bi.studentLogin(student.email, student.password);

    bi.clickEvaluationTab();
    bi.justWait();
   
    bi.studentClickEvaluationViewResults(scn.course.courseId, scn.evaluation.name);
    bi.justWait();
   
   
    //comments order is random
    for(int i = 0; i < scn.students.size(); i++) {
View Full Code Here

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

    bi.studentLogin(student.email, student.password);

    bi.clickEvaluationTab();
    bi.justWait();
   
    bi.studentClickEvaluationViewResults(scn.course.courseId, scn.evaluation.name);
    bi.justWait();
   
   
    //comments order is random
    for(int i = 0; i < scn.students.size(); i++) {
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.