SlideShare una empresa de Scribd logo
1 de 10
CISC 105: Intro to Game Modding
Lecture 11: Implementation
Charles Palmer – Fall 2013
Implementation
Implementation
Let’s talk about progress
•
•
•
•

Where are you in the development process
Where do you go for help
What’s next on your list to accomplish
What can I do to help?
Building a section of your mod
For the remainder of the class we’ll be building a
section of your Skyrim mod. Your grade will be based
on your ability to produce these items at each
milestone.

Build a
location from
your world
map

Place enemy
units, loot
drops, and at
least one trap

Add NPC
dialogue

Test Mod
Test early and test often…
• More than just a mantra
• Used to
o
o
o
o
o
o

identify programmatic defects
gauge quality
check for inconsistencies
Uncover design or programming issues
Save development time
Not just for programmers

• Formally handled by the Quality assurance department/team
Types of industry testing
•

•
•
•
•
•
•

•
•

Functionality testing is most commonly associated with the phrase "game
testing", as it entails playing the game in some form. Functionality testing does
not require extensive technical knowledge. Functionality testers look for
general problems within the game itself or its user interface, such as stability
issues, game mechanic issues, and game asset integrity.
Compliance testing
Compatibility testing
Localization testing
Soak testing
Beta testing is done during beta stage of development. Often this refers to the
first publicly available version of a game. Public betas are effective because
thousands of fans may find bugs that the developer's testers did not.
Regression testing is performed once a bug has been fixed by the
programmers. QA checks to see whether the bug is still there (regression) and
then runs similar tests to see whether the fix broke something else. That
second stage is often called "halo testing; it involves testing all around a
bug, looking for other bugs.
Load testing
Multiplayer testing
Assignment
Continue building your mod with the Creation Kit.
By this time you should have a good bit of your mod mocked up. Now it’s time
to see if your mod accomplishes what
you’ve expected. To prove this
assumption, create a test log that can
be used to collect feedback from your
users and categorize user feedback.
Remember the purpose of a play test
is not to show how cool your product
is, this is a chance to find out how you
can make it better.
Assignment
This first play test should answer some simple questions. Check for things
such as
o Can the player navigate the space
• Do they get lost
• Do they get stuck
o Are there problems with the environment
o Are the creatures too hard
o How long does it take to complete the task
The important thing is to let your tester explore
so you can document their progress and record
any problems.
Assignment
When you are ready to evaluate your mod, use the Testing Log template to
conduct five play test sessions. During the play test, your role is just to listen.
Try not to direct the player’s action (unless they feel frustrated) or
engage in too much conversation. Once the session is over, either by
completing the objective, giving up, or reaching a pre-determined stopping
time complete a log entry for each player.
After testing with five players, upload
the Testing Log to Moodle
(DWilliams_CISC105_11.xls)

Más contenido relacionado

La actualidad más candente

Exploratory testing
Exploratory testingExploratory testing
Exploratory testingHuib Schoots
 
Unit Testing and TDD 2017
Unit Testing and TDD 2017Unit Testing and TDD 2017
Unit Testing and TDD 2017Xavi Hidalgo
 
03 - chomu prohramisty ne testuiut - yurii chulovskyi - it event 2013 (5)
03 -  chomu prohramisty ne testuiut - yurii chulovskyi - it event 2013 (5)03 -  chomu prohramisty ne testuiut - yurii chulovskyi - it event 2013 (5)
03 - chomu prohramisty ne testuiut - yurii chulovskyi - it event 2013 (5)Igor Bronovskyy
 
Exploratory Testing Explained
Exploratory Testing ExplainedExploratory Testing Explained
Exploratory Testing ExplainedTechWell
 
Comu346 lecture 6 - evaluation
Comu346   lecture 6 - evaluationComu346   lecture 6 - evaluation
Comu346 lecture 6 - evaluationDavid Farrell
 
Graham Thomas - Software Testing Secrets We Dare Not Tell - EuroSTAR 2013
Graham Thomas - Software Testing Secrets We Dare Not Tell - EuroSTAR 2013Graham Thomas - Software Testing Secrets We Dare Not Tell - EuroSTAR 2013
Graham Thomas - Software Testing Secrets We Dare Not Tell - EuroSTAR 2013TEST Huddle
 
