Versions Compared

Key

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

...


TestPlatformTested bySuccess?Notes
1

Smoke tests do not produce error

(warning about email server is OK)

Linux | Mac | Windows


2

Home page displays correctly





3Log in as admin



4Site Admin page displays correctly



5Each function on site admin display corrrectly



6

Site Admin - Add Individual of this class:

Faculty Member

Research Project

Course

Conference

Building





7Check required fields in creating classes



8

Check menu entries

(Home, People, Organizations, Events, etc.)





9

Check Person display

(logged out, logged in)





10Add values to all Person fields



11

Check tabs on Person display

(overview, publications, contact, etc.)





12

Add new publication to person

(check required fields)





13

Check manage publications

(hide / show publications)





14

Check Publication view





15

Check AltMetric badge

(e.g. doi: 10.1038/nrmicro2331)





16Add author(s) to publication



17Check Person has co-author network



18Check co-author network display



19Add grants to Person



20Add co-investigators to grants



21Check Person has co-investigator network



22Check co-investigator network display



23

Add research areas to people

(check all vocabulary services)





24Check Capability Map



25Check Map of Science



26Check Temporal Graph



27Check search



28Check index page



29Create self editor login associated with profile



30Log in as self editor



31Add and confirm an ORCiD



32Create editor and assign proxy editing



33Log in as proxy editor



34Check TPF endpoint

-----------------------





Upgrade Tests

  1. Install previous

...

  1. release
  2. Prepare installation per instructions above for previous release
  3. Start Tomcat - check that smoke test

...

  1. passes
  2. Stop Tomcat
  3. Export data with jena2tools
  4. Empty MySQL

...

  1. 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';


  2. Remove application data

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


  3. Import data with jena3tools
  4. Start Tomcat

...

  1. Verify application