umontreal-diro / IFT3913

Syllabus pour IFT3913 [automne 2024]
MIT License
12 stars 7 forks source link

Tester la diversité d'environnements d'exécution #8

Open bbaudry opened 1 month ago

bbaudry commented 1 month ago

Tester la compatibilité dans divers environnements (OS, browsers, VMs, etc.)

      - name: Firefox Browser Tests
        uses: cypress-io/github-action@v1
        with:
          browser: firefox

      - name: Chrome Browser Tests
        uses: cypress-io/github-action@v1
        with:
          browser: chrome

exemple pour tester sur différents navigateurs

bbaudry commented 1 month ago

cross-browser testing

bbaudry commented 1 month ago

Comprehensive Guide to Compatibility Testing in Java

bbaudry commented 1 month ago

Deep Differential Testing of JVM Implementations

bbaudry commented 1 month ago

Running scheduled cross-browser end-to-end tests on Github CI

bbaudry commented 1 month ago

testcafe for browser testing

bbaudry commented 1 month ago

Cross-platform testing with appium

bbaudry commented 1 month ago

Mobile application testing with carina

bbaudry commented 1 month ago

Cross-platform testing with gauge

bbaudry commented 1 month ago

WEBDIFF: Automated identification of cross-browser issues in web applications