Software Testing Questions
Software Testing Questions
Manual testing
1. What is Software testing..?
2. What is Automation testing and manual testing..?
3. What is SDLC..?
4. What is STLC..?
5. What is JIRA..?
6. What is EPIC..?
7. What is the status of JIRA..?
8. What is the user story..?
9. What is the Bug Life Cycle..?
10. What is the Black box testing..?
11. What is the White box testing..?
12. What is the Grey box testing..?
13. What is the functional and non-functional testing..?
14. What are the techniques of black box testing..?
• BVA
• State transition
• Error guessing
• Equivalence partition class.
• Decision table technique
• Use case technique
15. How to prepare the test case and why we need to prepare it.
16. What is Database testing..?
17. What are the types of functional testing..?
Unit testing
Component testing
Smoke testing
Sanity testing
Regression testing
Integration testing
GUI testing
18. What are the different types of Models..?
CONTENT FROM TESTING BABA
Java
1. Diff b/w overloading and overriding?
2. Diff b/w final finally & finalize
3. Diff b/w abstract class & Interface
4. Diff b/w HashSet & HashMap
5. What is this keyword?
6. Diff b/w Collection & Array
7. Diff b/w StringBuilder & StringBuffer
8. Difference b/w Collection & Collections
CONTENT FROM TESTING BABA
Java Programming
Automation Questions
1- What is WebDriver?
2- What is TestNG?
3- What is Listener?
4- What is the syntax of Drop Down?
5- What is POM (Page Object Model?)
6- What is Maven?
7- What is the syntax of Scrolling?
8- What is the Syntax of change window?
9- How to upload the file in selenium?
10- What is the command for doubleClick?
11- What is the command for right Click?
12- What is the Syntax for Mouse Hover?
13- What is the diff b/w driver.close() & driver.quit()?
14- What is the diff b/w driver.get() and driver.navigate()?
15- What is the diff b/w build () and build.perform() ?
CONTENT FROM TESTING BABA
API Testing
1. What is API..?
2. What is the Collection of API..?
3. Why we need API..?
4. What are the methods of API and what it’s used..?
5. What are the different responses we get in API and Why and when..?
6. What is the difference between Rest and Soap API..?
7. What is the AUTH API and what its types..?
8. What is the rest API..?
9. What is the SOAP API..?
10. Which tool we used for the rest API..?
11. Which tool we used for the SOAP API ….?
12. What is the main difference between web service and API..?
13. What are the Limits of API usages..?
14. What are the types of API testing..?
Unit Testing
Functional Testing
Load Testing
Runtime/Error Detection
Security Testing
UI Testing
Interoperability and WS compliance Testing
Penetration Testing
CONTENT FROM TESTING BABA
Fuzz Testing
Response of the API should be verified based on the request. We will verify
that the return value is based on request.
When API is updating any data structure we should verify the system is
authenticating the outcome.
We will verify whether the API is triggering other event or request another
API.
We will verify the behavior of the API when no value is return.
22. What are the types of bug that can be found in API..?
23. What is the difference between API testing and UI testing..?
24. What are the major challenges you faced while doing API testing..?
25. What are restful web services..?
26. What is URL.? And what is the purpose of web based services and what is its
format..?