TestEngineering/Services/LoopServerLoadTesting: Difference between revisions

Jump to navigation Jump to search
Line 98: Line 98:


* Loop Client
* Loop Client
  Check https://call.mozilla.com/config.js
  In the browser: https://call.mozilla.com
should return "Welcome to the Loop web client."
In the browser: https://call.mozilla.com/config.js
  Should return json similar to the following:
  Should return json similar to the following:
  var loop = loop || {};
  var loop = loop || {};
  loop.config = {serverUrl: 'https://loop.services.mozilla.com'};
  loop.config = {serverUrl: 'https://loop.services.mozilla.com'};
  and
   
WIP from the client team: end to end tests
Also:
https://call.mozilla.com
  curl https://call.mozilla.com
  curl https://call.mozilla.com
  curl -I https://call.mozilla.com
  curl -I https://call.mozilla.com
Quick end-to-end tests:
Desktop: browser to browser
Desktop to FxOS
FxOS to Desktop
Two FxOS devices


* MSISDN Gateway
* MSISDN Gateway
Confirmed users
3,727

edits

Navigation menu