Архив рубрики: 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.
Record and Playback in Katalon Studio
Record and Playback in Katalon Studio In this tutorial, we are going to learn test script creation using record and playback feature of a Katalon Studio. In this demo, we will create a test script to check Google calculator functionality.Basically we will be automating the following steps- Launch Google. Enter 2+2 in Google’s search bar.… Читать далее »
Pre Processors in JMeter
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… Читать далее »