#software-testing
Read more stories on Hashnode
Articles with this tag
TestNG annotations are defined before methods in the Test class to control the next batch of code/method to be executed. If in case any of the...
What is Functional Testing (in a deeper context)? Process of verifying a system working as expected when its functionality is examined by a user or by...
Created by Andrei Solntsev What is Selenide? Wrapper for Selenium WebDriver which allows users to write easier, faster UI Tests. This solves...
In this blog, let's check what exactly STLC is? and the Testing classifications - which is mainly required to know as a Test Engineer. STLC -...
Annotations These provide information about the class / method. Which is represented by "@" prefix. Also differs in each project w.r.t the...
TestNG allows users to perform different types of grouping to its test methods. We can't only declare to which group the respective methods belong,...