⟩ Tell me are both Bakward Testing & Regression Testing one and the same? If Not, What is the difference between them?
Back end testing means testing database. testing the inputs properly saved at back end or not.make sure whatever we input data at front end it properly saved at backend. Where as regression testing means repeatedly testing the application to make sure application should reach as per the requirement specification.