task

automated functional testing

[previously]

  1. ] LIST - all the pages in our application to be tested after any revisions to our systems are made. Automated unit tests can test against any code failures but these manual tests will double check to ensure that the views are presented properly on screen, data is returned and any other anomolies are discovered 
  2. ] # 3555 - TESTING list of 'functional' testing tasks (vs unit tests) - UPDATED the complete list of views to test after revisions to our site/code/..., SEPERATE the list of task from the actual TESTING PROCESS where we go through each item and REPORT any PROBLEMS.

[currently]

  1. ]

[next]

  1. ]

 

 


content - LIST - tests - 'functional'

  1. ] index
    1. ] index.cshtml - shows main, main menu, auth menu, title,  
  2. ] login
    1. ]  
  3. ] logout
    1. ] logout - returns to index
  4. ] register
    1. ] Register -
    2. ] Thanks -
    3. ] Confirm -
  5. ] open_sospep
    1. ]
  6. ] new-sospep
    1. ]
  7. ] new-dapp
    1. ]

  1. ] import
    1. ] # # -
  2. ] export
    1. ] # # -
  3. ] save-as
    1. ] # # -

mainMenu - view

  1. ] TEST PAGES  /view/{L1} example = view/libraries
    1. x] # # - PAGE view/libraries
    2. x] # # - PAGE view/warehouses
    3. x] # # - PAGE view/servers
    4. x] # # - PAGE view/communities
    5. x] # # - PAGE view/calendars
    6. x] # # - PAGE view/atlases
  2. ] TEST PAGES /view/{L2} example = view/books IN Library
    1. x] # # - PAGE view/books
    2. x] # # - PAGE view/inventories
    3. x] # # - PAGE view/apps
    4. x] # # - PAGE view/members
    5. x] # # - PAGE view/plans
    6. x] # # - PAGE view/maps
  3. x] TEST PAGES /view/{L3} -  example = view/Chapters IN Book
    1. x] # # - PAGE view/chapters
    2. x] # # - PAGE view/itemCategories ,
    3. x] # # - PAGE view/procedures,
    4. x] # # - PAGE view/memberGroups
    5. x] # # - PAGE view/taskgroups
    6. x] # # - PAGE view/sectors ,
  4. x] TEST PAGES /view/{L4} -  example = view/Articles IN Chapter
    1. x] # # - PAGE view/articles,
    2. x] # # - PAGE view/items ,
    3. x] # # - PAGE view/steps,
    4. x] # # - PAGE view/people
    5. ] # # - PAGE view/tasks
      1. PRB #
    6. x] # # - PAGE view/locations
  5. x] TEST PAGES /view/{L5} -  example = view/Article
    1. x] # # - PAGE view/article
    2. x] # # - PAGE view/item
    3. x] # # - PAGE view/step
    4. x] # # - PAGE view/person   
    5. ] # # - PAGE view/task
      1. PRB #
    6. ] # # - PAGE view/location
      1. PRB #

  1. ] TEST PAGES /edit/{L1} example = edit/library
    1. x] # # - PAGE edit/library
    2. x] # # - PAGE edit/warehouse
    3. x] # # - PAGE edit/server
    4. x] # # - PAGE edit/community
    5. x] # # - PAGE edit/calendar
    6. x] # # - PAGE edit/atlas
  2. ] TEST PAGES /edit/{L2} example = edit/book
    1. x] # # - PAGE edit/book
    2. x] # # - PAGE edit/inventory
    3. x] # # - PAGE edit/app
    4. x] # # - PAGE edit/member
    5. x] # # - PAGE edit/plan
    6. x] # # - PAGE edit/map
  3. ] TEST PAGES /edit/{L3} example = edit/chapter
    1. x] # # - PAGE edit/chapter
    2. x] # # - PAGE edit/itemCategory
    3. x] # # - PAGE edit/procedure
    4. x] # # - PAGE edit/memberGroup
    5. x] # # - PAGE edit/taskGroup
    6. x] # # - PAGE edit/sector
  4. ] TEST PAGES /edit/{L5} example = edit/article
    1. x] # # - PAGE edit/article
    2. x] # # - PAGE edit/item
    3. x] # # - PAGE edit/step
    4. x] # # - PAGE edit/person
    5. x] # # - PAGE edit/task
    6. x] # # - PAGE edit/location

  1. ] TEST PAGES /delete/{L1} example = delete/library
    1. x] # # - PAGE delete/library
    2. x] # # - PAGE delete/warehouse
    3. x] # # - PAGE delete/server
    4. x] # # - PAGE delete/community
    5. x] # # - PAGE delete/calendar
    6. x] # # - PAGE delete/atlas
  2. ] TEST PAGES /delete/{L2} example = delete/book
    1. x] # # - PAGE delete/book
    2. x] # # - PAGE delete/inventory
    3. x] # # - PAGE delete/app
    4. x] # # - PAGE delete/member
    5. x] # # - PAGE delete/plan
    6. x] # # - PAGE delete/map
  3. ] TEST PAGES /delete/{L3} example = delete/chapter
    1. x] # # - PAGE delete/chapter
    2. x] # # - PAGE delete/itemCategory
    3. x] # # - PAGE delete/procedure
    4. x] # # - PAGE delete/memberGroup
    5. x] # # - PAGE delete/taskGroup
    6. x] # # - PAGE delete/sector
  4. ] TEST PAGES /delete/{L5} example = delete/article
    1. x] # # - PAGE delete/article
    2. x] # # - PAGE delete/item
    3. x] # # - PAGE delete/step
    4. x] # # - PAGE delete/person
    5. x] # # - PAGE delete/task
    6. x] # # - PAGE delete/location

