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

Regression Testing

Regression Testing Softwares undergo changes throughout their lifecycle. When a tested software undergoes a minor fix or a fix that doesn’t affect the whole application then it is not advisable to conduct thorough testing of all the modules of the application. Instead, after a fix in a previously tested and working software, we only run… Читать далее »

Test Cases of TV Remote Control

Test Cases of TV Remote Control Verify that all the buttons are present- 0 to 9, volume, channel up-down and other audio-video functionality etc buttons Verify the functionality of power ON-OFF button Verify that the Remote Control should work for a particular TV set model numbers only Verify that user can navigate to different single… Читать далее »

Core Java Interview Questions

Core Java Interview Questions Hello friends, in this article we have compiled a list of the top 100 core Java interview questions. These questions are designed for both fresher and experienced professionals of software development as well as automation testing profiles. We will start with the questions related to the basics of Java and then… Читать далее »

DBMS – Definition, Types, and Advantages

DBMS – Definition, Types, and Advantages There is no doubt that in today’s organizations, a giant amount of data is being created every day. Moreover, this data is getting complex each coming day. Thus maintaining such data has become a problem. The only solution to this is to adopt a system that manages the data… Читать далее »

Security Testing

Security Testing Before we start this tutorial, let’s take some examples of recent security breaches of famous companies- Canva – In May 2019, the popular graphic design website ‘Canva’ was breached, and data of more than 139 million users was stolen by the hacker. Adobe Inc. – In October 2013, it was made public by… Читать далее »

Mutation Testing

Mutation Testing Nowadays, systems are becoming more and more complex and development teams are under stress to complete the projects on time. Due to which, multiple developers work on the same project and due to system complexities source code also increases.