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 //div[@id='educationalTraining']/a
assertTitle Edit
comment Cancel out of form
clickAndWait link=Cancel
assertTitle Faculty, Jane
clickAndWait //div[@id='educationalTraining']/a
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 dateTime.year 1980
clickAndWait submit
assertTitle Edit
verifyTextPresent This field must not be empty.
comment Enter in new organization name
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. Bachelor of Science in Business Administration, Carroll College, 1980
clickAndWait //div[@id='educationalTraining']/a
assertTitle Edit
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 dateTime.year 2000
select typeSelector label=College
type relatedIndLabel Carroll College
type dept Business Department
clickAndWait submit
comment Verify both degrees appear
assertTitle Faculty, Jane
verifyTextPresent B.S. Bachelor of Science in Business Administration, Carroll College, 1980
verifyTextPresent M.B.A. Master of Business Administration in Business Administration, Carroll College, Business Department, 2000
comment Add third degree from new organization
clickAndWait //div[@id='educationalTraining']/a
assertTitle Edit
select degree label=M.Ed. Master of Education
type majorField Business Education
type dateTime.year 2005
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 M.Ed. Master of Education in Business Education, University of Wisconsin, 2005, Graduate School Fellowship
verifyTextPresent B.S. Bachelor of Science in Business Administration, Carroll College, 1980
verifyTextPresent M.B.A. Master of Business Administration in Business Administration, Carroll College, Business Department, 2000
comment Log out
clickAndWait link=Home
clickAndWait link=Log out
assertTitle VIVO