Package

Source Code of SS_004_Test

import org.zkoss.ztl.JQuery;


public class SS_004_Test extends SSAbstractTestCase {

 
    @Override
    protected void executeTest() {
        JQuery cell = getSpecifiedCell(5, 20);
        clickCell(cell);
        clickCell(cell);

      click("$fileMenu");
      waitResponse();
      click("$openFile");
      waitResponse();
      // TODO how to verify if open upload dialog
      // click("jq('$uploadBtn input')");
     
      waitResponse();
      // TODO verify if cell is still selected
    }
}
TOP

Related Classes of SS_004_Test

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.