Look at this test written with Cucumber Scenario: Open a book card Given The user is “albert” and the password “@bsurd” Given Cleanup any existing item in the basket of the customer Then Open the app And Login And Search for a book “Le Mythe de Sisyphe” And Open the card Cucumber, is a BDDContinue reading “BDD Cucumber”
Tag Archives: Java
Java consume a REST API with retrofit2
Rest API expose methods POST/ GET / PUT , etc on the protocol HTTP : this make us simple our life: Rest API allows interoperability in a very simple way. Before any step, is strong advised understand the basic principles of HTTP (I’m planning to write something about this later). Situation A rest endpoint exposesContinue reading “Java consume a REST API with retrofit2”
