org.kuali.student.lum.ui.selenium
Class CreateCourseSeleniumTest

java.lang.Object
  extended by org.kuali.student.lum.ui.selenium.CreateCourseSeleniumTest

public class CreateCourseSeleniumTest
extends Object


Field Summary
private  String browser
           
private  org.openqa.selenium.WebDriver driver
           
 
Constructor Summary
CreateCourseSeleniumTest()
           
 
Method Summary
private  void clickOptionInSelectList(org.openqa.selenium.WebElement selectElement, String optionValue)
           
private  boolean isElementPresent(org.openqa.selenium.By by)
           
 void setUp()
           
 void tearDown()
           
 void testCreateCourse()
           
private  void typeValue(org.openqa.selenium.WebElement webElement, CharSequence... keysToSend)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

private org.openqa.selenium.WebDriver driver

browser

private String browser
Constructor Detail

CreateCourseSeleniumTest

public CreateCourseSeleniumTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testCreateCourse

public void testCreateCourse()
                      throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

isElementPresent

private boolean isElementPresent(org.openqa.selenium.By by)

typeValue

private void typeValue(org.openqa.selenium.WebElement webElement,
                       CharSequence... keysToSend)

clickOptionInSelectList

private void clickOptionInSelectList(org.openqa.selenium.WebElement selectElement,
                                     String optionValue)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.