january 22, 2017
this keyword in java
this keyword in java There can be a lot of usage of java this keyword. In java, this is a reference variable that refers to the current object. Usage of java this keyword Here is giv...
Interview Questions
-- Why can’t constructors be final, static or abstract in Java?- When you set a method as final, it means: You don’t want any class override it”, but constructor by JLS definition ca...
Difference between Test Case & Test Scenario?
Difference between Test cases vs Test scenarios: Test Case Test Scenario Test case consist of test case name, Precondition, steps / input condition, expected result. Test scenario consis...
What is a Test Scenario? & What is Scenario Testing?
A Test Scenario is any functionality that can be tested. It is also called Test Condition or Test Possibility. As a tester, you may put yourself in the end user’s shoes and figure ...