Exploratory Testing Explained and Experienced
Exploratory Testing Explained and ExperiencedExploratory Testing Explained and Experienced
Exploratory Testing Explained and ExperiencedMaaret Pyhäjärvi
 
Effective Unit Testing
Effective Unit TestingEffective Unit Testing
Effective Unit TestingEyal Kenig
 
Test driven development using Junit and MockIto
Test driven development using Junit and MockItoTest driven development using Junit and MockIto
Test driven development using Junit and MockItoDevender Singh Garha
 
TestWorksConf: Experience exploratory testing
TestWorksConf: Experience exploratory testingTestWorksConf: Experience exploratory testing
TestWorksConf: Experience exploratory testingMaaret Pyhäjärvi
 
Four Stages of Automated Testing by Bradley Temple
Four Stages of Automated Testing by Bradley TempleFour Stages of Automated Testing by Bradley Temple
Four Stages of Automated Testing by Bradley TempleQA or the Highway
 
Waterfalls for agile cambridge
Waterfalls for agile cambridgeWaterfalls for agile cambridge
Waterfalls for agile cambridgeSteve Wells
 
The ten commandments of TDD
The ten commandments of TDDThe ten commandments of TDD
The ten commandments of TDDHernan Wilkinson
 
Waterfalls for Agile in a bag
Waterfalls for Agile in a bagWaterfalls for Agile in a bag
Waterfalls for Agile in a bagSteve Wells
 
'The Real Agile Testing Quadrants' with Michael Bolton
'The Real Agile Testing Quadrants' with Michael Bolton'The Real Agile Testing Quadrants' with Michael Bolton
'The Real Agile Testing Quadrants' with Michael BoltonTEST Huddle
 
I Run Out Of Silver Bullets, Now What?
I Run Out Of Silver Bullets, Now What?I Run Out Of Silver Bullets, Now What?
I Run Out Of Silver Bullets, Now What?Yi Xu
 

La actualidad más candente (20)

Exploratory testing
Exploratory testingExploratory testing
Exploratory testing
 
Unit Testing and TDD 2017
Unit Testing and TDD 2017Unit Testing and TDD 2017
Unit Testing and TDD 2017
 
03 - chomu prohramisty ne testuiut - yurii chulovskyi - it event 2013 (5)
03 -  chomu prohramisty ne testuiut - yurii chulovskyi - it event 2013 (5)03 -  chomu prohramisty ne testuiut - yurii chulovskyi - it event 2013 (5)
03 - chomu prohramisty ne testuiut - yurii chulovskyi - it event 2013 (5)
 
Exploratory test
Exploratory testExploratory test
Exploratory test
 
Exploratory Testing Explained
Exploratory Testing ExplainedExploratory Testing Explained
Exploratory Testing Explained
 
Comu346 lecture 6 - evaluation
Comu346   lecture 6 - evaluationComu346   lecture 6 - evaluation
Comu346 lecture 6 - evaluation
 
Graham Thomas - Software Testing Secrets We Dare Not Tell - EuroSTAR 2013
Graham Thomas - Software Testing Secrets We Dare Not Tell - EuroSTAR 2013Graham Thomas - Software Testing Secrets We Dare Not Tell - EuroSTAR 2013
Graham Thomas - Software Testing Secrets We Dare Not Tell - EuroSTAR 2013
 
Exploratory testing
Exploratory testingExploratory testing
Exploratory testing
 
Exploratory Testing Explained and Experienced
Exploratory Testing Explained and ExperiencedExploratory Testing Explained and Experienced
Exploratory Testing Explained and Experienced
 
TDD Agile Jenga
TDD Agile JengaTDD Agile Jenga
TDD Agile Jenga
 
Effective Unit Testing
Effective Unit TestingEffective Unit Testing
Effective Unit Testing
 
Test driven development using Junit and MockIto
Test driven development using Junit and MockItoTest driven development using Junit and MockIto
Test driven development using Junit and MockIto
 
TestWorksConf: Experience exploratory testing
TestWorksConf: Experience exploratory testingTestWorksConf: Experience exploratory testing
TestWorksConf: Experience exploratory testing
 
Four Stages of Automated Testing by Bradley Temple
Four Stages of Automated Testing by Bradley TempleFour Stages of Automated Testing by Bradley Temple
Four Stages of Automated Testing by Bradley Temple
 
Intro to TDD
Intro to TDDIntro to TDD
Intro to TDD
 
