html5 - How to do video testing from web application? -


i have web application contains 1000s of videos, testing purpose have manually check each , every video. there tool available video testing can ease job?

if videos want test have sort of pattern , have list of videos want test. 1 way automate use ghost inspector (automated website testing). thus, create test in gi (ghost inspector) 1 video, call gi test via it's execute api passing in different video ids gi. run on schedule.

note there has common changes videos when plays can make repeatable test in ghost inspector.

these links should information need create want:

gi getting started: https://ghostinspector.com/docs/getting-started/

gi execute api: https://ghostinspector.com/docs/api/tests/#execute

gi scheduling: https://ghostinspector.com/docs/test-schedule/


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -