From b97508295ca992648147e8f53234c04ff563263b Mon Sep 17 00:00:00 2001 From: hlm7 Date: Tue, 26 Jun 2012 19:44:16 +0000 Subject: [PATCH] New awards custom form test suite and cases by Holly... --- .../suites/CustomAwardsForm/AddAwards.html | 429 ++++++++++++++++++ .../suites/CustomAwardsForm/ChangeAwards.html | 399 ++++++++++++++++ .../CustomAwardsForm/CheckIndexView.html | 119 +++++ .../CustomAwardsForm/CheckPublicView.html | 129 ++++++ .../CreateTestFacultyMember.html | 219 +++++++++ .../suites/CustomAwardsForm/DeleteAwards.html | 414 +++++++++++++++++ .../DeleteTestFacultyMember.html | 244 ++++++++++ .../CustomAwardsForm/RebuildSearchIndex.html | 129 ++++++ .../suites/CustomAwardsForm/SearchAwards.html | 404 +++++++++++++++++ .../suites/CustomAwardsForm/Suite.html | 22 + 10 files changed, 2508 insertions(+) create mode 100644 utilities/acceptance-tests/suites/CustomAwardsForm/AddAwards.html create mode 100644 utilities/acceptance-tests/suites/CustomAwardsForm/ChangeAwards.html create mode 100644 utilities/acceptance-tests/suites/CustomAwardsForm/CheckIndexView.html create mode 100644 utilities/acceptance-tests/suites/CustomAwardsForm/CheckPublicView.html create mode 100644 utilities/acceptance-tests/suites/CustomAwardsForm/CreateTestFacultyMember.html create mode 100644 utilities/acceptance-tests/suites/CustomAwardsForm/DeleteAwards.html create mode 100644 utilities/acceptance-tests/suites/CustomAwardsForm/DeleteTestFacultyMember.html create mode 100644 utilities/acceptance-tests/suites/CustomAwardsForm/RebuildSearchIndex.html create mode 100644 utilities/acceptance-tests/suites/CustomAwardsForm/SearchAwards.html create mode 100644 utilities/acceptance-tests/suites/CustomAwardsForm/Suite.html diff --git a/utilities/acceptance-tests/suites/CustomAwardsForm/AddAwards.html b/utilities/acceptance-tests/suites/CustomAwardsForm/AddAwards.html new file mode 100644 index 00000000..cb5003bf --- /dev/null +++ b/utilities/acceptance-tests/suites/CustomAwardsForm/AddAwards.html @@ -0,0 +1,429 @@ + + + + + + +AddPositions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AddPositions
commentValidate this form and add awards
deleteAllVisibleCookies
setTimeout100000
open/vivo/
assertTitleVIVO
commentMust not be logged in already
clickAndWaitlink=Log in
assertTitleLog in to VIVO
commentMust log in as site admin
typeloginNametestAdmin@cornell.edu
typeloginPasswordPassword
clickAndWaitloginForm
commentNavigate to test faculty member via Index
clickAndWaitlink=Index
clickAndWaitlink=Faculty Member
assertTitleFaculty Member
clickAndWaitlink=Faculty, Jane
assertTitleFaculty, Jane
commentSelect awards editing
clickAndWaitcss=a.add-awardOrHonor > img.add-individual
assertTitleVIVO
commentCancel without adding anything
clickAndWaitlink=Cancel
clickAndWait//section[@id='individual-info']/header/h2/a/img
assertTitleEdit
commentAdd only organization name, which results in error
selecttypeSelectorlabel=College
typeid=orgLabelCarroll College
clickAndWaitsubmit
assertTitleEdit
verifyTextPresentPlease enter a value in the Position Title field.
verifyTextPresentPlease select a value in the Position Type field.
commentAdd position title, but leave position type and start year blank
typepositionTitleLecturer
clickAndWaitsubmit
assertTitleEdit
verifyTextPresentPlease select a value in the Position Type field.
commentEnter in all fields except for end year
selectpositionTypelabel=Faculty Administrative Position
typestartField-year1971
typeendField-year
clickAndWaitsubmit
commentVerify first position is listed properly
assertTitleFaculty, Jane
verifyTextPresentLecturer, Carroll College 1971 -
commentAdd second position using same organization
clickAndWait//section[@id='individual-info']/header/h2/a/img
assertTitleEdit
selecttypeSelectorlabel=University
typeid=orgLabelCarroll University
typepositionTitleAssistant Professor
selectpositionTypelabel=Faculty Position
typestartField-year1981
typeendField-year1985
clickAndWaitsubmit
assertTitleFaculty, Jane
commentVerify both positions are listed properly
verifyTextPresentLecturer, Carroll College 1971 -
verifyTextPresentAssistant Professor, Carroll University 1981 - 1985
commentAdd third position using new organization
clickAndWait//section[@id='individual-info']/header/h2/a/img
assertTitleEdit
selecttypeSelectorlabel=University
typeid=orgLabelCornell University
typepositionTitleAssistant Professor
selectpositionTypelabel=Faculty Position
typestartField-year1986
typeendField-year2010
clickAndWaitsubmit
assertTitleFaculty, Jane
commentVerify all three positions show up
verifyTextPresentLecturer, Carroll College 1971 -
verifyTextPresentAssistant Professor, Cornell University 1986 - 2010
verifyTextPresentAssistant Professor, Carroll University 1981 - 1985
commentLog out
clickAndWaitlink=Home
clickAndWaitlink=Log out
assertTitleVIVO
+ + diff --git a/utilities/acceptance-tests/suites/CustomAwardsForm/ChangeAwards.html b/utilities/acceptance-tests/suites/CustomAwardsForm/ChangeAwards.html new file mode 100644 index 00000000..5ce813ca --- /dev/null +++ b/utilities/acceptance-tests/suites/CustomAwardsForm/ChangeAwards.html @@ -0,0 +1,399 @@ + + + + + + +ChangePositions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ChangePositions
commentChange 3 existing positions
deleteAllVisibleCookies
setTimeout100000
open/vivo/
assertTitleVIVO
commentMust not be logged in already
clickAndWaitlink=Log in
assertTitleLog in to VIVO
commentMust login as site admin
typeloginNametestAdmin@cornell.edu
typeloginPasswordPassword
clickAndWaitloginForm
commentNavigate to test faculty member
clickAndWaitlink=Index
clickAndWaitlink=Faculty Member
assertTitleFaculty Member
clickAndWaitlink=Faculty, Jane
assertTitleFaculty, Jane
commentVerify position to be changed exisit
verifyTextPresentLecturer, Carroll College 1971 -
verifyTextPresentAssistant Professor, Cornell University 1986 - 2010
verifyTextPresentAssistant Professor, Carroll University 1981 - 1985
commentCorrect the dates of the Carroll College position
clickAndWait//section[@id='individual-info']/header/ul/li[1]/a[2]/img
assertTitleEdit
typestartField-year1977
typeendField-year1981
clickAndWaitsubmit
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
commentVerify positions are still listed correctly
assertTitleFaculty, Jane
verifyTextPresentAssistant Professor, Cornell University 1986 - 2010
verifyTextPresentAssistant Professor, Carroll University 1981 - 1985
verifyTextPresentLecturer, Carroll College 1977 - 1981
commentChange the title for Carroll University position
clickAndWait//section[@id='individual-info']/header/ul/li[2]/a[2]/img
assertTitleEdit
typepositionTitleAssociate Professor
clickAndWaitsubmit
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
commentVerify positions are still listed correctly
assertTitleFaculty, Jane
verifyTextPresentAssistant Professor, Cornell University 1986 - 2010
verifyTextPresentAssociate Professor, Carroll University 1981 - 1985
verifyTextPresentLecturer, Carroll College 1977 - 1981
commentChange the title for Cornell University position
clickAndWait//section[@id='individual-info']/header/ul/li[1]/a[2]/img
assertTitleEdit
typepositionTitleProfessor
typeendField-year
clickAndWaitsubmit
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
commentVerify positions are still listed correctly
assertTitleFaculty, Jane
verifyTextPresentProfessor, Cornell University 1986 -
verifyTextPresentAssociate Professor, Carroll University 1981 - 1985
verifyTextPresentLecturer, Carroll College 1977 - 1981
commentLog out
clickAndWaitlink=Home
clickAndWaitlink=Log out
assertTitleVIVO
+ + diff --git a/utilities/acceptance-tests/suites/CustomAwardsForm/CheckIndexView.html b/utilities/acceptance-tests/suites/CustomAwardsForm/CheckIndexView.html new file mode 100644 index 00000000..540215cc --- /dev/null +++ b/utilities/acceptance-tests/suites/CustomAwardsForm/CheckIndexView.html @@ -0,0 +1,119 @@ + + + + + + +CheckIndexView + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CheckIndexView
commentVerify index entries
deleteAllVisibleCookies
open/vivo/
assertTitleVIVO
commentDon't login
commentNavigate to Index
clickAndWaitlink=Index
commentVerify all 3 organization entries appear properly
verifyElementPresentlink=College
verifyTextPresentCollege (1)
verifyElementPresentlink=Organization
verifyTextPresentOrganization (3)
verifyElementPresentlink=University
verifyTextPresentUniversity (2)
commentGo back to the beginning
clickAndWaitlink=Home
assertTitleVIVO
+ + diff --git a/utilities/acceptance-tests/suites/CustomAwardsForm/CheckPublicView.html b/utilities/acceptance-tests/suites/CustomAwardsForm/CheckPublicView.html new file mode 100644 index 00000000..fe4682b5 --- /dev/null +++ b/utilities/acceptance-tests/suites/CustomAwardsForm/CheckPublicView.html @@ -0,0 +1,129 @@ + + + + + + +CheckPublicView + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CheckPublicView
commentVerify public view of Jane Faculty's positions
deleteAllVisibleCookies
open/vivo/
assertTitleVIVO
commentDon't login
commentNavigate to Jane Faculty
clickAndWaitlink=Index
clickAndWaitlink=Faculty Member
assertTitleFaculty Member
clickAndWaitlink=Faculty, Jane
assertTitleFaculty, Jane
commentVerify all 3 positions appear properly
verifyTextPresentPositions
verifyTextPresentProfessor, Cornell University 1986 -
verifyTextPresentAssociate Professor, Carroll University 1981 - 1985
verifyTextPresentLecturer, Carroll College 1977 - 1981
commentGo back to the beginning
clickAndWaitlink=Home
assertTitleVIVO
+ + diff --git a/utilities/acceptance-tests/suites/CustomAwardsForm/CreateTestFacultyMember.html b/utilities/acceptance-tests/suites/CustomAwardsForm/CreateTestFacultyMember.html new file mode 100644 index 00000000..60524519 --- /dev/null +++ b/utilities/acceptance-tests/suites/CustomAwardsForm/CreateTestFacultyMember.html @@ -0,0 +1,219 @@ + + + + + + +CreateTestFacultyMember + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CreateTestFacultyMember
commentAdd test Faculty member named Jane Faculty
deleteAllVisibleCookies
setTimeout10000000
open/vivo/
assertTitleVIVO
commentMust be logged off to start
clickAndWaitlink=Log in
assertTitleLog in to VIVO
commentMust login as the site admin
typeloginNametestAdmin@cornell.edu
typeloginPasswordPassword
clickAndWaitloginForm
clickAndWaitlink=Site Admin
assertTitleVIVO Site Administration
verifyTextPresentData Input
selectVClassURIlabel=Faculty Member (vivo)
clickAndWait//input[@value='Add individual of this class']
assertTitleEdit
commentAdd Jane Faculty
typefirstNameJane
typelastNameFaculty
clickAndWaitsubmit
commentEdit Jane Faculty to add title
assertTitleFaculty, Jane
assertTextPresentFaculty Member
clickAndWaitcss=a.add-preferredTitle > img.add-individual
assertTitleEdit
verifyTextPresentAdd new entry for: preferred title
waitForElementPresenttinymce
typetinymceAssistant Professor
clickAndWaitsubmit
assertTitleFaculty, Jane
assertTextPresentAssistant Professor
commentLogout
clickAndWaitlink=Home
clickAndWaitlink=Log out
assertTitleVIVO
+ + diff --git a/utilities/acceptance-tests/suites/CustomAwardsForm/DeleteAwards.html b/utilities/acceptance-tests/suites/CustomAwardsForm/DeleteAwards.html new file mode 100644 index 00000000..1ce94bf0 --- /dev/null +++ b/utilities/acceptance-tests/suites/CustomAwardsForm/DeleteAwards.html @@ -0,0 +1,414 @@ + + + + + + +DeletePositions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DeletePositions
commentDelete all positions setup for test faculty member
deleteAllVisibleCookies
setTimeout200000
open/vivo/
assertTitleVIVO
commentMust not be logged in already
clickAndWaitlink=Log in
assertTitleLog in to VIVO
commentMust log in as site admin
typeloginNametestAdmin@cornell.edu
typeloginPasswordPassword
clickAndWaitloginForm
commentNavigate to test faculty member
clickAndWaitlink=Index
clickAndWaitlink=Faculty Member
assertTitleFaculty Member
clickAndWaitlink=Faculty, Jane
assertTitleFaculty, Jane
commentDelete positions one at a time
clickAndWaitcss=a.delete-personInPosition > img.delete-individual
assertTitleEdit
clickAndWaitsubmit
assertTitleFaculty, Jane
clickAndWaitcss=a.delete-personInPosition > img.delete-individual
assertTitleEdit
clickAndWaitsubmit
assertTitleFaculty, Jane
clickAndWaitcss=a.delete-personInPosition > img.delete-individual
assertTitleEdit
clickAndWaitsubmit
assertTitleFaculty, Jane
commentDelete organizations one at a time
clickAndWaitlink=Index
clickAndWaitlink=College
assertTitleCollege
clickAndWaitlink=Carroll College
assertTitleCarroll College
clickAndWaitlink=Edit this individual
assertTitleIndividual Control Panel
clickAndWait//input[@value="Edit This Individual"]
assertTitleIndividual Editing Form
click_delete
assertConfirmationAre you SURE you want to delete this individual? If in doubt, CANCEL.
waitForPageToLoad10000
assertTitleVIVO Site Administration
clickAndWaitlink=Index
clickAndWaitlink=Organization
assertTitleOrganization
clickAndWaitlink=Carroll University
assertTitleCarroll University
clickAndWaitlink=Edit this individual
clickAndWait//input[@value="Edit This Individual"]
assertTitleIndividual Editing Form
click_delete
assertConfirmationAre you SURE you want to delete this individual? If in doubt, CANCEL.
waitForPageToLoad10000
assertTitleVIVO Site Administration
clickAndWaitlink=Index
clickAndWaitlink=Organization
assertTitleOrganization
clickAndWaitlink=Cornell University
assertTitleCornell University
clickAndWaitlink=Edit this individual
clickAndWait//input[@value="Edit This Individual"]
assertTitleIndividual Editing Form
click_delete
assertConfirmationAre you SURE you want to delete this individual? If in doubt, CANCEL.
waitForPageToLoad10000
assertTitleVIVO Site Administration
clickAndWaitlink=Index
refreshAndWait10000
verifyElementNotPresentOrganizations
commentLog out
clickAndWaitlink=Home
clickAndWaitlink=Log out
assertTitleVIVO
+ + diff --git a/utilities/acceptance-tests/suites/CustomAwardsForm/DeleteTestFacultyMember.html b/utilities/acceptance-tests/suites/CustomAwardsForm/DeleteTestFacultyMember.html new file mode 100644 index 00000000..50ef13b0 --- /dev/null +++ b/utilities/acceptance-tests/suites/CustomAwardsForm/DeleteTestFacultyMember.html @@ -0,0 +1,244 @@ + + + + + + +DeleteTestFacultyMember + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DeleteTestFacultyMember
commentDelete test person Jane Faculty
deleteAllVisibleCookies
open/vivo/
assertTitleVIVO
commentMust not be logged in
clickAndWaitlink=Log in
assertTitleLog in to VIVO
commentMust log in as site admin
typeloginNametestAdmin@cornell.edu
typeloginPasswordPassword
clickAndWaitloginForm
commentNavigate to Jane Faculty
clickAndWaitlink=Index
clickAndWaitlink=Faculty Member
assertTitleFaculty Member
clickAndWaitlink=Faculty, Jane
assertTitleFaculty, Jane
clickAndWaitlink=Edit this individual
commentDelete Jane Faculty
clickAndWait//input[@value="Edit This Individual"]
assertTitleIndividual Editing Form
clickAndWait_delete
assertConfirmationAre you SURE you want to delete this individual? If in doubt, CANCEL.
waitForPageToLoad10000
assertTitleVIVO Site Administration
commentVerify that Jane Faculty is indeed gone
clickAndWaitlink=Index
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
refreshAndWait10000
verifyTextNotPresentFaculty Member
commentLogout
clickAndWaitlink=Home
clickAndWaitlink=Log out
assertTitleVIVO
+ + diff --git a/utilities/acceptance-tests/suites/CustomAwardsForm/RebuildSearchIndex.html b/utilities/acceptance-tests/suites/CustomAwardsForm/RebuildSearchIndex.html new file mode 100644 index 00000000..da323202 --- /dev/null +++ b/utilities/acceptance-tests/suites/CustomAwardsForm/RebuildSearchIndex.html @@ -0,0 +1,129 @@ + + + + + + +RebuildSearchIndex + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RebuildSearchIndex
commentRebuild Search Index
deleteAllVisibleCookies
setTimeout100000000000
open/vivo/
assertTitleVIVO
clickAndWaitlink=Log in
assertTitleLog in to VIVO
typeid=loginNametestAdmin@cornell.edu
typeid=loginPasswordPassword
clickAndWaitname=loginForm
assertTitleVIVO
clickAndWaitlink=Site Admin
assertTitleVIVO Site Administration
clickAndWaitlink=Rebuild search index
assertTitleRebuild Search Index
clickAndWaitname=rebuild
assertTitleRebuild Search Index
waitForTextPresentReset the search index and re-populate it.
clickAndWaitlink=Log out
+ + diff --git a/utilities/acceptance-tests/suites/CustomAwardsForm/SearchAwards.html b/utilities/acceptance-tests/suites/CustomAwardsForm/SearchAwards.html new file mode 100644 index 00000000..a2586c1d --- /dev/null +++ b/utilities/acceptance-tests/suites/CustomAwardsForm/SearchAwards.html @@ -0,0 +1,404 @@ + + + + + + +SearchPositions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SearchPositions
commentSearch for positions and organizations
deleteAllVisibleCookies
open/vivo/
assertTitleVIVO
commentSearch for lecturer
typequerytextlecturer
clickAndWait//input[@value='Search']
assertTitlelecturer - VIVO Search Results
verifyTextPresentSearch results for 'lecturer'
verifyElementPresentlink=people
verifyElementPresentlink=organizations
verifyElementPresentlink=Carroll College
verifyTextPresentCollege
verifyElementPresentlink=Faculty, Jane
verifyTextPresentAssistant Professor
commentSearch for professor, which should bring up Assistant Professor and Professor
typequerytextprofessor
clickAndWait//input[@value='Search']
assertTitleprofessor - VIVO Search Results
verifyTextPresentSearch results for 'professor'
verifyElementPresentlink=people
verifyElementPresentlink=organizations
verifyElementPresentlink=Faculty, Jane
verifyTextPresentAssistant Professor
verifyElementPresentlink=Carroll University
verifyTextPresentUniversity
verifyElementPresentlink=Cornell University
verifyTextPresentUniversity
commentSearch for Carroll, which should bring up 2 organizations
typequerytextcarroll
clickAndWait//input[@value='Search']
assertTitlecarroll - VIVO Search Results
verifyTextPresentSearch results for 'carroll'
verifyElementPresentlink=people
verifyElementPresentlink=organizations
verifyElementPresentlink=Carroll College
verifyTextPresentCollege
verifyElementPresentlink=Carroll University
verifyTextPresentUniversity
verifyElementPresentlink=Faculty, Jane
verifyTextPresentAssistant Professor
commentLink to Carroll College to verify Jane Faculty is not listed
clickAndWaitlink=Carroll College
assertTitleCarroll College
verifyElementNotPresentlink=Faculty, Jane
verifyTextNotPresentFaculty, Jane, Lecturer 1977 - 1981
commentSearch for university to find both Carroll and Cornell
typequerytextuniversity
clickAndWait//input[@value='Search']
assertTitleuniversity - VIVO Search Results
verifyTextPresentSearch results for 'university'
verifyElementPresentlink=people
verifyElementPresentlink=organizations
verifyElementPresentlink=Cornell University
verifyTextPresentUniversity
verifyElementPresentlink=Carroll University
verifyTextPresentUniversity
commentMake sure Jane Faculty is associated with Carroll and Cornell
clickAndWaitlink=Carroll University
assertTitleCarroll University
verifyElementNotPresentlink=Faculty, Jane
verifyTextNotPresentFaculty, Jane, Lecturer 1977 - 1981
typequerytextuniversity
clickAndWait//input[@value='Search']
clickAndWaitlink=Cornell University
assertTitleCornell University
verifyTextPresentAffiliation
verifyTextPresentpeople
verifyTextPresentfaculty position
verifyElementPresentlink=Faculty, Jane
verifyTextPresentFaculty, Jane, Professor 1986 -
commentGo to home page
clickAndWaitlink=Home
assertTitleVIVO
+ + diff --git a/utilities/acceptance-tests/suites/CustomAwardsForm/Suite.html b/utilities/acceptance-tests/suites/CustomAwardsForm/Suite.html new file mode 100644 index 00000000..a43b7f71 --- /dev/null +++ b/utilities/acceptance-tests/suites/CustomAwardsForm/Suite.html @@ -0,0 +1,22 @@ + + + + + + Test Suite + + + + + + + + + + + + + +
Test Suite
RebuildSearchIndex
CreateTestFacultyMember
AddAwards
ChangeAwards
SearchAwards
CheckPublicView
CheckIndexView
DeleteAwards
DeleteTestFacultyMember
+ +