⟩ Do you know how to verify if the checkbox/radio is checked or not?
isSelected() method is used to verify if the checkbox/radio is checked or not. An example -
driver.findElement(By.xpath("XPath of the checkbox/radio button")).isSelected();
isSelected() method is used to verify if the checkbox/radio is checked or not. An example -
driver.findElement(By.xpath("XPath of the checkbox/radio button")).isSelected();
What are cookies? Tell me the advantage and disadvantage of cookies?
What is stub? Explain in testing point of view?
Define Brain Stromming and Cause Effect Graphing?
Password is having 6 digit alphanumeric then what are the possible input conditions?
Explain agile testing?
What is deferred status in defect life cycle?
Verification and validation?
What is test plan and explain its contents?
What is mean by release notes?
Give an example of high priority and low severity, low priority and high severity?