Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tester dans un domaine spécifique #10

Open
bbaudry opened this issue Jul 30, 2024 · 24 comments
Open

Tester dans un domaine spécifique #10

bbaudry opened this issue Jul 30, 2024 · 24 comments

Comments

@bbaudry
Copy link
Member

bbaudry commented Jul 30, 2024

des techniques dédiées à l'analyse de la qualité logicielle dans des domaines applicatifs particuliers (jeux vidéo, automobile, santé, agronomie, etc.)

[Test]
public void TestUnchangedSettingsFollowAppliedDifficulty()
{
   var result = applyDifficulty(new BeatmapDifficulty
   {
      DrainRate = 10,
      OverallDifficulty = 10
   });
   Assert.That(result.DrainRate, Is.EqualTo(10));
   Assert.That(result.OverallDifficulty, Is.EqualTo(10));
...
}

Exemple d'un test pour le jeu OSU!

@bbaudry
Copy link
Member Author

bbaudry commented Jul 30, 2024

tester des jeux construits avec le moteur unity
unity test framework

@bbaudry
Copy link
Member Author

bbaudry commented Jul 30, 2024

Automation Test Framework pour des jeux sur unreal

@bbaudry
Copy link
Member Author

bbaudry commented Jul 30, 2024

A Survey of Video Game Testing

@bbaudry
Copy link
Member Author

bbaudry commented Jul 30, 2024

Video Game Automated Testing Approaches:An Assessment Framework

@bbaudry
Copy link
Member Author

bbaudry commented Jul 30, 2024

ArduinoUnit pour tester sur le micro contrôleur Arduino

@bbaudry
Copy link
Member Author

bbaudry commented Jul 30, 2024

ceedling pour tester du code de micro contrôleur

@bbaudry
Copy link
Member Author

bbaudry commented Jul 30, 2024

ntt pour tester des systèmes telecom avec ttcn

@bbaudry
Copy link
Member Author

bbaudry commented Jul 30, 2024

Test automatique pour la robotique avec ROS
https://wiki.ros.org/Quality/Tutorials/UnitTesting

@bbaudry
Copy link
Member Author

bbaudry commented Jul 30, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Jul 30, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Aug 27, 2024

Testing a Django web application
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Testing
[FR] https://developer.mozilla.org/fr/docs/Learn/Server-side/Django/Testing

@bbaudry
Copy link
Member Author

bbaudry commented Sep 7, 2024

Searching bug instances in gameplay video repositories

@bbaudry
Copy link
Member Author

bbaudry commented Sep 7, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Sep 16, 2024

newman to test postman collections

@bbaudry
Copy link
Member Author

bbaudry commented Sep 23, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Sep 23, 2024

[FR] Tests GUI pour les systèmes domotiques

@bbaudry
Copy link
Member Author

bbaudry commented Sep 23, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Sep 24, 2024

Efficient Domain Augmentation for Autonomous Driving Testing Using Diffusion Models
https://arxiv.org/abs/2409.13661

@bbaudry
Copy link
Member Author

bbaudry commented Sep 24, 2024

Enhancing Netflix Reliability with Service-Level Prioritized Load Shedding
https://netflixtechblog.com/enhancing-netflix-reliability-with-service-level-prioritized-load-shedding-e735e6ce8f7d

@bbaudry
Copy link
Member Author

bbaudry commented Sep 24, 2024

Sequential A/B Testing Keeps the World Streaming Netflix Part 1: Continuous Data
https://netflixtechblog.com/sequential-a-b-testing-keeps-the-world-streaming-netflix-part-1-continuous-data-cba6c7ed49df

@bbaudry
Copy link
Member Author

bbaudry commented Nov 8, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Nov 8, 2024

A Guide to Testing Smart Home Devices
https://reintech.io/blog/guide-to-testing-smart-home-devices

@bbaudry
Copy link
Member Author

bbaudry commented Nov 8, 2024

Creating the next generation of smart refrigerators using Azure Percept
https://techcommunity.microsoft.com/blog/iotblog/creating-the-next-generation-of-smart-refrigerators-using-azure-percept/3277356

@bbaudry
Copy link
Member Author

bbaudry commented Nov 20, 2024

Air-gapped Installations in Hopsworks
https://www.hopsworks.ai/post/air-gapped-installations-in-hopsworks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant