Testing

Selenium Test Automation

How to Process Java Script Executor in Selenium Test Automation | Devstringx

Methods of Selenium Query Selector QuerySelector() method in HTML DOM is used to find the first HTML Element. This method function is similar to findElement() in selenium.  Syntax:  document.querySelector(selector) QuerySelectorAll() method in HTML DOM is used to return the list of HTML Elements. It can access...
ETL Testing

What is ETL Testing: Importance, Process, and Types | Devstringx

What Is ETL Testing? ETL Stands for Extraction, Transformation, and Load. So Basically ETL is a process of how data is loaded from the source system to the target systems. Firstly Data is extracted from the database, transformed into a meaningful schema, and then loaded into...
Import Excel Data to SQLite DB Using Java

How to Import Excel Data to SQLite DB Using Java | Devstringx

Prerequisites SQLite, Java, Database What Does It Cover? Creating and closing database connection (JDBC) Creating dynamic schema Creating a table and deleting table values Reading data from excel Importing excel data to DB How does it work? To execute the SQL queries using java, we need to establish...
UNIT TEST CASE ON SLIM 3

How to Write Unit Test Case on Slim 3 to Test API | Devstringx

Prerequisites: PHP 7.3 Visual Studio Code 1) Install slim via composer //run this command on terminal composer require slim/slim:”3.*” 2) Install PHPUnit //run this command on terminal composer require-dev PHPUnit/PHPUnit ^7 Now, PHPUnit successfully installs you can see it in the demo/composer.json file and in the vendor folder. 3) Create a Demo/phpunit.xml...
Codeigniter 4 With JWT

Learn About API testing with REST Assured | Devstringx

Installation of Codeigniter 4 Step1: Install the composer Step2: Install the Codeigniter 4 There are two ways to install the Codeigniter 4 Way 1 - create-project codeigniter4/app starter codeigniter4POC Way 2 - Visit the below link and download the Codeigniter 4 structure

How to Use Cucumber Automation Testing Tool | Devstringx

Cucumber Automation Testing Tool Cucumber is a tool that supports BDD (Behaviour Data-Driven). By using cucumber, we can write test scripts in a way that anybody can understand even if the person is non-technical, and can understand what’s going on in the test script. In BDD,...
API testing with REST Assured

How To Learn About API testing with REST Assured | Devstringx

API’s (Application programming interface) plays important role in development. An application programming interface is an interface that defines interactions between multiple software. API’s are an essential part of any software that is why it becomes necessary to test APIs manually or Through Automation.
Using Selenium Java

Fetch Text from Image & PDF Using Selenium Java | Devstringx

In this blog, we will learn how we can fetch data from images and PDFs. This Blog Contains: Read Text From Image Using OCR with Tesseract (tess4j) Reading PDF Text Using PDFUtil Save PDF as Image Using PDFUtil Extract Images From PDF Using PDFUtil Fetch Text From...

Get a free quote

Share your requirements and get a detailed proposal.

    • In just 2 mins, you will get a response
    • Your Idea is 100% protected by our Non-Disclosure Agreement