0% found this document useful (0 votes)
17 views

Selenium ETL Questions

The document discusses topics in Selenium, Java, and manual testing. In Selenium, it asks about the differences between absolute and relative XPath, asserts vs verifies, soft vs hard asserts, and wait types. It also asks about driver methods, test case priority in TestNG, and parameterized testing. In Java, it covers constructors vs methods, pass by reference vs value, and access modifiers. For manual testing, it asks about verification vs validation, black-box vs white-box testing, functional vs non-functional test cases, retesting vs regression testing, and the relationship between severity and priority.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Selenium ETL Questions

The document discusses topics in Selenium, Java, and manual testing. In Selenium, it asks about the differences between absolute and relative XPath, asserts vs verifies, soft vs hard asserts, and wait types. It also asks about driver methods, test case priority in TestNG, and parameterized testing. In Java, it covers constructors vs methods, pass by reference vs value, and access modifiers. For manual testing, it asks about verification vs validation, black-box vs white-box testing, functional vs non-functional test cases, retesting vs regression testing, and the relationship between severity and priority.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Selenium:

1. What is the difference between Absolute and Relative XPath?


2. What is the difference between Assert and Verify in Selenium?
3. What are Soft Assert and Hard Assert in Selenium?
4. What are the types of waits available in Selenium WebDriver?
5. Difference between driver.get() & driver.navigate.to()?
6. How to set test case priority in TestNG?
7. What is Parameterized testing in TestNG?

Java
1. Distinguish between a constructor and method?
2. What difference you see between pass by reference and pass by value in Java?
3. What are access modifiers in Java?

Manual
1. What do verification and validation mean in software testing?
2. Define Black-box testing & White-box testing.
3. What are functional test cases and non-functional test cases?
4. Is there any difference between retesting and regression testing?
5. How do severity and priority relate to each other?

You might also like