Testing Methodologies & SDLC

1.What are the types of testing?

In software testing we have many types, most commonly used Smoking testing, Regression testing,

2.What are different STLC phases?

Analysis>Test Planning>Test case Design>Environment Setup>Testcase execution>Defect logging>Test Cycle

3.As an manual tester, what qualities do you possess?

A)Looking in for details, every action and its reactions are noted and analyzed for accuracy.

B)User Point of view, analyze and understand a software from a end user level to enhance testing.

4. What is the difference between Waterfall and Agile methodologies in SDLC?

Waterfall model is a step by step approach, each and every phase is completed before starting the next phase. Here only after Analysis completed, Development is done, once development is completed, testing will take place. Usually consumes more time for development.

Where as in Agile, all phases take place is parallelly. All phases like Analysis, Development, Testing will start together and this will consume less time for development.