Category Archives: Testing Basics

Testing Basics

WHEN TO STOP TESTING

This is the crucial questions in software testing. Testing can stop when some of the below criteria’s are met Testing timelines: When the testing time lines are met we can stop the test. When the team meets the exit criteria for execution and pass rate: when all the tests are completed with good pass rates … Read more

20 API testing interview question

What is an API? It stands for application programming interface. It enables two applications to communicate with each other. It consists of subroutine definitions, logs and tools for creating application software. Examples include: Amazon advertising API, Twitter API, You tube API etc What are the main differences between API and web service? All web services … Read more

Product manager/Roles and responsibilities/Salary/Skills

Product manager roles are key roles in any product development companies, This role is totally different compared the project manager. Below are the some of the difference between both Project manager responsibilities Breaking up large initiatives to task. Planning project timelines. Allocating project resources. Monitoring and tracking task completion. Communicating progress to stake holders. Ensuring … Read more

Waterfall model in software testing

It is a classical software development life cycle model and the phases are sequential. The different types of phases are; Requirement The requirements of the clients are gathered to implement. The functional requirements document that has been signed by all the stake holders to provide the developer with requirements that has to be fulfilled. Design … Read more