Waterfalls for agile cambridge
Waterfalls for agile cambridgeWaterfalls for agile cambridge
Waterfalls for agile cambridge
 
The ten commandments of TDD
The ten commandments of TDDThe ten commandments of TDD
The ten commandments of TDD
 
Waterfalls for Agile in a bag
Waterfalls for Agile in a bagWaterfalls for Agile in a bag
Waterfalls for Agile in a bag
 
'The Real Agile Testing Quadrants' with Michael Bolton
'The Real Agile Testing Quadrants' with Michael Bolton'The Real Agile Testing Quadrants' with Michael Bolton
'The Real Agile Testing Quadrants' with Michael Bolton
 
I Run Out Of Silver Bullets, Now What?
I Run Out Of Silver Bullets, Now What?I Run Out Of Silver Bullets, Now What?
I Run Out Of Silver Bullets, Now What?
 

Similar a Lecture 11

Exploratory Testing Explained
Exploratory Testing ExplainedExploratory Testing Explained
Exploratory Testing ExplainedTechWell
 
5 Steps to Usability Testing Success with Salesforce and Beyond!
5 Steps to Usability Testing Success with Salesforce and Beyond!5 Steps to Usability Testing Success with Salesforce and Beyond!
5 Steps to Usability Testing Success with Salesforce and Beyond!Missy Longshore
 
Test for Success: 5 Steps to Usability Testing Success
Test for Success: 5 Steps to Usability Testing SuccessTest for Success: 5 Steps to Usability Testing Success
Test for Success: 5 Steps to Usability Testing SuccessSalesforce Developers
 
assertYourself - Breaking the Theories and Assumptions of Unit Testing in Flex
assertYourself - Breaking the Theories and Assumptions of Unit Testing in FlexassertYourself - Breaking the Theories and Assumptions of Unit Testing in Flex
assertYourself - Breaking the Theories and Assumptions of Unit Testing in Flexmichael.labriola
 
Computer Software Testing Basics introduced.ppt
Computer Software Testing Basics introduced.pptComputer Software Testing Basics introduced.ppt
Computer Software Testing Basics introduced.pptTrevorChinguwo
 
Scrum and-xp-from-the-trenches 06 testing
Scrum and-xp-from-the-trenches 06 testingScrum and-xp-from-the-trenches 06 testing
Scrum and-xp-from-the-trenches 06 testingHossam Hassan
 
Continuous Deployment and Testing Workshop from Better Software West
Continuous Deployment and Testing Workshop from Better Software WestContinuous Deployment and Testing Workshop from Better Software West
Continuous Deployment and Testing Workshop from Better Software WestCory Foy
 
5 reasons you'll love to hate Agile Development
5 reasons you'll love to hate Agile Development5 reasons you'll love to hate Agile Development
5 reasons you'll love to hate Agile DevelopmentArin Sime
 
Test Drive Development
Test Drive DevelopmentTest Drive Development
Test Drive Developmentsatya sudheer
 
5-Ways-to-Revolutionize-Your-Software-Testing
5-Ways-to-Revolutionize-Your-Software-Testing5-Ways-to-Revolutionize-Your-Software-Testing
5-Ways-to-Revolutionize-Your-Software-TestingMary Clemons
 
TLC2018 Shyam Sunder: Legoizing Testing
TLC2018 Shyam Sunder: Legoizing TestingTLC2018 Shyam Sunder: Legoizing Testing
TLC2018 Shyam Sunder: Legoizing TestingAnna Royzman
 
Demise of test scripts rise of test ideas
Demise of test scripts rise of test ideasDemise of test scripts rise of test ideas
Demise of test scripts rise of test ideasRichard Robinson
 
Code review guidelines
Code review guidelinesCode review guidelines
Code review guidelinesLalit Kale
 
Being an Agile Tester
Being an Agile TesterBeing an Agile Tester
Being an Agile Testerliorf
 
Nick India Presentation
Nick India PresentationNick India Presentation
Nick India PresentationGHNick
 
