Top Selenium Interview Questions and Answers – 1

Top Selenium Interview Questions and Answers – 1 Q1. What is WebDriver ? WebDriver is API which controls browser interaction in Selenium Suite, It is part of Selenium Suite/Component. WebDriver technically is Interface in WebDriver API . Q2. What is TestNG and it’s advantage over Junit ? WebDriver does not have mechanism for generating reports

Top Selenium Interview Questions and Answers – 1 Read More »

Downloads

ISTQB Foundation Level Sample Papers Sample Question Papers By ISTQB Sample Exam A Sample Exam A Questions Sample Exam A Answers Sample Exam B Sample Exam B Questions Sample Exam B Answers Sample Exam C Sample Exam C Questions Sample Exam C Answers Sample Exam D Sample Exam D Questions Sample Exam D Answers Sample

Downloads Read More »

Statement Coverage and Decision Coverage

Statement and Decision Coverage

Statement and Decision Coverage Questions Q. 1: Analyse the following highly simplified procedure: Ask: “What type of ticket do you require, single or return?” IF the customer wants ‘return’ Ask: “What rate, Standard or Cheap-day?” IF the customer replies ‘Cheap-day’ Say: “That will be £11:20” ELSE Say: “That will be £19:50” ENDIF ELSE Say: “That

Statement and Decision Coverage Read More »