代写CMT313 Software Engineering 2024-25代写数据结构语言

Assessment Proforma 2024-25

Module Code

CMT313

Module Title

Software Engineering

Learning Outcomes

The learning outcomes for this assessment are as follows:

1.  Determine requirements for a new system to meet business needs, demonstrating an appreciation of the external factors influencing systems requirements (such as ethics, legal issues, and design issues).

2.  Analyse and reflect on personal and team performance (formative).

3.  Select, follow, and evaluate software development methodologies

4.  Analyse and reflect on personal and team performance

5.  Evaluate the outcomes of a project taking into consideration appropriate characteristics of software quality

Submission Instructions

The coversheet can be found under ‘Assessment & Feedback’ in the COMSC-ORG- SCHOOL organisation on Learning Central.

All files should be submitted via Learning Central.  The submission page can be found under ‘Assessment & Feedback’ in the CMT313 module on Learning Central.  Your submission should consist of multiple files:

Description

Type

Name

Coversheet

Compulsory

One PDF (.pdf) file

StudentNumber _Coversheet.pdf

Portfolio including Task 1, 2,3 and 4

Compulsory

One .pdf file

StudentNumber_Assessment_2.pdf

Task 5 - Video 

Demo of software  and quality criteria,

Compulsory

MP4 video Max 5 minutes

StudentNumber_demoVideo.mp4

Task 6- Peer

Review Evaluation

Compulsory

Buddy check form

N/a (this is managed by Learning Central automatically)

Replace StudentNumber with your student number without ‘c’, e.g. 1234567_Assessment_2.pdf

Any deviation from the submission instructions above (including the number and types of files submitted) may result in a reduction in marks for the assessment. Any deviation from the use of the provided template may result in a reduction in marks for the assessment.

If you are unable to submit your work due to technical difficulties, please submit your work viae-mailto comsc-submissions@cardiff.ac.uk and notify the module leader, Dr. Usashi Chatterjee via email chatterjeeu@cardiff.ac.uk .

Assessment Description

This assessment involves developing the requirements, high-level design and implementation for the Automated Assessment Tool (AAT) project. The cohort has been provided with a scenario in a separate document, available on Learning Central. this assessment involves team working, each team member is expected to contribute to the team component and compile an individual portfolio of work consisting of:

1.  User Story & Acceptance Criteria

2.  Non-functional requirements (also known as Software product quality)

3.  Test Cases

4.  Developing the prototype

5.  Video demonstration

6.  Peer & Self-Assessment

Please make sure to cite any references used in the assessment using one of the following referencing styles: Cardiff Harvard or IEEE (one or the other, not both!). The guides and example of how to use these referencing styles are found at:

https://intranet.cardiff.ac.uk/students/study/study-skills/academic-writing-communication- and-referencing/citing-and-referencing-support

PRODUCT DELIVERABLES

Task 1: User Story & Acceptance Criteria

These requirements should be stored in GitLab and you can use them to track the progress of your project next term.

Your team should create a project in the School’s GitLab. The project name should identify your team name: [TeamName]CMT313_Assessment2 (eg: Team12CMT313_Assessment2)

Make sure all your team members and all the members of the teaching team are given Maintainer permission to your project on GitLab. Teaching Team (not limited to) includes Usashi Chatterjee, Annelies Gibson, Rochan Rochan, Sunbul Ahmad, Carl Jones.

Please follow the steps to achieve Task 1:

1.  As a team, develop a top-level Use Case diagram that highlights the most important features and services the system will provide. Each Use Case should be named appropriately from the client’sor user’s point of view. (This task will not be assessed.).

2.  Individual submission: Include the top-level Use Case diagram (from [1]) as a figure in your proforma. Each team member will be responsible for specifying one of the key Use Cases. Every team member should select a different Use Case and  develop it as a User Story with clear acceptance criteria, ensuring that each story is written in away that makes it easily validated. Each User Story, along with its acceptance criteria, should be created as a separate issue in GitLab. All issues must be accessible directly from each issue's page, rather than being available as a downloaded document. The ‘Assessment Proforma’ document must also include a table with working links to the relevant issues in GitLab It should use the following format:

 Use Case Diagram Team X

Use Case Name

Student ID

Link to GitLab Issue

Eg:Use Case 1

C1234567

Task 2. Non-functional requirements

1.  As a team, you need to work together to create a complete list of non-functional requirements (these are requirements that describe the quality of the software, such as performance, security, usability, etc.) for your system. This part is a group effort,   and the list should cover all relevant non-functional aspects of your system [Not assessed].

2.  Individual submission: Each team member must submit the full list of non-functional requirements that the team has created. Additionally, each member  needs to select their own top five (5) non-functional requirements from this list.

3.  Justification: For each of the five chosen requirements, the team member should provide a justification explaining why they believe these requirements are important.

4.  Testable Requirements: The selected requirements should be formulated in a way that allows them to be easily tested. This means that the requirements should be   clear, specific, and measurable so that they can be verified through testing.

Note: The five non-functional requirements chosen by each team member do not have to be the same as those chosen by other team members. Each person may have a different perspective on which requirements are the most important.

Task 3. Test Cases (ONE TEST CASE only)

Although this is an individual portfolio the test case handed in by each member of your team MUST be for a different main requirement. You can refer to the AAT Prototype Features and Mark Scheme sheet attached for the main requirements. Each test case should be presented using the test case template supplied in the lecture notes:

•     Create ONE test case that a user can follow to validate that your prototype meets ONE of the main requirements. Each Test Case should have a clear procedure, and input Data that can be followed by a tester to carryout the essential steps for the basic flow and a clear indication of the outputs that your prototype should give in response to the tester’sactions. (You can also provide wireframe diagrams to help them carry out the tests.  These will be used to help determine if you have provided sufficient information in your test case to cover the essential steps for each requirement.)

Task 4. Developing the prototype (700 words limit)

Explain and evaluate the effectiveness of your team whilst developing the prototype. This section should consider the project management and development methodologies your team used alongside team dynamics covered in the module. (Artifacts such as - charts, and boards appropriate to the methodology used can be included in an appendix of 3 pages max)

Task 5. Video & Quality Criteria

Walk through demonstration, including software quality criteria of the elements of the prototype you developed.

Make  a  video   (Maximum   of  5-minutes)  with   narrative  that   runs  through  the  working functionality of the prototype that you developed, This video should:

•   clearly showing how your section integrates with other related sections of the prototype.

•   as part of the demonstration highlight TWO examples of how and where your part of the final product took into consideration software quality criteria (e.g. usability, reliability, integrity, maintainability, testability, and flexibility), identified in Task 2. Non-functional requirements section.

•    highlight   any   extra   features   or   interesting   functionality   that   were   successfully implemented.

Task 6. Peer and Self-assessment (use form provided, max 1 page per student)

•         Looking  back  at  your  experience  having  undertaken  the  team  exercise  for  module

CMT313 Software Engineering during the Autumn and Spring semester, complete a peer/self- assessment for each member of your team including yourself.

Weightings

The following weightings are allocated for the different components of the assessment:

Components

Weighting

1.  User Story & Acceptance Criteria

15%

2.  Non-functional requirements (or Software product quality)

10%

3.  Test Cases

15%

4.  Developing the prototype

20%

5.  Video demonstration

30%

6.  Peer & Self-Assessment

10%

Total

100%

Assessment Criteria

Credit will be awarded using the marking criteria detailed below, and using the following marking bands:

•    High Distinction - 80%+

•   Distinction - 70-79%

•   Merit - 60-69%

•    Pass - 50-59%

•   Marginal Fail - 40-49%

•    Fail - 0-39%



热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图