Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Selenium Topics – Page 10 – Make Selenium Easy

Posted on 02/25/2020 By admin

This is an important interview question in Java and mainly asked to Freshers. I will try to explain my best it here. A Java program has a starting point of execution with a predefined signature of main method in a class. Method signature of main method is given below:-

public static void main(String[] args){}

public static void main(String[] args){}

This could be also written … Continue reading Java Interview Question – Explain public static void main(String[] args)

Debugging and logging are very important when you are trying to develop/test something. During development or Testing of any software or API, you may need to debug or log what is happening in between if actual behaviour is not as per expected behaviour. You must have heard of browser’s developer console or web console. Postman … Continue reading Postman Tutorial Part 22 – Postman Console – Debugging And Logging

People spend a lot of time in locate web elements for Automation. There are some tools which make your life easier and could save a good amount of time. Rūto is one of them. I have published a post on Rūto which you can go through here. A quick overview of Rūto :- Rūto brings … Continue reading Rūto – Get Started & Save Time in Finding Locators

If you think Postman is only for static or manual testing, you are not correct. We can do automation testing of API using postman to a good extent. We can add dynamic behavior to Postman requests and collections. Postman contains a NodeJS based runtime environment. This NodeJS environments allows us to add dynamic behaviour to … Continue reading Postman Tutorial Part 21 – Scripts In Postman

Protractor is in demand now a days for Angular and AngularJS applications. Even people are using Protractor for Non-Angular applications as well because its fast and you need to write less code to handle browser , parallel testing and cross browser testing. In this post, I will explain how can we start learning Protractor or … Continue reading Protractor Tutorial 3 – Prerequisites To Learn Protractor

Hello Folks, We have learnt already about :- What is Variable in Postman? Global Variables in Postman Environment Variables in Postman In this post, we will see how can we use variables in request body to create parameterised request. What is use of Parameterised Request? Consider we have an API which registers a patient on … Continue reading Postman Tutorial Part 20 – Use Variables in Request Builder OR How To Build Parameterized Request in Postman

As per Protractor Official Document:- Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would. So before selecting Protractor as front end automation tool, you must need to find if your application is an Angular application or not. … Continue reading PROTRACTOR TUTORIAL 2– Identify Angular and Non-angular Application

As per Protractor Official Document:- Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would. It is very important to understand the term Angular and AngularJS applications. So, in this post we will see a basic … Continue reading Protractor Tutorial 1 – What is AngularJS and Angular Applications?

Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in this post we will see a java program Find Common Characters in Two Given Strings. Problem Statement:- String s1= “ABCDEF” String s2= “DEFXYZ” Output: DEF Solution:- This problem can be solved with or without using collection concepts in Java. I … Continue reading Frequently Asked Java Programs 31 – Java Program to Find Common Characters in Two Given Strings

Hello Folks, We have already seen Creating a collection and storing requests in it. Let’s perform below steps:- Create a Collection.Create a request. Hit the request and proper response should come. Save the request in created collection. Close all tabs in request builder.Open request from collection. Observe that “Response” was not saved. By default a … Continue reading Postman Tutorial Part 19 – Save Response in Collection in Postman

Uncategorized

Post navigation

Previous Post: Make Selenium Easy – Page 19
Next Post: Selenium Topics – Page 9 – Make Selenium Easy

Related Posts

image – Make Selenium Easy Uncategorized
March 18, 2018 – Make Selenium Easy Uncategorized
browser Uncategorized
TestNG Tutorials 46: Overriding Parameters in TestNG Uncategorized
Frequently Asked Java Program 02: Java Program to Check if Any String is Palindrome Without Using Reverse Method | Make Selenium Easy Uncategorized
interview java programs Uncategorized

Recent Posts

  • Getting Started with Selenium 4: What Is New and How to Upgrade from Selenium 3
  • Manual Testing
  • Baby Steps To Become Efficient Selenium-Java Automation Tester
  • Features of Selenium 4.0.0 Release – Java Binding
  • Part 1: Handling Drop-down Created Using SELECT Tag In Selenium

Recent Comments

No comments to show.

Archives

  • April 2026
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • April 2024
  • March 2024
  • February 2024
  • December 2023
  • October 2023
  • August 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • May 2022
  • March 2022
  • October 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • October 2020
  • September 2020
  • August 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • May 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • January 2018

Categories

  • Getting Started
  • Uncategorized

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark