You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Project Demonstrates API Testing . API tested in this project includes different HTTP request create , update, delete , get , post . test can be executed using postman collection runner and newman . this also includes detailed documentation on integration with jenkins . and also basic and advance report generation using newman reporter plugin.
Hi everyone, today I had the second class of the miniBootcamp with Alejandro Zapata. We saw the basic structure of an HTML file, with the tags inside the HEAD and BODY. We practise a bit with the h1 tag, paragrapg tag, some ordered and unorderer list, and end up with the image tag.
This is a practise app using React I built by following a tutorial by Traversy Media. The app is a Todo list that makes delete, post, and get calls to jsonplaceholder.typicode's /todos api. The app shows understanding of components, routes, and other React basics.