Changes between Version 14 and Version 15 of BluePrint/DestructiveTesting


Ignore:
Timestamp:
01/14/12 04:40:35 (13 years ago)
Author:
abhishek9797
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/DestructiveTesting

    v14 v15  
    6666
    6767
     68File uploading
     69In the HRM module for importing files , when a user selects a file it starts uploading a file without making a prelimenary check of the file extension . If the file extension is wrong . Thus a lot of user , time and resource is wasted in uploading the file if a wrong extension file has been chosen by mistake because an error message occurs only after he clicks the submit button.So a client side check of the extension of file should be performed.
     70
     71http://demo.eden.sahanafoundation.org/eden/hrm/human_resource/create?group=staff , in this when one enters an organisation mane , if that doesn't already exist in the database, then it simply clears whatever has been entered by the user without showing an error message “This organisation does not exit.Please add it ”. This confuses the user.
     72
     73Unable to send notifications
     74http://demo.eden.sahanafoundation.org/eden/hrm/human_resource?group=staff
     75Here when one tried to send a notification , one is unable to edit the recipient field and when the send button is clicked , an error message comes up “Please enter the reciepient”.
     76
     77 
     78Start Date should be greater than the End date
     79No error is shown here in this form when one enters a start end later than than the end date ,which is logically incorrect.
     80http://demo.eden.sahanafoundation.org/eden/hrm/person/6/human_resource?human_resource.id=1&xsltmode=volunteer
     81 
     82Requirement of Other option in Home drop down menu
     83It is possible that the one’s home country might not be available.So one should have an option of other
     84
     85Important fields should have a required field validator
     86sector field should have a required field validator
     87Practically a Name shouldn’t start with a number but its allowed in the sector field.
     88
     89First Name
     90The first name would consist of a single word so no spaces should be permitted in this column.
     91
     92
     93View
     94When applying different  filters, view should not change if all items are already being currently
     95displayed as reported in the ticket http://eden.sahanafoundation.org/ticket/1062
     96
     97At least one Required Field Validator should exist in a form
     98In adding a certificate ,the add certificate does not consist of a required field validator(http://demo.eden.sahanafoundation.org/eden/hrm/course_certificate)
     99.As a result blank entries get entered into the database.
    68100== References ==
    69101