Postman Tutorial Part 18- Sharing & Importing Collections as a Link in Postman

Hello Folks, We have already seen below topics:- Introduction to Collections in PostmanCreating a Collection in Postman In this post, we will share and import collection as a link in Postman. Once you create a collection in Postman, you may required to share with others. We can share a collection in multiple ways in Postman. … Continue reading Postman Tutorial Part 18- Sharing & Importing Collections as a Link in Postman

Java Interview Question – Explain System.out.println(arg)

Printing information while executing program is important. Like any other programming language, Java also provides a way to print desired thing on standard output. "System.out.println(arguments);" is a java statement to print passed argument on standard output stream which is by default console. We can also print in to a file which we will see later … Continue reading Java Interview Question – Explain System.out.println(arg)

Postman Tutorial Part 17 – Creating a Collection In Postman

This post will cover below topics:- How to create a collection in Postman?In how many ways, we can create a collection in Postman?How to make a collection as Favourite in Postman?How to save a request in Postman?In how many ways, we can save a request in Postman? Creating a Collection in Postman A Postman collection … Continue reading Postman Tutorial Part 17 – Creating a Collection In Postman

Postman Tutorial Part 16 – Introduction To Collections In Postman

Hello Folks, If you are a software developer or tester, you must be aware of different test suites. E,g, Smoke, Sanity , Regression etc. A test suite is a group of multiple tests based on some factors. Factors might be based on functionality, priority etc. The similar concept is in Postman which is called as … Continue reading Postman Tutorial Part 16 – Introduction To Collections In Postman

Postman Tutorial Part 15 – Adding Automation Test Scripts In Postman

Hello Folks, When we hit any API, we get some response along with status code, response time, headers etc. As of now we have verified it manually. Will it not be good if these assertion which we do manually should be auto performed once request is hit? A kind of automation testing of API. Consider … Continue reading Postman Tutorial Part 15 – Adding Automation Test Scripts In Postman

Postman Tutorial Part 14 – Create, Manage and Use Global Variable In Postman

Hello folks, We have already seen creating, managing and using environment variables in Postman. We can select only single environment at a time in Postman and can use variables of that selected environment. We may have some variables which are common to each environment. It is not good practice to keep a separate copy of … Continue reading Postman Tutorial Part 14 – Create, Manage and Use Global Variable In Postman

Postman Tutorial Part 13 – Create, Manage and Use Environment In Postman

In last post, We have already seen about Understanding on Environment and Global variables. In this post we will see how can we create and access an Environment in Postman. An Environment in Postman is a set of key-value pairs. The key represents the name of the variable and value is information that key holds. … Continue reading Postman Tutorial Part 13 – Create, Manage and Use Environment In Postman

Missing Firebug? ‘Rūto’ is On The Way ==>

Firebug was an open source firefox browser extension which was generally used by front end automation tester to get Css and XPath easily of a Web element. But firebug has been deprecated. Wiki page of firebug says:- Firebug has been deprecated in favor of the integrated developer tools added to Firefox itself, whose functionality has … Continue reading Missing Firebug? ‘Rūto’ is On The Way ==>

50 Selenium WebDriver Interview Questions : – Ask These Yourself Before Attending Interview

Below questions are for professional who have working experience in Selenium WebDriver. You must ask these questions yourself and answer. Time has gone when how to click or how to type questions were asked. Prepare well above questions and attend interviews with confidence. Why did you select Selenium WebDriver for front end automation of your … Continue reading 50 Selenium WebDriver Interview Questions : – Ask These Yourself Before Attending Interview