-
Notifications
You must be signed in to change notification settings - Fork 13
Manual Testing
The URL to test is variable, and is subject to change, but will be something such as:
New D3 for Ontologies: http://.../ontologyMappingOverview.html?ontology_acronym=NMR
New D3 for Concepts: http://.../conceptPathToRoot.html?initial_vis=path_to_root&ontology_acronym=SNOMEDCT&full_concept_id=http%3A%2F%2Fpurl.bioontology.org%2Fontology%2FSNOMEDCT%2F82968002
Old Java for Concepts Only: http://.../?mode=embed&embed_mode=concept_neighbourhood&ontology_acronym=SNOMEDCT&full_concept_id=http://purl.bioontology.org/ontology/SNOMEDCT/35146001
Testing these on the NCBO stage server is also important. Let's not paste that URL in this public place though though :)
In general for testing, it would be helpful if you can keep the Chrome developer console open (when testing in Chrome, obviously). There could be bugs that don't manifest visually, but that throw errors (ignore warnings). To open this console, press Ctrl-Shift-I. Go to the 'Console' tab, and watch for stack traces and errors. No need to copy them down when reporting them, unless they are difficult to replicate. As usual, the replication procedure is the best part.
[TODO]
[not all of these features exists yet for the D3 implementations]:
-overall loading speed of views (comparing two releases) -view should still take up all available room in the browser window -view should work for most central ontology [sometimes private ones can sometimes leak their acronym via mapping REST calls, so you won't find one easily] -variable node coloration, relative node sizing, and relative arc sizing should still work -hover over for nodes and arcs should have correct contents -popups should still become opaque and stay open when directly hovered. -popups should still be text selectable. -popups should not fall off the screen or cover the origin node. -node interactions such as dragging should work smoothly
-correct nodes should be included (no extra, and none missing...hard to verify! -both the is-a and part-of links should be populated properly (can find part-of in basic concept data on bioportal) e.g. see has_part entry here: http://purl.bioontology.org/ontology/SNOMEDCT/35146001 -layouts in general should work -node expansions via the node drop downs (but only do 'Concept' expansions! Mappings aren't done yet) -when expanding nodes, there should be the warning when there are more than 20 to be loaded. Both options should work.
From the side panel: -layout resetting should work -the ontology filter should still work -arc styles and colors editing should still work