Agile

How do you handle testing in an Agile development environment?

Testing in an Agile environment requires adaptability and continuous collaboration. I have experience working in Agile teams using methodologies such as Scrum or Kanban. I actively participate in sprint planning and grooming sessions to contribute QA insights, estimate testing efforts, and identify potential challenges. I work closely with developers to provide early feedback on feature… Continue reading How do you handle testing in an Agile development environment?

Manual Testing

What do you mean by Test Deliverables?

Test deliverables, also known as test artifacts, are basically a list of all of the documents, tools, and other components that are given to the stakeholders of a software project during the SDLC. Test deliverables are maintained and developed in support of the test. At every phase of SDLC, there are different deliverables as given… Continue reading What do you mean by Test Deliverables?

Manual Testing

State the difference between bugs and errors

Bugs and errors differ in the following ways: BugsErrorsSoftware bugs are defects, which occur when the software or an application does not work as intended. A bug occurs when there is a coding error, which causes the program to malfunction. Errors in code are caused by problems with the code, which means that the developer could… Continue reading State the difference between bugs and errors

Manual Testing

Explain black-box testing, white-box testing, and grey-box testing.

Black-box testing in software testing: In black-box testing, the system is tested only in terms of its external behaviour; it does not consider how the software functions on the inside. This is the only limitation of the black-box test. It is used in Acceptance Testing and System Testing. White-box testing in software testing: A white-box test… Continue reading Explain black-box testing, white-box testing, and grey-box testing.