feature request #7685
Add Selenium tests for specimen table in data portal
Status:
Closed
Priority:
Highest
Assignee:
Category:
cdm-dataportal
Target version:
Start date:
08/27/2018
Due date:
% Done:
100%
Severity:
normal
Description
- add test data to 160.45.63.201/cdm_integration_reference
- create new dump which needs to be stored in edit-integration /var/lib/cdm/testdb/{RELEASE}
- create
SpecimenTaxonPage
class whichextends PortalPage
incdm-dataportal/src/main/java/eu/etaxonomy/dataportal/pages/
- create test class in
cdm-dataportal/src/test/java/eu/etaxonomy/dataportal/selenium/tests/reference/
with
@DataPortalContexts( { DataPortalSite.reference })
public class SpecimenTableTest extends CdmDataPortalTestBase{
...
}
Related issues
Associated revisions
ref #7685 test for compressed specimen table implemented, test data not yet complete
ref #7685 testing for detail image in compressed specimen table
ref #7685 adapting other tests to extendet test data
ref #7685 predictive order of derivates
ref #7685 adapting test
History
#1 Updated by Andreas Kohlbecker over 2 years ago
- Tags changed from campanula to campanula, selenium, test
- Description updated (diff)
#2 Updated by Patrick Plitzner over 2 years ago
- Target version changed from Release 5.3 to Release 5.4
#3 Updated by Patrick Plitzner over 2 years ago
- Target version changed from Release 5.4 to Release 5.5
#4 Updated by Patrick Plitzner over 2 years ago
- Target version changed from Release 5.5 to Release 5.6
#5 Updated by Patrick Plitzner over 2 years ago
- Target version changed from Release 5.6 to Release 5.5
#6 Updated by Patrick Plitzner about 2 years ago
- Target version changed from Release 5.5 to Release 5.6
#7 Updated by Patrick Plitzner about 2 years ago
- Priority changed from New to Highest
#8 Updated by Patrick Plitzner about 2 years ago
- Target version changed from Release 5.6 to Reviewed Next Major Release
#9 Updated by Andreas Müller over 1 year ago
- Tags changed from campanula, selenium, test to campanula, selenium, test, pp_uebergabe
- Assignee changed from Patrick Plitzner to Andreas Kohlbecker
#10 Updated by Andreas Kohlbecker 7 months ago
- Related to feature request #9181: set and get drupal variables from selenium test suite added
#11 Updated by Andreas Kohlbecker 7 months ago
- Related to task #8419: harmonization of the different specimen representations added
#12 Updated by Andreas Kohlbecker 5 months ago
- Duplicated by task #9187: selenium test for specimen table view added
#13 Updated by Andreas Kohlbecker 5 months ago
- Status changed from New to Closed
- Target version changed from Reviewed Next Major Release to Release 5.18
- % Done changed from 0 to 100
The test is fairly complete now.
Only tests for the indicator icons for DNA-sample and descriptive data are missing.
For now I abstain from because:
- I found no way to create DNA sequence data in the editor
- We would need to create a test ontology for descriptions. I don't want to import the whole additivity ontology since this is quite hute. We need something lean which covers all cases to be tested.
So I am closing this ticket by now.