Архив метки: testing

Game Testing

Game Testing Due to the popularity of attractive video games and the availability of technical advancements, organizations come up with new games every year. The video game industry is a billion-dollar market with global revenue likely to be more than 138 billion by 2021. Every year thousands of video games are released in the market… Читать далее »

Importance of Technology

Importance of Technology In today’s modern world, it is hard to imagine our life without technology. We use technology for everything – education, communication, entertainment, etc. But what exactly is technology? And why is it so important? In this article, we’ll explore the definition of technology and learn about the importance of technology in our… Читать далее »

Computer Fundamentals | Basics of Computers

Computer Fundamentals | Basics of Computers Computers have become a necessity today. No matter what field, knowledge of computer fundamentals is very important. This article covers all the topics that you might need to know about computers. So without any delay let’s dive into computer fundamentals. Beginning from the very basic and then slowly moving… Читать далее »

TestNG Annotations

TestNG Annotations In this tutorial, we will be studying all the annotations of TestNG along with the different attributes supported. An annotation is a tag or metadata that provides additional information about a class, interface or method. TestNG make use of these annotations to provide several features that aid in the creation of a robust… Читать далее »

Black Box Testing

Black Box Testing Black box testing is also referred to as specification-based testing. It involves performing testing based on the specification of the system under test. Unlike white-box testing, the knowledge of the internal architecture and the application code is not required in black-box testing.