Архив рубрики: English

Tutorials on English

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.

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… Читать далее »