Friday, February 14, 2020

Regression Testing

(Q). What is Regression Testing?


REGRESSION TESTING is defined as a type of software testing to confirm that a recent program or code change has not adversely affected existing features.

Regression Testing is nothing but a full or partial selection of already executed test cases which are re-executed to ensure existing functionalities work fine.

This testing is done to make sure that new code changes should not have side effects on the existing functionalities. It ensures that the old code still works once the latest code changes are done.
Image result for Regression Testing

STLC Questions

(Q). What is the testing process followed in a company ideally?

https://anjalibharati.blogspot.com/2020/02/stlc-software-testing-life-cycle.html



Q). What is test scenario, test condition and test case?

https://anjalibharati.blogspot.com/2020/02/how-to-create-test-conditions-and-cases.html

(Q). What is the process to write a manual test case?

A TEST CASE is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements or works correctly.

Manual Test Case Process:




Thursday, February 13, 2020

Role of a Customer/Client in different phases of SDLC

(Q). What is the role of a Customer/Client in different phases of sdlc?

The role of a customer/client is the most important role in SDLC as the customer will explains about his requirements to the business analysts and as per the requirement the software module is been developed. At the end of the process they are one who justifies weather the module is according to the requirement or not.
Requirement Analysis - A customer/ client will list the objective/goal they want to achieve for which a software is required.
Design - Not directly involved
Development - Involved intermittently in providing feedback to ongoing development features.
Testing - A client would be involved in providing feedback in the user acceptance testing if something is not as per the agreed requirement.
Implementation and Maintenance - A customer would raise any enhancements they would like to see in the application.

Featured Posts