Latest 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: ...
Softans Latest Articles
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 ...
Interact with elements within an iframe in Cypress
Ghulam NabiHow to interact with elements within an iframe in Cypress? In Cypress, you can interact with elements within an iframe by switching to that frame first before interacting with the element. Here is an example of how you can click ...
Latest Interview questions for test automation engineer?
Ghulam Nabi
Latest Interview questions for test automation engineer? Here are some of the latest interview questions that a test automation engineer may be asked: What is your experience with test automation frameworks, and which one do you prefer to use? How ...
iOS automation in selenium
Ghulam NabiiOS automation in selenium step by step Automating iOS applications using Selenium is similar to automating web applications, but there are some additional steps and considerations. Here are the general steps you can follow: Download and install Xcode, which is ...