Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Prepare installation, see above
  2. Empty MySQL database

    Code Block
    languagebash
    mysql -u root -p
    mysql> drop database vitrodb
    mysql> CREATE DATABASE vitrodb CHARACTER SET utf8;
    mysql> GRANT ALL ON vitrodb.* TO 'vitrodbUsername'@'localhost' IDENTIFIED BY 'vitrodbPassword';


  3. Remove application data

    Code Block
    languagebash
    rm -rf ${VIVO_HOME}/tdbModels/*
    rm -rf ${VIVO_HOME}/solr/data/*


  4. Start Tomcat

    Code Block
    languagebash
    sudo service tomcat8 restart


UI TestsTests 

note these are run manually, it might be possible to reconcile these test with this automated test suite : https://github.com/vivo-community/vivo-acceptance-tests


TestPlatformTested bySuccess?Notes
1

Smoke tests do not produce error

(warning about email server is OK)

Mac

Linux

Windows

Win/Lnx




2

Home page displays correctly

Mac

Linux

Win/Lnx




3Log in as admin

Mac

Linux

Win/Lnx




4Site Admin page displays correctly

Mac

Linux

Win/Lnx




5Each function on site admin display correctly

Mac


Win/Lnx



All 24 links (including Data Input Pull down) display normally. Ontology list All looks good
6

Site Admin - Add Individual of this class:

Faculty Member (People)

Project (Activities)

Course (Courses)

Academic Article (Research)

Presentation (Events)

Academic Department (Organizations)

Populated Place (Locations)

Mac

Linux

Win/Lnx




7Check required fields in creating classesMac


8

Check menu entries

(Home, People, Organizations, Events, Capability Map)

Mac

Linux

Win/Lnx




9

Check Person display

(logged out, logged in)

Mac

Linux

Win/Lnx




10Add values to all Person attributesMac

 

All is a heavy lift. 64 attributes accessible from the person page, some of which lead to entities (publications, positions, etc)) each with their own attributes.

Recommended: Add photo, overview, URL, research areas, position. Each exercises different functionality.

11Add research areas using vocabulary servicesMac

UMLS service requires registration key. See Release Notes. Unclear where this key would go. Other services respond as expected.

BG: Created Jira issue for UMLS

Jira
serverDuraSpace JIRA
serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
keyVIVO-1534

12

Check tabs on Person display

(overview, publications, contact, etc.)

Mac

Linux

Win/Lnx




13

Add new publication to person

(check required fields)

Mac

Linux

Win/Lnx




14Check publication sparklineMac



15

Check manage publications

(hide / show publications)

Mac

Linux




16

Check Publication view

Mac

Linux

Win/Lnx




17

Check AltMetric badge

(e.g. doi: 10.1038/nrmicro2331)

Mac

Win/Lnx



Poor UI experience. I copied in the link, which copied in the HTML tagging, which led to showing the HTML tagging in the display. The edit form is open ended HTML, should be plain text. Should indicate what form of DOI is expected , or should accept with or without http:// without without "doi".
18Add author(s) to publication

Mac

Linux

Win/Lnx




19Check Person has co-author network

Mac

Linux

Win/Lnx




20Check co-author network display

Mac

Linux

Win/Lnx




21Add grants to Person

Mac

Linux

Win/Lnx




22Add co-investigators to grants

Mac

Linux

Win/Lnx




23Check Person has co-investigator network

Mac

Linux

Win/Lnx




24Check co-investigator network display

Mac

Linux

Win/Lnx




25Load Sample Data

Mac

Linux




26Check Capability Map

Mac

Linux



Need more sample data with more concepts for more extensive tests.
27Check Map of Science

Mac


Win/Lnx





28Check Temporal Graph

Mac

Linux




29Search for "Derrida"

Mac

Linux




30Check index page

Mac

Linux

Win/Lnx


 


31Create self editor login associated with profile

Mac




Updated documentation to describe how this is done. See Creating and Managing User Accounts#AssociatingUserAccountswithProfilePages
32Log in as self editor. Verify can edit self, cannot edit others.Mac


33Add and confirm an ORCiDMac

ORCiD API configuration requires clientId and clientPassword and public VIVO. See Activating the ORCID integration
34Create editor and assign proxy editing

Mac

Windows



Created user account with editor role and assigned proxy editing.  Also switched to self-editor role.

35Log in as proxy editor. Verify can edit proxied profile, cannot edit others.

Mac


Windows



When logged in as self-editor designated as a proxy editor, I can only edit the proxied profile and not a different profile.  When logged in as editor (i.e. the editor role which is different from self-editor), I can edit the proxied profile but also other profiles. Works as it should.

36Check TPF endpoint

Mac

Windows



Works as designed. 45,279 triples with VIVO data, sample data, and some manually entered test data. Design needs work.

/tpf/core displayed triples and enabled triple pattern matching by subject,predicate, or object.  (43,173 triples in total)

37Run a SPARQL query

Mac



Windows




...