3. If the backend is down (server + db), how will test the front end data population?
Respostas da entrevista
Sigiloso
24 de fev. de 2018
Use of the cache
7
Sigiloso
31 de ago. de 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
Sigiloso
4 de ago. de 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.