Selenium Locators

1) id();2) name();3) className();4) cssSelector();5) linkText();6) partialLinkText();7) tagName();8) xpath(); 9) Selenium Relative Locators: 4 —cssSelector——-id or classid:tagName#idattributevalueor#idattributevalueclass:tagName.classattributevalueor.classattributevalue

Categories FAQ

ROLES AND RESPONSIBILITIES

ROLES AND RESPONSIBILITIES ● Understanding and Analyzing the Application Under Test in terms of ObjectIdentification.● Creating Test scenarios and Collecting Test Data.● Identifying end to end scenarios and code modularity.● Implementing JUnit or TestNG Test Automation framework and developing automationinfrastructure.● Creating Keyword driven , Data driven and Hybrid driven Tests and Running throughframework.● Configuring Maven, … Read more

Categories FAQ

Manual Testing Interview Questions and Answers

Most Asked Manual Testing Questions (2023-2024)1. What do you understand by software testing?2. When should you stop the testing process?3. What do verification and validation mean in software testing?4. What is static testing? When does it start and what does it cover?5. Define black-box testing.6. What is a test plan and what does it include?7. … Read more