Java Exceptions And Error HandlingACCESS MODIFIERS IN JAVA & ITS SIGIFICANCE IN CLASS, METHOD AND VARIABLE: There are four access modifiers keywords in Java and they are: ModifierDescription Defaultdeclarations are visible only within the package (package private) Privatedecl...Jul 4, 2024·3 min read
Difference between Smoke and Sanity Testing.Smoke testing is generally the first level of testing performed after a new build is available. If the smoke tests pass, indicating a baseline level of stability, then sanity testing can be conducted to delve deeper into specific changes. Sanity test...May 11, 2024·12 min read
Quality Assurance VS Quality ControlQuality assurance (QA) is a structured and proactive set of activities designed to ensure that processes are established and adhered to in order to produce products or services of consistent quality. In business and production, QA is the methodology ...May 5, 2024·5 min read
Task 3-Manual Testing: Explain different Risk Factors that should included in /test plan.Q3. The Test Plan (sometimes also referred to as a QA Test Plan) can be seen as the instruction manual or guide for your testing effort. It describes the objectives of testing (what are you planning to verify and/or validate), the scope of testing (w...May 5, 2024·8 min read
What is STLC? Also, Explain all Stages of STLC.STLC, or Software Testing Life Cycle, is a set of sequential activities carried out during the testing process to guarantee quality and compliance with the requirements. Software Testing isn’t just an isolated event that occurs once the code is writt...May 5, 2024·7 min read
Manual vs automation testingManual testing Manual testers simulate all steps of a user journey and check that users see exactly what they need to see and that an application sends and processes requests as it is supposed to. Major benefits of manual testing: User perspective:...May 5, 2024·6 min read
Task -2 Manual Testing: Testing a New Mobile App for Different User Types.Q2. Any registration page has several functional and non-functional features that need to be tested. Below are the functional & non-functional test cases for a registration page . This list comprises a variety of test scenarios for the registration p...May 4, 2024·6 min read