AddEducationBackground
comment Validate Educational Background Form
deleteAllVisibleCookies
setTimeout 100000
open /vivo/
assertTitle VIVO
comment Must not be logged in already
clickAndWait link=Log in
assertTitle Log in to VIVO
comment Must log in as site admin
type loginName testAdmin
type loginPassword Password
clickAndWait loginForm
assertTitle VIVO
comment Navigate to Jane Faculty via Index
clickAndWait link=Index
assertTitle Index to VIVO Contents
clickAndWait link=Faculty Member
assertTitle Faculty Member
clickAndWait link=Faculty, Jane
assertTitle Faculty, Jane
clickAndWait //h3[@id='educationalTraining']/a/img
assertTitle Edit
comment Cancel out of form
clickAndWait link=Cancel
assertTitle Faculty, Jane
clickAndWait //h3[@id='educationalTraining']/a/img
comment Verify entering no fields results in error
clickAndWait submit
assertTitle Edit
verifyTextPresent This field must not be empty.
comment Verify entering just degree is not valid
select degree label=B.S. Bachelor of Science
clickAndWait submit
assertTitle Edit
verifyTextPresent This field must not be empty.
comment Verify entering just degree and major is not valid
select degree label=B.S. Bachelor of Science
type majorField Business Administration
clickAndWait submit
assertTitle Edit
verifyTextPresent This field must not be empty.
comment Verify organization must be selected or entered
select degree label=B.S. Bachelor of Science
type majorField Business Administration
comment For now 9999 is a valid year
type startField.year
type endField.year 1980
clickAndWait submit
assertTitle Edit
verifyTextPresent This field must not be empty.
comment Enter in new organization name
type startField.year
type endField.year 1980
select typeSelector label=College
type relatedIndLabel Carroll College
clickAndWait submit
refreshAndWait 10000
refreshAndWait 10000
refreshAndWait 10000
refreshAndWait 10000
refreshAndWait 10000
comment Verify degree appears
assertTitle Faculty, Jane
verifyTextPresent B.S. in Business Administration, Carroll College 1980
verifyElementPresent link=Carroll College
clickAndWait //h3[@id='educationalTraining']/a/img
refreshAndWait 10000
refreshAndWait 10000
refreshAndWait 10000
refreshAndWait 10000
refreshAndWait 10000
comment Add degree from existing organization
select degree label=M.B.A. Master of Business Administration
type majorField Business Administration
type startField.year 1998
type endField.year 2000
select typeSelector label=University
type relatedIndLabel Carroll University
type dept Business Department
clickAndWait submit
comment Verify both degrees appear
assertTitle Faculty, Jane
verifyTextPresent B.S. in Business Administration, Carroll College 1980
verifyElementPresent link=Carroll College
verifyTextPresent M.B.A. in Business Administration, Carroll University, Business Department 1998 - 2000
verifyElementPresent link=Carroll University
comment Add third degree from new organization
clickAndWait //h3[@id='educationalTraining']/a/img
assertTitle Edit
select degree label=M.Ed. Master of Education
type majorField Business Education
type startField.year 2002
type endField.year
select typeSelector label=University
type relatedIndLabel University of Wisconsin
type info Graduate School Fellowship
clickAndWait submit
refreshAndWait 10000
refreshAndWait 10000
refreshAndWait 10000
refreshAndWait 10000
refreshAndWait 10000
comment Verify all 3 degress show up
assertTitle Faculty, Jane
verifyTextPresent B.S. in Business Administration, Carroll College 1980
verifyElementPresent link=Carroll College
verifyTextPresent M.B.A. in Business Administration, Carroll University, Business Department 1998 - 2000
verifyElementPresent link=Carroll University
verifyTextPresent M.Ed. in Business Education, University of Wisconsin, Graduate School Fellowship 2002 -
verifyElementPresent link=University of Wisconsin
comment Log out
clickAndWait link=Home
clickAndWait link=Log out
assertTitle VIVO