QA Automation Interview questions
QA Automation Interview questions Differentiate final , finally, finalize (Short Ans: final method can’t be overridden, final variable can’t be changed, finally goes with try/catch, finalize is garbage collector) how to handle exceptions in java (Ans: try catch, throws, etc) how to use parameters in cucumber/testNG (Ans: scenario outline,tidy gherkin plugin, vs testng.xml-suite,test,class,method;) compare TestNG […]