Posts

If you want to beacome software test engineer in one shot prepare this Manual Testing question | 100% you will crack the interview

  List of 50 manual testing interview questions: 1. Manual testing, and when would you choose manual over automation testing? 2. Explain the SDLC & role of testing in each phase. 3. Functional testing vs Non-functional testing. 4. What is a test plan? What should it include? 5. How do you write effective test cases? 6. Positive testing vs Negative testing? 7. Validation vs Verification. 8. Common challenges faced during the manual testing process? 9. How do you perform smoke testing and when is it conducted? 10. Regression testing and Retesting? 11. What is the role of a test lead or test manager in the testing process? 12. How do you prioritize test cases for execution? 13. Bug life cycle, and how does it work? 14. How do you perform boundary value analysis and equivalence partitioning? 15. Importance of requirement traceability in testing. 16. How do you perform usability testing, and what are the key aspects to consider? 17. Exploratory testing, and when would you use it? 18...

See All About selenium Exception why we get all | What are type of exceptions in Selenium?| Must Read |

  Want to showcase practical experience for QA Automation roles? What are type of exceptions? What are type of exceptions in Selenium? Let's Discuss! Checked Exceptions : These type of exceptions occurs while writing the code. These exceptions need to be analyzed and fixed before compilation Unchecked Exceptions : The errors or exceptions which occur during the runtime are called Unchecked exceptions. The Unchecked exceptions require careful analysis and debugging as it is thrown during the execution. List of Exceptions in Selenium: WebDriverException : The WebDriverException occurs when it tries to perform an action when the webDriver connection is in a closed state. TimeOutException : TimeOutException occurs when a command takes more time than the specified or default wait time. ElementNotVisibleException : Selenium tries to find the element based on the values provided such as XPath, CSS, ID, etc. If the element state is hidden, then the ElementNotVisibleException is thrown. N...

Before starting you testing do this and see result of your testing output

  "Managers just want test cases." Yes, because 97% testers cannot offer anything more than that. Here's how to add high-quality and value worth more than some silly test cases... Do these to level up your testing game 🤘🚀 🔍 Conduct a Risk Analysis 🕵️‍♀️ Root Cause Analysis 📝 Outline Product Coverage 🗒️ Take Test Notes 📑 Write a Test Summary 📆 Plan your Testing 🔎 Try Session-Based Test Reporting (SBTM by James Bach) 🕵️‍♂️ Analyze Competitors 📋 Define Test Strategy 📑 Review Requirements 👥 Pair Testing Sessions 📊 Create Debriefing Reports 📖 Build a Testing Story 🔧 Analyze Test Tools 💻 Analyze Dev Technology 🐞 Use a Bug Prevention Checklist 👥 Understand User Personas 👥 Advocate for Customers 🚫 Avoid Biases 🗣️ Talk to Customers and other Teams 🕵️‍♀️ Investigate Popular Use Cases ❓ Question the Product 💰 Conduct a Cost vs Value Analysis 📌 Highlight Assumptions 🔍 Research Known Issues 🛡️ Check for Compliance and Statutory Issues 📝 Contribute to Produc...