3. If the backend is down (server + db), how will test the front end data population?
Respuestas de entrevistas
Anónimo
24 feb 2018
Use of the cache
7
Anónimo
31 ago 2018
we can use "nc" to spawn a make shift server, and then watch the console for logged incoming requests, the console will log the data uploaded from frontend
2
Anónimo
4 ago 2018
Mock out the HTTP response from the server using tools such as Burrp Suite or Fiddler.
You can mock out both the http response code as well as the body.