mainMenu - create

  1. ] TEST PAGES /add/{L1} example = add/library
    1. x] # # - PAGE add/library
    2. x] # # - PAGE add/warehouse
    3. x] # # - PAGE add/server
    4. x] # # - PAGE add/community
    5. x] # # - PAGE add/calendar
    6. x] # # - PAGE add/atlas
  2. ] TEST PAGES /add/{L2} example = add/book
    1. x] # # - PAGE add/book
    2. x] # # - PAGE add/inventory
    3. x] # # - PAGE add/app
    4. x] # # - PAGE add/member
    5. x] # # - PAGE add/plan
    6. x] # # - PAGE add/map
  3. ] TEST PAGES /add/{L3} example = add/chapter
    1. x] # # - PAGE add/chapter
    2. x] # # - PAGE add/itemCategory
    3. x] # # - PAGE add/procedure
    4. x] # # - PAGE add/memberGroup
    5. x] # # - PAGE add/taskGroup
    6. x] # # - PAGE add/sector
  4. ] TEST PAGES /add/{L5} example = add/article
    1. x] # # - PAGE add/article
    2. x] # # - PAGE add/item
    3. x] # # - PAGE add/step
    4. x] # # - PAGE add/person
    5. x] # # - PAGE add/task
    6. x] # # - PAGE add/location

mainMenu - search

  1. ] TEST PAGES /find/{L1} example = find/ariticles ] by id, ] by
    1. x] # # - PAGE find/articles
      1. # # - by id
      2. # # - by ...
    2. x] # # - PAGE find/items
      1. # # - by id
      2. # # - by ...
    3. x] # # - PAGE find/steps
      1. # # - by id
      2. # # - by ...
    4. x] # # - PAGE find/people
      1. # # - by id
      2. # # - by ...
    5. x] # # - PAGE find/tasks
      1. # # - by id
      2. # # - by ...
    6. x] # # - PAGE find/locations
      1. # # - by id
      2. # # - by ...

 mainMenu - my stuff

  1. ] TEST PAGES - Agenda
    1. ] PAGE view default =
  2. ] Address Book
    1. ] PAGE view default =
  3. ] Bio
    1. ] PAGE view default =
  4. ] Buying
    1. ] PAGE view default =
  5. ] Calendar
    1. ] PAGE view default =
  6. ] money
    1. ] PAGE view default =
  7. ] new
    1. ] PAGE view default =
  8. ] priorities
    1. ] PAGE view default =
  9. ] scheduleR
    1. ] PAGE view default =
  10. ] selling
    1. ] PAGE view default =

mainMenu - help

  1. ] contents
    1. ] view - contents-help-articles
  2. ] index
    1. ] index help articles
  3. ] support
    1. ] view form - add support request
  4. ] about
    1. ] view dialog

 

 

 

 

 

Details Photos Edit more

Details

ID: 3555

NAME: TESTS

DESCRIPTION: LIST ALL PAGES to Test - BROWSER

START DATE TIME: 2014-02-28 11:27:32

EST DURATION: 01:00:00

END DATE TIME: 2014-02-28 12:27:32

STATUS: Completed

PRIORITY: -5

OWNER ID: 75

Content Photos Edit more

photos

photos for this task

actions

Agenda Email task SMS task Priorities