Skip to main content

Posts Tagged ‘Selenium’

Two programmers working on some coding together

Let’s Get Started: Selenium with Python #1

Did you know Python can prove to be a best friend of Selenium when it comes to automation testing? This blog will not only give a brief description of how it works and why it is required to know Selenium with python these days but will also help in learning automation testing using the same. […]

Person working on data security

Functional Testing with Selenium

Functional testing is a sort of testing that aims to determine whether each application feature functions in accordance with the needs of the software. To determine whether a function’s output is in line with the expectations of the end user, each function is compared to the associated requirement. What will be learn in this blog? […]

2022 10 03 20 53 25 Social Blog What To Expect With Selenium 2.jpg (600×400)

Cloud Testing With Selenium – Sauce Labs

“EXECUTE TEST CASES IN Virtual Machine which are not in your control” A Cloud Service Provider with one of the biggest grids for running Selenium and Appium test cases is Sauce Labs. Multiple operating systems, browsers, mobile emulators, simulators, and even actual devices are supported by Sauce Labs. According to the Sauce Labs Official Website, […]

Atlassian Jira Logo Icon 170512

End-To-End-Automation on JIRA using RestAssured

REST- ASSURED REST stands for REpresentational State Transfer. It supports Behavior-Driven Development (BDD) syntax like Given, When, and Then notations. It helps us to integrate with testing frameworks like Junit or TestNG.   Code Explanation Given() ‘Given’ keyword, lets you set a background, here, you pass the request headers, query and path param, body, cookies. When() ‘when’ keyword […]

Atlassian Jira Logo Icon 170512

Exploring JIRA Server REST API via Postman

Importance of Jira Automation Project automation in Jira is necessary because it saves time, increases productivity, and improves team cooperation. In this blog, I’ll teach you how to automate various activities in Jira, reducing your workload and providing you with a detailed report. Which will also allow you to focus on other important aspects. “Focus […]

tiethnic colleagues sitting at desk looking at laptop computer in office. stock photo

Hidden Auto Suggestion drop-down values – How to handle in Selenium

Handling Hidden dropdown suggestions/Auto suggestion values in your Selenium Automation script? In our day-to-day automation work we have encountered many drop-down elements and that can also be handled by many ways. One of them is hidden auto suggestion drop-down values which we can’t inspect hence can’t automate.   Problem 1: Go to https://www.flipkart.com/ Enter any […]

Oracle Enterprise Management Updates

How to easily upload a file to a random VM using Selenium GRID

Cloud-based Test Automation “The worldwide public cloud services market is projected to grow 21.4 percent in 2018 to total $186.4 billion, up from $153.5 billion in 2017,” according to Gartner, Inc. Considering this fact, I reckon the Cloud-based Test Automation is behind. Relatively recently, this type of testing has garnered so much attention over those normally delivered legacy […]

Page Object and Page Factory Pattern Based UI Automated Testing

1.      Introduction The Page Object Model (POM) is a very important pattern in selenium webdriver. It can also be applied to most of UI automated testing, even with other tools like UFT, Appium and so on. Page Factory is an inbuilt and optimized concept of POM. Page Factory can be used in many frameworks such […]

Mobile Testing on Cloud with Appium Using AWS Device Farm

With Amazon’s Device Farm technology, you can now easily upload your app and choose an Android or an iOS device to test your app. You will get screenshots, videos of the tests that were run and most importantly, the real-time reports of the tests that were completed. It is as simple as uploading a file […]

Robotically Send Test Reports via Mail Using Maven Postman Plugin

  As Test Engineers, we all know the importance of report generation which contains the summary of test script results. Test Reports give you the overall update on the application’s stability and it also helps to figure out the application issues which in turn could be useful for the developer to fix them. It would […]

Define Customized Testing Objects with Selenium

Page is usually the basic testing object in automated testing. However, sometimes one or more pages contain multiple similar units. For example, let’s say that 3 different pages have a similar unit, say a table unit. All of the 3 table units in the 3 pages certainly have columns, rows and table names. In our […]

Driver Manager for Selenium Web Driver and Extent Reports

Driver Manager for Selenium Web Driver This blog post explains how to initiate the Chrome and IE browsers using maven setup. To run selenium web driver in chrome/IE browsers, download the preferred version of Chrome Driver/ IE Driver server for web driver and save it in local. Now set the property for chrome driver/IE driver, […]

Load More