Skip to content

Postman Testing

mabdalazez edited this page Jun 22, 2018 · 1 revision

in the Backend as i said we are using Postman that build and send http requests to our server to make the requests that we want. for Example ( A testing Process) :

  • first off all we want to make a SignUp to the Server so we can send requests to the private links that we cant get it without a Token. signUp
  • after that we need to send a log in request to get a Token. logIn
  • we take this token from responose token
  • now we can send a Requests like addEvent first off all we need to put the token headers then we write a json like the object is it for example add Event is look like this addevent

Clone this wiki locally