how to verify pdf text in selenium TestNG? To verify PDF text in Selenium TestNG, you can use the Apache PDFBox library. Here are the steps to verify PDF text in Selenium TestNG: Add the Apache PDFBox dependency to your ...
Softans Latest Articles
View sound waves while recording audio in Flutter
Ghulam NabiView sound waves while recording audio in Flutter Yes, there are packages available in Flutter that can help you to display sound waves while recording audio. One such package is the flutter_audio_recorder package, which provides an audio recorder widget that ...
Latest Topics in Test Automation
Ghulam NabiLatest topics in Test Automation 2023 Test automation is an ever-evolving field and new developments are constantly being made. Here are some of the latest trends and topics in test automation: AI and Machine Learning in Test Automation: The integration ...
Latest Challenges in Metaverse
Ghulam NabiLatest Challenges in Metaverse 2023 The metaverse, a virtual world that combines elements of the physical and digital world, is still a relatively new and rapidly developing concept, and as such, there are several challenges that need to be addressed: ...
Software development Trends to follow in 2023!
Ghulam NabiSoftware development Trends to follow in 2023! There is no stopping the rapid advancements of software development technologies. There was a time when it took around 15 minutes just to make a trunk call but nowadays you can call anyone ...
BDD and TDD in Cypress (step by step)
Ghulam NabiBDD and TDD in Cypress (step by step) with code examples BDD (Behavior-Driven Development) and TDD (Test-Driven Development) are two different approaches to testing software applications. Here is a step-by-step guide to implement each of them using Cypress, with code ...
Automate Metamask in Cypress
Ghulam NabiHere are the steps to automate Metamask in Cypress: Install Metamask browser extension in your browser Install the cypress-browser-extension plugin in your Cypress project by running the following command in your terminal: npm install cypress-browser-extension Import the plugin in ...
Create session and handle chrome extensions in Cypress
Ghulam NabiCreate session and handle chrome extensions in cypress step by step: To create a session and handle Chrome extensions in Cypress, you can use the cy.task command to execute a JavaScript code in the context of the browser. Here is ...
if else condition in cypress
Ghulam Nabiif else condition in cypress Cypress is a JavaScript-based end-to-end testing framework, and you can use conditional statements, such as if…else, to control the flow of your tests based on specific conditions. Here’s an example of using an if…else statement ...
Web3 automation in Selenium
Ghulam NabiWeb3 automation in Selenium step by step Web3 automation in Selenium refers to automating the interaction between Selenium and the Ethereum blockchain using the Web3.js library. This involves writing Selenium scripts to perform actions on the Ethereum blockchain, such as ...