
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Debomita Bhattacharjee has Published 863 Articles

Debomita Bhattacharjee
1K+ Views
There are Assertions in Postman with Chai Assertion Library. Assertions are used to check whether the expected and actual results are the same. If not, an Assertion error is thrown with an error message.An Assertion returns a Boolean value. In Postman, Assertion is implemented in JavaScript. It is available in ... Read More

Debomita Bhattacharjee
792 Views
We can run Postman Collection on Jenkins. Firstly, we have to install Newman. To trigger an execution, we shall create a Collection having a minimum one request.The below steps list down the steps to run Postman Collection on Jenkins.Step 1 − Click on the arrow beside the Collection name in ... Read More

Debomita Bhattacharjee
383 Views
We can generate Newman reports on Jenkins. The reports obtained from Jenkins are a pictorial and organized representation of test execution results. These reports can also be shared with all the stakeholders of the project.Jenkins reports can be generated in several formats and can be controlled by adding different flags ... Read More

Debomita Bhattacharjee
546 Views
We can remove Unicode from Jenkins Console Output logs. To perform this, we should create a Collection with at least a single request. Along with it, we have to install Newman.Step 1 − Click on the arrow appearing to the right of the name of the Collection. After that, click ... Read More

Debomita Bhattacharjee
507 Views
We can run Postman Collection on Jenkins using Newman commands. To achieve this, we should first have a Collection with a minimum one request and a test. Also, we should have Newman installed in our system.Step 1 − Click on the arrow to the right of the Collection name. Then ... Read More

Debomita Bhattacharjee
541 Views
We can produce documentation for the APIs used in Postman by default.This document can be shared privately or publicly. Postman creates and hosts documentations on Collections which can be synced at the real time through the browser. Also, this documentation helps to share public APIs among teams and other stakeholders.The ... Read More

Debomita Bhattacharjee
2K+ Views
We can set test iterations using Newman with the help of the option –n.Newman's command to list down all options is − newman run –h. Options in Newman is grouped into these categories −UtilityBasic setupRequest optionsOther Misc. OptionsThus complete command to set iterations for two times should be −newman run ... Read More

Debomita Bhattacharjee
473 Views
There are multiple options parameters and configurations that can be used in a Collection via Newman. The command to obtain a list of options is − newman run –h. Options in Newman can be of types – Utility, Basic setup, Request options and Misc.Utility-h, --help – to display usage details.-v, ... Read More

Debomita Bhattacharjee
855 Views
We can run the Collection using Newman through JSON file. To run Collection using Newman through JSON file we should follow the below steps −Step 1 − Click on three dots to the right of the Collection name. Then click on the Export button.Step 2 − Choose the radio button ... Read More

Debomita Bhattacharjee
958 Views
We can run the Collection using Newman through a shared link. To run Collection using Newman through share link we should follow the below steps −Step 1 − Click on the arrow to the right of the Collection name. Then click on the Share button.Step 2 − The SHARE COLLECTION1 ... Read More