TDD - Seriously, try it! (updated '22)
TDD - Seriously, try it! (updated '22)TDD - Seriously, try it! (updated '22)
TDD - Seriously, try it! (updated '22)Nacho Cougil
 
Practices of agile developers
Practices of agile developersPractices of agile developers
Practices of agile developersDUONG Trong Tan
 
Black box-software-testing-douglas-hoffman2483
Black box-software-testing-douglas-hoffman2483Black box-software-testing-douglas-hoffman2483
Black box-software-testing-douglas-hoffman2483Chaitanya Kn
 

Similar a Lecture 11 (20)

Exploratory Testing Explained
Exploratory Testing ExplainedExploratory Testing Explained
Exploratory Testing Explained
 
5 Steps to Usability Testing Success with Salesforce and Beyond!
5 Steps to Usability Testing Success with Salesforce and Beyond!5 Steps to Usability Testing Success with Salesforce and Beyond!
5 Steps to Usability Testing Success with Salesforce and Beyond!
 
Test for Success: 5 Steps to Usability Testing Success
Test for Success: 5 Steps to Usability Testing SuccessTest for Success: 5 Steps to Usability Testing Success
Test for Success: 5 Steps to Usability Testing Success
 
assertYourself - Breaking the Theories and Assumptions of Unit Testing in Flex
assertYourself - Breaking the Theories and Assumptions of Unit Testing in FlexassertYourself - Breaking the Theories and Assumptions of Unit Testing in Flex
assertYourself - Breaking the Theories and Assumptions of Unit Testing in Flex
 
Test-Driven Development
Test-Driven DevelopmentTest-Driven Development
Test-Driven Development
 
Computer Software Testing Basics introduced.ppt
Computer Software Testing Basics introduced.pptComputer Software Testing Basics introduced.ppt
Computer Software Testing Basics introduced.ppt
 
Scrum and-xp-from-the-trenches 06 testing
Scrum and-xp-from-the-trenches 06 testingScrum and-xp-from-the-trenches 06 testing
Scrum and-xp-from-the-trenches 06 testing
 
Continuous Deployment and Testing Workshop from Better Software West
Continuous Deployment and Testing Workshop from Better Software WestContinuous Deployment and Testing Workshop from Better Software West
Continuous Deployment and Testing Workshop from Better Software West
 
5 reasons you'll love to hate Agile Development
5 reasons you'll love to hate Agile Development5 reasons you'll love to hate Agile Development
5 reasons you'll love to hate Agile Development
 
Test Drive Development
Test Drive DevelopmentTest Drive Development
Test Drive Development
 
5-Ways-to-Revolutionize-Your-Software-Testing
5-Ways-to-Revolutionize-Your-Software-Testing5-Ways-to-Revolutionize-Your-Software-Testing
5-Ways-to-Revolutionize-Your-Software-Testing
 
TLC2018 Shyam Sunder: Legoizing Testing
TLC2018 Shyam Sunder: Legoizing TestingTLC2018 Shyam Sunder: Legoizing Testing
TLC2018 Shyam Sunder: Legoizing Testing
 
Demise of test scripts rise of test ideas
Demise of test scripts rise of test ideasDemise of test scripts rise of test ideas
Demise of test scripts rise of test ideas
 
Code review guidelines
Code review guidelinesCode review guidelines
Code review guidelines
 
Being an Agile Tester
Being an Agile TesterBeing an Agile Tester
Being an Agile Tester
 
Nick India Presentation
Nick India PresentationNick India Presentation
Nick India Presentation
 
TDD - Seriously, try it! (updated '22)
TDD - Seriously, try it! (updated '22)TDD - Seriously, try it! (updated '22)
TDD - Seriously, try it! (updated '22)
 
Practices of agile developers
Practices of agile developersPractices of agile developers
Practices of agile developers
 
Invite the tester to the party
Invite the tester to the partyInvite the tester to the party
Invite the tester to the party
 
Black box-software-testing-douglas-hoffman2483
Black box-software-testing-douglas-hoffman2483Black box-software-testing-douglas-hoffman2483
Black box-software-testing-douglas-hoffman2483
 

Más de Charles Palmer

OneHR Conference - VR for Engagement
OneHR Conference - VR for EngagementOneHR Conference - VR for Engagement
OneHR Conference - VR for EngagementCharles Palmer
 
Game Modding Lecture 2
Game Modding Lecture 2Game Modding Lecture 2
Game Modding Lecture 2Charles Palmer
 
Workplace Applications of Virtual Reality
Workplace Applications of Virtual RealityWorkplace Applications of Virtual Reality
Workplace Applications of Virtual RealityCharles Palmer
 
Virtual Reality Presentation at #HybridLive
Virtual Reality Presentation at #HybridLiveVirtual Reality Presentation at #HybridLive
Virtual Reality Presentation at #HybridLiveCharles Palmer
 
Levels Of Learner Activity: 10 Points For Gryffindor
Levels Of Learner Activity: 10 Points For GryffindorLevels Of Learner Activity: 10 Points For Gryffindor
Levels Of Learner Activity: 10 Points For GryffindorCharles Palmer
 
Robots are Eating the Building
Robots are Eating the BuildingRobots are Eating the Building
Robots are Eating the BuildingCharles Palmer
 
Intro to Game Modding - Lecture 7
Intro to Game Modding - Lecture 7Intro to Game Modding - Lecture 7
Intro to Game Modding - Lecture 7Charles Palmer
 
Intro to Game Modding - Lecture 6
Intro to Game Modding - Lecture 6Intro to Game Modding - Lecture 6
Intro to Game Modding - Lecture 6Charles Palmer
 
Intro to Game Modding - Lecture 4
Intro to Game Modding - Lecture 4Intro to Game Modding - Lecture 4
Intro to Game Modding - Lecture 4Charles Palmer
 
Intro to Game Modding - Lecture 3
Intro to Game Modding - Lecture 3Intro to Game Modding - Lecture 3
Intro to Game Modding - Lecture 3Charles Palmer
 
Gamification training pros-2015
Gamification training pros-2015Gamification training pros-2015
Gamification training pros-2015Charles Palmer
 
3D Printing in Non-Engineering Classrooms
3D Printing in Non-Engineering Classrooms3D Printing in Non-Engineering Classrooms
3D Printing in Non-Engineering ClassroomsCharles Palmer
 
Games and Gamification
Games and GamificationGames and Gamification
Games and GamificationCharles Palmer
 

Más de Charles Palmer (20)

OneHR Conference - VR for Engagement
OneHR Conference - VR for EngagementOneHR Conference - VR for Engagement
OneHR Conference - VR for Engagement
 
VR for Education
VR for EducationVR for Education
VR for Education
 
Lecture5
Lecture5Lecture5
Lecture5
 
Lecture1 IMED 105
Lecture1 IMED 105Lecture1 IMED 105
Lecture1 IMED 105
 
Game Modding Lecture 2
Game Modding Lecture 2Game Modding Lecture 2
Game Modding Lecture 2
 
Workplace Applications of Virtual Reality
Workplace Applications of Virtual RealityWorkplace Applications of Virtual Reality
Workplace Applications of Virtual Reality
 
Virtual Reality Presentation at #HybridLive
Virtual Reality Presentation at #HybridLiveVirtual Reality Presentation at #HybridLive
Virtual Reality Presentation at #HybridLive
 
VR in STEM
VR in STEMVR in STEM
VR in STEM
 
Games & Gamification
Games & GamificationGames & Gamification
Games & Gamification
 
Twine workshop
Twine workshopTwine workshop
Twine workshop
 
Levels Of Learner Activity: 10 Points For Gryffindor
Levels Of Learner Activity: 10 Points For GryffindorLevels Of Learner Activity: 10 Points For Gryffindor
Levels Of Learner Activity: 10 Points For Gryffindor
 
Robots are Eating the Building
Robots are Eating the BuildingRobots are Eating the Building
Robots are Eating the Building
 
Intro to Game Modding - Lecture 7
Intro to Game Modding - Lecture 7Intro to Game Modding - Lecture 7
Intro to Game Modding - Lecture 7
 
Intro to Game Modding - Lecture 6
Intro to Game Modding - Lecture 6Intro to Game Modding - Lecture 6
Intro to Game Modding - Lecture 6
 
Intro to Game Modding - Lecture 4
Intro to Game Modding - Lecture 4Intro to Game Modding - Lecture 4
Intro to Game Modding - Lecture 4
 
Intro to Game Modding - Lecture 3
Intro to Game Modding - Lecture 3Intro to Game Modding - Lecture 3
Intro to Game Modding - Lecture 3
 
Gamification training pros-2015
Gamification training pros-2015Gamification training pros-2015
Gamification training pros-2015
 
Applied Gamification
Applied GamificationApplied Gamification
Applied Gamification
 
3D Printing in Non-Engineering Classrooms
3D Printing in Non-Engineering Classrooms3D Printing in Non-Engineering Classrooms
3D Printing in Non-Engineering Classrooms
 
Games and Gamification
Games and GamificationGames and Gamification
Games and Gamification
 

Último

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 

Último (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 

Lecture 11

  • 1. CISC 105: Intro to Game Modding Lecture 11: Implementation Charles Palmer – Fall 2013
  • 3. Implementation Let’s talk about progress • • • • Where are you in the development process Where do you go for help What’s next on your list to accomplish What can I do to help?
  • 4. Building a section of your mod For the remainder of the class we’ll be building a section of your Skyrim mod. Your grade will be based on your ability to produce these items at each milestone. Build a location from your world map Place enemy units, loot drops, and at least one trap Add NPC dialogue Test Mod
  • 5. Test early and test often… • More than just a mantra • Used to o o o o o o identify programmatic defects gauge quality check for inconsistencies Uncover design or programming issues Save development time Not just for programmers • Formally handled by the Quality assurance department/team
  • 6. Types of industry testing • • • • • • • • • Functionality testing is most commonly associated with the phrase "game testing", as it entails playing the game in some form. Functionality testing does not require extensive technical knowledge. Functionality testers look for general problems within the game itself or its user interface, such as stability issues, game mechanic issues, and game asset integrity. Compliance testing Compatibility testing Localization testing Soak testing Beta testing is done during beta stage of development. Often this refers to the first publicly available version of a game. Public betas are effective because thousands of fans may find bugs that the developer's testers did not. Regression testing is performed once a bug has been fixed by the programmers. QA checks to see whether the bug is still there (regression) and then runs similar tests to see whether the fix broke something else. That second stage is often called "halo testing; it involves testing all around a bug, looking for other bugs. Load testing Multiplayer testing
  • 7.
  • 8. Assignment Continue building your mod with the Creation Kit. By this time you should have a good bit of your mod mocked up. Now it’s time to see if your mod accomplishes what you’ve expected. To prove this assumption, create a test log that can be used to collect feedback from your users and categorize user feedback. Remember the purpose of a play test is not to show how cool your product is, this is a chance to find out how you can make it better.
  • 9. Assignment This first play test should answer some simple questions. Check for things such as o Can the player navigate the space • Do they get lost • Do they get stuck o Are there problems with the environment o Are the creatures too hard o How long does it take to complete the task The important thing is to let your tester explore so you can document their progress and record any problems.
  • 10. Assignment When you are ready to evaluate your mod, use the Testing Log template to conduct five play test sessions. During the play test, your role is just to listen. Try not to direct the player’s action (unless they feel frustrated) or engage in too much conversation. Once the session is over, either by completing the objective, giving up, or reaching a pre-determined stopping time complete a log entry for each player. After testing with five players, upload the Testing Log to Moodle (DWilliams_CISC105_11.xls)

Notas del editor

  1. Is it fun? Is the level enjoyable to play? The answer to these questions is “I don’t know” and you’ll never know until you test your assumptions.
  2. Answer these questions in the “Implementation” Forum.
  3. Before we move on to the next step, we need to find out if the game is fun, if users understand the objectives, and does it work. To do this we conduct user testing sessions and gauge the responses. Testing sessions are formalized…
  4. “Test early and test often,” is the mantra of many development teams. But testing is more than just seeing if something works. The process is used to identify software defect, gauge the quality of the product, document any uncovered design or programming issues, check for inconsistencies, and save development time.In the early days of game development testing was completed by the programming staff, but as the products became more complex, a larger set of resources were needed. At this time most publishers created a Quality Assurance department. It is their responsibility to make sure the game is working correctly, manage the bug list, conduct testing sessions with outside users, and evaluate if the game is “fun”.
  5. The software industry if full of testing phases. Here are some common types of testing that takes place. Many of these related to the game industry, but the red represent common phases.
  6. Here is a chart explaining the testing process. After each play test, a list of issues is generated. This list is reviewed by the QA staff and programming bugs are reported to the development staff. Bugs are assigned to specific team members or departments and then analyzed for possible solutions. Once fixed, the bug list is updated with the solution and is sent back to the QA Lead or a designated QA staff member.Unfortunately, there is no standard model used across the industry. Each company has developed their own process which is constantly being tweaked and refined. Typically bugs are entered into a proprietary bug database and classified from a “Class A” bug, which must be fixed to a “Class C” bug, which the development team would like to fix, but not at the expense of altering the production schedule. Ask – “Why do you think such an elaborate process is needed?”