Presentation is loading. Please wait.

Presentation is loading. Please wait.

12015-04-28 Taraxacum Magdalena Jurić Tomislav Bronić Shahid Tarar Beta Prototype.

Similar presentations


Presentation on theme: "12015-04-28 Taraxacum Magdalena Jurić Tomislav Bronić Shahid Tarar Beta Prototype."— Presentation transcript:

1 12015-04-28 Taraxacum Magdalena Jurić Tomislav Bronić Shahid Tarar Beta Prototype

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 22015-04-28 Project Recap

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

4 4 Week 48 Project Status Only backend upgrade Old bugs fixed Almost nothing new in frontend Hope creep among frontend team members

5 52015-04-28 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

6 Challenge? Go back on track with the project

7 72015-04-28 Current Project 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 82015-04-28 Iteration Goals 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

9 Experienced Issues 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 94/28/2015

10 102015-04-28 Statistics Hours – Time Line MemberW47W48W49Total Bronic 202492 Farid 201216109 Jiang 121028115 Juric 222032173 Klarin Petrina 11627108 Schoonhoven 252731200 Tarar 101613122 Total = 555h + 12093151 919

11 112015-04-28 Statistics

12 122015-04-28 Development Process

13 Process support tools Redmine – project management doxygen – for code documentation Stylecop – for checking code policy 132015-04-28

14 14 Integration Experiences 2015-04-28

15 152015-04-28 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 162015-04-28 Testing (Shahid and Adil) Approach First iteration Second iteration Test cases criteria Pass Fail

17 172015-04-28 Automated testing Watir framework? Why Watir?

18 182015-04-28 Watir framework An example 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" # 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

19 192015-04-28 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

20 202015-04-28 System Demo Link on web Video Screenshots

21 212015-04-28 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


Download ppt "12015-04-28 Taraxacum Magdalena Jurić Tomislav Bronić Shahid Tarar Beta Prototype."

Similar presentations


Ads by Google