Author: codenbox
Test Environment Preparation and What you need to know as a QA
Preparing a software testing environment involves setting up the necessary tools, configurations, and processes to ensure thorough and effective testing. Here’s a comprehensive guide on what you need to know and do as a QA (Quality Assurance) professional:…
Read More »Job Search: Live ‘Q&A’ Session
Are you struggling to get an interview call or have job search related question? We understand the challenges individuals face in their job search endeavors. Whether they are recent graduate, a career changer, or someone looking for a…
Read More »BDD Framework in Cypress
What is BDD? This is a development method which has evolved from the Test-driven development process. Behavior Driven development is mostly about technical insight and business knowledge. Why use BDD Framework? Before the BDD framework, everyone was using…
Read More »7 Software Testing Principles
Software Testing is a crucial aspect of software development that ensures that the software meets the required quality standards. The primary objective of software testing is to identify defects or errors in the software system and ensure that…
Read More »Jenkins error: org.testng.annotations does not exist
Solution: In your pom.xml file remove the scope and this should work fine. Because, even though we have imported the maven dependency for TestNG, when you add scope tag in XML file, it treats as JUnit annotation and…
Read More »Difference between Error, Defect, Bug and Failure
Error, defect, bug, and failure are all related terms that are often used interchangeably, but they have slightly different meanings. In summary, an error is a human action, a defect is a deviation from requirements, a bug is…
Read More »How to delete previous downloaded files in Cypress
To delete previous downloaded files in Cypress, you can use the fs (file system) module to delete the files before each test run. First, you will need to install the fs module by running the following command in…
Read More »100+ Free Digital Marketing Certification from Google & Linkedin
Digital marketing refers to the use of digital channels and technologies to promote products, services, or brands. It encompasses a wide range of tactics and strategies, including search engine optimization (SEO), content marketing, email marketing, social media marketing,…
Read More »Software testing QA process
Software testing is an important process that helps ensure the quality and reliability of software applications. Quality assurance (QA) refers to the overall process of verifying that a product meets certain standards and requirements. The QA process for…
Read More »