Testing
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 ...
Difference between Volume, Load and stress testing in software Testing?
Difference between Volume, Load and stress testing in software Testing? Very simply we can put the difference between Volume, Load and stress testing as: Volume Testing = Large amounts ...
Java Interview Questions
Interview Questions Java:-1. Method Overriding.2. Method overloading.3. Wrapper Class.SQL:-1 create the table and perform left outer join, right outer join.2.Difference between left and right outer j...
Difference between different type of Testing?
Difference between Sanity and Regression Testing Distinction between Sanity and Regression Testing Sanity Testing Regression Testing 1. Sanity testing is a surface level te...
