Avni (@74-faunie)

74-faunie's cover image
Powered by FIFO
74-faunie's image

Avni

Integrating Software Development and Quality Assurance with Engineering Team @ GlueLabs.

Followers17
Following19
Spaces2

In the domain of artificial intelligence, generative models have emerged as a groundbreaking technology that empowers machines to produce original and creative content. Algorithms for generative AI opened up new possibilities in diverse fields like art, music, literature, and design. This article delves into the transformative potential of generative AI and its impact on fostering creativity.

GSHEET AUTOMATION - READ AND WRITE

In continuation with automating any gsheet, lets now discuss how to read and write it.

GSheet Automation using Node.js

Lets have a brief overview of what is the use case here.

For being able to read or write any google sheet, we first have to setup and run a google app that will call the Google Workspace API.

In continuation with learning playwright automation, lets have a look at some of it's advantages.

Since playwright is very new tool in the market, there are many new feature releases happening every month. Following are some of the added advantages that this new tool has come up with making it a more popular choice than the existing tools.

An introduction to a new open source tool for browser automation : PLAYWRIGHT

media

Playwright is the current new open source tool used for browser automation, providing support for multiple browsers like Chromium, Firefox, and WebKit.

Automation Testing is a software testing technique that is performed using special automated testing software tools to execute a test case. On the contrary, Manual Testing is performed by a human sitting in front of a computer carefully executing the test steps.

With the help of XPath's in selenium we can easily navigate through any HTML Structure of page. Every element on the page is not always written using same type of HTML attributes, so to handle every case we have different types of XPath's. This post discusses each of them.

Today we will be talking about 'Scope of Search' for any web element and the most common practice by automation developers - 'Indexing'. Usually while writing code to automate any UI, the most common feature we come across is 'Dropdowns'.

Selenium webdriver architecture is based on client server model; where our code acts as client and asks browser drivers to work on the locators and perform the required action; Then the Browser driver directly interacts with the original browsers(the ones which we use in our day to day life); And hence we see the actions getting performed on our screens.

media

Do you know, what can reduce dependencies and integrate speed from Basic to Final software test practices? Software Automation is the answer. Yes, it is time consuming and cost effective, also needs some maintenance. But it eventually throws out the result whenever you need it, with just a trigger(that also manual or automated).

media