-
Why Every Tester Should Know About GrayBox Testing
Gray box testing is a technique that can be used to test software applications. The term “gray box” refers to the fact that this type of testing approach combines aspects of both black box and white box testing techniques. With gray box testing, testers have a partial understanding of the internal structure of the system…
-
Why Blackbox Testing Is Essential for Any Software Tester
As a software tester, it’s important to have a solid understanding of black box testing and how it can benefit your workflow. Blackbox testing is a type of testing that assesses the functionality of a system without having any knowledge of its internal structure or code. This makes it an ideal method for testers to…
-
What is Alpha Testing?
By now, we are aware that there are various types that come under software testing and each one holds a fundamental prominence to it. Alpha Testing is a software testing type that is performed to identify bugs in software and correct them just before it is released to the public. In many ways, alpha testing…
-
How to Test Stripe Payments [With Code Samples]
Working on an ecommerce website or a marketplace app? Or maybe you need to test an Uber-like service or e-learning platform? These are different services, but they have one thing in common – you need to integrate a payment gateway like Stripe and, in most cases, test Stripe payments. In this guide, I’m explaining how…
-
5 Strategies for Browser compatibility testing
Browser compatibility testing or the cross-browser compatibility testing means to test the web applications for the different browser to check whether the application’s design and functionality are working fine in the particular browser. It is a kind of ecosystem that requires a lot of planning and resources before you go ahead on the road of…
-
QTP vs Selenium: Real Difference Between QTP And Selenium
QTP vs Selenium is a long battle that every automation tester should face off. An automation tester should be acquainted with the latest and popular software testing tools. Every time when we heard about the QA automation testing two major tools automatically ping in our mind that is QTP and Selenium. As both testing tools…
-
Testing Decentralised-apps on Blockchain
2017 is almost over, and it is ending with the significant change in technology. We all are familiar with the Bitcoins. Bitcoins are the cryptocurrency, which is said to bring the substantial change in how we transact online. When trading with bitcoins not only the transaction is securely logged forever, but it also maintains user…
-
7 worst practices of test automation using selenium
If you want to be progressive, do not start with best practices. Instead, try identifying the worst practices in the industry and take small actions towards bettering them. Below are the some of the worst practices in test automation using Selenium: 1. CAPTCHAS CAPTCHA stands for Completely Automated Public Turing test to tell Computers and…