Click Below to get solution to unanswered questions related to manual testing https://automationworld.home.blog/manual-testing/ 1) What is Smoke and Sanity Testing ?2) What is Regression and Re-testing ?3) What is Load and Stress Testing ?4) How will you decide the scope of automation Testing in your project ?5) Defect life cycle?6) What is Interface and AbstractContinue reading “Manual Testing and Automation Testing Interview Questions”
Category Archives: Uncategorized
Bug life cycle
A defect life cycle is a process in which a defect goes through various phases during its entire lifetime. It starts when a defect is found and ends when a defect is closed, after ensuring it’s not reproduced. A defect life cycle is related to the bug found during testing. Bug or defect life cycle includes the steps as illustratedContinue reading “Bug life cycle”
Software Testing Documentation Artifacts
Software Testing Documentation Artifacts Documenting the test cases will facilitate you to estimate the testing effort you will need along with test coverage and tracking and tracing requirement. Some commonly applied documentation artifacts associated with software testing are: Test Plan Test Scenario Test Case Traceability Matrix(RTM) Let’s discuss each of them in brief. Test Plan: ItContinue reading “Software Testing Documentation Artifacts”
What is Verification and Validation in Software Testing?
Verification: Verification is a static analysis technique. Here, testing is done without executing the code. Examples include – reviews, inspection, and walk through. Validation: Validation is a process of dynamic analysis where we perform testing by executing the code. Examples include functional and non-functional testing techniques.
SDLC : Software Development Life Cycle
Software Development Life Cycle (SDLC) abbreviated as Software Development Life Cycle is a process used by the software industry to design, develop and test high-quality software. It aims to produce high-quality software that meets or exceeds customer expectations, reaches completion within time and cost estimates. Below diagram depicts various phases involved in SDLC. Requirement Phase Requirement gatheringContinue reading “SDLC : Software Development Life Cycle”
REVIEW PROCESS
These types of review comes under static testing technique. 1) Walkthrough In walkthrough, author guides the review team via the document to fulfil the common understanding and collecting the feedback. Walkthrough is not a formal process. In walkthrough, a review team does not require to do detailed study before meeting while authors are already in theContinue reading “REVIEW PROCESS”
