Sprint Essay 3 about Classification of content sections by FZU Flying Club


This assignment belongs to which courseEE308FZ Software Engineering https://bbs.youkuaiyun.com/forums/ssynkqtd-04
Where this assignment is requiredhttps://bbs.youkuaiyun.com/topics/617606376
Team nameFZU Flying Club
The goal of this assignmentHelp students understand Alpha Sprint and promote course project progress
Other referencesNone

1 Project burn chart

在这里插入图片描述

2 Video demonstration of Classification of content sections

Sprint Plan 3 demonstration video

3 Task code embedding area

nav:
  # - index.md
  - 关于本站:
    - about/index.md
    - 本站致谢: about/thanks.md
    - 主编作者: about/people.md



# ——————————————————————————————————————————————————————

  - 加入创作:
    - join/index.md
    - Join us: join/Markdown editor.md

# ——————————————————————————————————————————————————————

  - 飞跃重洋:
    - flying/index.md
    - 准备工作:
      - 信息搜索:
        - 英国留学信息搜索: flying/prepare/common/uk-info.md
      - 信息科普:
        - 欧陆留学科普帖: flying/prepare/common/eu-common-wzr.md
    - 大洋洲: 
      - 大洋洲数据总览: flying/ca.md
      - 澳大利亚案例:
        - college major @23fall: flying/ca/2023/temp.md
      - 新西兰案例:
        - college major @23fall: flying/ca/2023/temp.md
    - 北美洲:
      - 北美数据总览: flying/na.md
      - 美国案例:
        - college major @23fall: flying/na/2023/temp.md
      - 加拿大案例:
        - college major @23fall: flying/eu/2023/temp.md
    - 欧洲:
      - 欧洲数据总览: flying/eu.md
      - 英国案例:
        - college major @23fall: flying/eu/2023/temp.md
      - 荷兰案例:
        - college major @23fall: flying/eu/2023/temp.md
      - 德国案例:
        - college major @23fall: flying/eu/2023/temp.md
      - 爱尔兰案例:
        - college major @23fall: flying/eu/2023/temp.md
    - 亚洲:
      - 亚洲数据总览: flying/jk.md
      - 新加坡案例:
        - temp major @23fall: flying/jk/2023/temp.md
      - 日本案例:
        - temp major @23fall: flying/jk/2023/temp.md
      - 韩国案例:
        - temp major @23fall: flying/jk/2023/temp.md
      - 香港案例:
        - temp major @23fall: flying/jk/2023/temp.md
    
# ——————————————————————————————————————————————————————

  - 国内升研:
    - sprint/index.md
    - 关于保研: sprint/baoyan/index.md

    - 关于考研: sprint/kaoyan/index.md


# ——————————————————————————————————————————————————————

  - 实习就业:
    - work/index.md
    - 大三实习学期:
      - work/intern/intern.md
    - 秋招包裹分享:
      - work/package/index.md
      - 2023秋招: 
        - 星网锐捷12k 15薪: work/package/2023/temp.md

# ——————————————————————————————————————————————————————

  - 修读指南:
    - learning/index.md
    - MIEC专业课: learning/miec-gpa/index.md

    - FZU公共课: learning/publi

Comment:

This code is a simplified version of the directory structure that is typically used to build static websites or document systems. The code uses an indented structure similar to the YAML syntax to describe the hierarchical relationship of the different parts and pages of a website.

The structure of the code can be summarised in the following sections:

  1. Navigation bar (nav):

    • index.md: first page of the navigation bar
    • about/index.md: The first page of the navigation bar.
      • about/index.md: the about page of the site
      • Acknowledgements: about/thanks.md: About the site
      • Editor-in-chief': about/people.md`

    And so on, with other sections of navigation items below.

  2. Join creation (join):

    • index.md: The first page of join creation
    • Join us: join/Markdown editor.md
  3. Flying: index.md: Join the first page of the creation Join us: join/Markdown editor.md.

    • index.md: The first page of flying
    • Preparation.
      • Information search.
        • Study in the UK info search: flying/prepare/common/uk-info.md
      • Information Popularisation.
        • Science post on studying in Europe: flying/prepare/common/eu-common-wzr.md
    • Oceania.
      • Oceania data overview: flying/ca.md
      • Australia case.
        • college major @23fall: flying/ca/2023/temp.md
      • `New Zealand case’.
        • college major @23fall: flying/ca/2023/temp.md

    And so on, with sections on North America, Europe, Asia, etc. below.

  4. Domestic advancement to graduate school (sprint):

    • index.md: Home page of Domestic Promotion
    • About graduate school'': sprint/baoyan/index.md`': Home page of domestic graduate school.
    • About graduate school: sprint/kaoyan/index.md.
  5. Internships and Employment (work):

    • index.md: home page for internships and jobs
    • Third year internship term.
      • work/intern/intern.md.
    • Autumn Recruitment Package Sharing: work/package/index.md.
      • work/package/index.md.
      • 2023 Autumn Recruitment.
        • StarNet Reach 12k 15 salary: work/package/2023/temp.md
  6. Study guide (learning):

    • index.md: The first page of the study guide.
    • MIEC specialisation': learning/miec-gpa/index.md`.
    • FZU public courses: learning/publi.

The above is a brief explanation of the code that describes the overall structure of the site and the hierarchical relationship between the different pages. The path to each page is relative to the root directory of the entire project.

4 Task code github repository

Link:
https://github.com/MIECer/FZU-flying-book

*Need VPN

5 Test Report

1. Introduction

1.1 Test Background

The purpose of this test is to verify the correctness, stability and user experience of the content division function of FZU Leapfrog Handbook website.

1.2 Test Objective

  • Ensure that the content column division of the website complies with the design specifications, including the title, order and hierarchy.
  • Verify that users can switch smoothly between different columns, including navigation menus and links.
  • Check whether the content of each column is displayed correctly, including text, links, etc.

2. Test Plan

2.1 Test Scope

  1. Column classification accuracy
  2. Column switching function
  3. Column content display
  4. Page loading speed
  5. Concurrent user testing

2.2 Testing Resources

  • Testers: test engineers, user representatives
  • Equipment: PC

3. Test Execution

3.1 Functional Tests

3.1.1 Column division accuracy
  • Verify that the title of each column is consistent with the design.
  • Check whether the order and hierarchy of the columns are in accordance with the specifications.
3.1.2 Column switching functionality
  • Ensure that navigation menus and links allow smooth switching to different sections.
3.1.3 Column Content Display
  • Check if the content of each column is displayed correctly, including text, images, links, etc.

3.2 Performance Testing

3.2.1 Page Loading Speed
  • Test the loading speed of the home page and each column page.
3.2.2 Concurrent User Testing
  • Simulate multiple users accessing the website at the same time to test the page response time and system stability.

4. Conclusion

Comprehensive results of all tests conclude that our Leapfrog Handbook website has a stable and accurate content division function.

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值