How to Select Date From Datepicker in Selenium Webdriver Using Java

Selenium is a widely used automation testing tool used to ensure the seamless working of web applications in accordance with predetermined technical and business requirements. Using Selenium is a great way to comply with the growing demands made upon developers and testers – faster and more efficient release of new and updated features, ideally within a few weeks.

Selenium Webdriver, a significant component of the Selenium Test Suite, is a web framework that runs automated tests on websites to ensure all UI elements are functioning exactly as expected.

How to Do API Testing?

Nowadays API testing is an integral part of testing. There are a lot of tools like postman, insomnia, etc. There are many articles that ask what is API, What is API testing, but the problem is How to do API testing? What I need to validate.

Note: In this article, I am going to use postman assertions for all the examples since it is the most popular tool. But this article is not intended only for the postman tool. 

Create Custom Robot Framework Libraries

Robot Framework supports numerous libraries which can be used out-of-the-box. But what if we need functionality which is custom to our application? In that case, we can write our own custom library. In this post, we will take a look at how we can share keywords between Test Suites and how we can create our own custom Robot Framework library.

1. Introduction

In our previous posts Automated Acceptance Testing With Robot Framework and How to Write Data Driven Tests With Robot Framework, we learned the basics of Robot Framework. We also learned how to write keywords in order to reuse commonly used functionality between test cases. All of this remained in one Test Suite, but what if you have created keywords which you also want to use in other Test Suites? We will explain how to make use of resource files and how to create custom Robot Framework Python libraries in order to share common keywords between Test Suites.

Selenium Java Tutorial: Automation Testing of a User Sign Up Form

If you are just starting with Selenium automation testing of your product, the first page you would probably want to automate would be the Sign Up or Login Page. If you have an online platform, like an ecommerce company or a Software-as-a-Service product, the Sign Up page acts as the door to welcome visitors to your web application. 

It is one of the simplest yet one of the most important pages of your platform, and comes at the start of every possible user journey that you may want to test. Hence, it is also one of the most important web pages for your web application.

9 Essential Blogs Every Tester Should Follow in 2020

Here's where you need to go to get software testing knowledge in 2020.

2020 is almost here, and it’s time for QA professionals to make new resolutions to improve their testing process. We all understand how software testing has evolved in the last few years. From automating cross-browser testing to real-time testing of web apps with Selenium, a lot of changes have come to the testing process. Though some innovations and technologies made it easy for QA professionals to test their web app, some challenges even made the testing process more complicated than earlier.

You may also enjoy:  The 6 Essential QA Blogs to Read in 2019

Thus, QAs need to keep up with the new trends in the web development sector, and they should take help from blogs and articles published by industry professionals to improve their expertise and make the testing process more efficient and effective.

CounterStrings in Action

CounterStrings

If you want to learn more about CounterStrings, then check out the following resources: