Author: codenbox
Appium Mobile Automation setup (Android)
1. Download Java and set Java_Home in environmental variables 2. Download Android STUDIO from this link: https://developer.android.com/studio#downloads .exe file comes with 2 files as SDK and STUDIO 3. Check Android installation path in Machine: Go to C\Users\ System…
Read More »Test Estimation techniques: Every QA should know
Test Estimation is a management activity which approximates how long a Task would take to complete. Estimating effort for the test is one of the major and important tasks in Test Management. What can be estimated? Basically, everything that can be quantified, like money,…
Read More »Unit Test: What is, Advantages & How works?
What is Unit Testing? UNIT TESTING is a type of software testing where individual units or components of a software are tested. The purpose is to validate that each unit of the software code performs as expected. Unit Testing…
Read More »Generate Cypress MochAwesome Reporter
Cypress compatibility: node >= 14Cypress >= 6.7.0 Setup: or or command line import ‘cypress-mochawesome-reporter/register’; const { defineConfig } = require(‘cypress’); module.exports = defineConfig({ reporter: ‘cypress-mochawesome-reporter’, reporterOptions: { charts: true, reportPageTitle: ‘custom-title’, embeddedScreenshots: true, inlineAssets: true, saveAllAttempts: false,…
Read More »Differences between Selenium 3 Vs. Selenium 4
In this article, I will compare the architecture for Selenium 3 vs Selenium 4, then highlight a few Selenium 4 advantages. I will also discuss the new features in Selenium 4 that have been applied to Selenium IDE, Selenium…
Read More »Cypress Studio and it’s usage?
Problem Statement We don’t have any way in cypress where we can create test cases without writing any code and it was a bit tough to understand the various actions /commands in cypress, especially for new users. Solution Cypress.io…
Read More »Rest API Response Codes
Here are some sample Response Codes which we will normally see while performing REST API testing through any REST API client. #1) 100 SeriesThese are temporary informational Responses 100 -Continue 101 -Switching Protocols 102 -Processing #2) 200 SeriesThe…
Read More »Test plan Template
Project Info: Project Info Product Owner QA Prime Release Peer Review and Sign-Offs Peer Reviewer Name Role Date Sign-Off QA Team Lead Sign-Off Product Owner Sign-Off QA Peer Sign-Off Developer Sign-Off Developer Sign-Off Project Overview Refer to release…
Read More »Key Types of Testing
High level definition of the various types of testing that will be executed by QA depending on project needs or requirements Functional Testing – to verify that a software application performs and functions correctly according to design specifications. Include…
Read More »