1 / 21

Taraxacum

Taraxacum. Beta Prototype. Magdalena Juri ć Tomislav Bronić Shahid Tarar. Make sharing of learning materials easy Teachers can view, add, remove and edit shared resources E-learning environment Students can view, browse and comment/discuss resources shared with them. Project Recap.

sophia-roy
Download Presentation

Taraxacum

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Taraxacum Beta Prototype Magdalena Jurić Tomislav Bronić Shahid Tarar

  2. Make sharing of learning materials easy Teachers can view, add, remove and edit shared resources E-learning environment Students can view, browse and comment/discuss resources shared with them Project Recap

  3. Today’s Agenda • 1. Project Stuff • project status • important events • experienced issues • statistics • 2. Integration • processsupport tools • model changes • experiences • 3. Testing • Approach • Watir framework 4. Demo 5.Next iteration plan 2014-11-04

  4. Week 48 Project Status • Only backend upgrade • Old bugs fixed • Almost nothing new in frontend • Hope creep among frontend team members 2014-11-04 4

  5. Supervisor/Customer review • Not satisfied with our project status and project results • Additional request for frontend (UI, search, navigation) • Suggestion: Code rush until beta presentation 2014-11-04 5

  6. Challenge? Go back on track with the project

  7. CurrentProject Status • Big improvement in frontend implementation • Implemented planned features and some of new customer requests • Improvements since alpha prototype • Fixed bugs, Test cases generated • Exercises, Flashcards, Notes • My content, Learn page • Enhanced GUI and user experience • Additional features implemented

  8. Planned Implement all planned features for iteration from week 47 until 51 Implement an Automated Test Framework Current status 26/28 planned use cases done Some of customer requests implemented Testing framework implemented Iteration Goals

  9. Negative Hope creep Lack of time Sleepless nights Lack of experience Project leader away for 3 days of last week Positive Gaining experience No cultural problems Experienced Issues

  10. Statistics Hours – Time Line

  11. Statistics

  12. Development Process

  13. Process support tools • Redmine – project management • doxygen – for code documentation • Stylecop – for checking code policy 2014-11-04 13

  14. Integration Experiences 2014-11-04

  15. Integration Experiences Backend (Magdalena, Tomislav) • Model extended with 9 new classes (Exercise, Flashcard and Note support) • Service methods, repositories and mapping for all new entities • No problems encountered Frontend (Anne Jon, Mateo, Li) • Template improvement • Problem – no experience with AJAX and jQuery • Planned features covered • Started too late

  16. Testing(Shahid and Adil) • Approach • First iteration • Second iteration • Test cases criteria • Pass • Fail 2014-11-04 16

  17. Automated testing • Watir framework? • Why Watir? 2014-11-04 17

  18. Watir frameworkAn example • # Test case • $browser.goto($testsite); • $browser.text_field(:name => "username").set $username • $browser.text_field(:name => "password").set $password • $browser.button(:value, "Log In").click • puts "Checking Logged in" • if $browser.text.include? "Welcome to Taraxacum" • puts "- Test Passed. Found the test string: 'Welcome taraxacum'. Actual Results match Expected Results." • else • puts "- Test Failed! Could not find: 'Welcome taraxacum'." • end • require "rubygems" • require "watir-webdriver" • #Global variables • $testsite = "http://localhost:53647/" • $browser = Watir::Browser.new :chrome • $failed_tests = Array.new • #Test settings • $username = "taraxacum" • $password = "taraxacum" • puts "\nExecuting GEN 1 - Login" • $browser.goto($testsite); • puts "Taraxacum Home Open" 2014-11-04 18

  19. System Demo Browse My content page for teacher Create new course/topic/resource Organize course Add flashcard set Learn page for student (flashcards, subscriptions) Exercises for student Notes for student 2014-11-04 19

  20. System Demo Link on web Video Screenshots 2014-11-04 20

  21. Next iteration planning Customer Review Implementation of Better user experience (AJAX and jQuery for GUI) Comments and ratings Search Finish with additional requirements Code refactoring and bug fixing Testing Final Documentation Final Product

More Related