InterviewSolution
| 1. |
What Is The Difference Between User Agent And Simulator? |
|
Answer» USER Agent identifies the mobile internals i.e.Make,Model,Resolution ect.User Agent is mandatory while downloading appropriate contents onto mobile, WHEREAS a simulator is used to test the downloading process USING various user agents to check whether a device is RECOGNIZED and specific content/build is sent through OTA. User Agent identifies the mobile internals i.e.Make,Model,Resolution ect.User Agent is mandatory while downloading appropriate contents onto mobile, whereas a simulator is used to test the downloading process using various user agents to check whether a device is recognized and specific content/build is sent through OTA. |
|