How will you select the regression test case?
Answer Posted / openstc
Regression testing is always done when we have a defect
fixed or there is a change in requirement. And regression
testing is nothing but testing the changed or fixed area as
well as areas impacted due that change or fix. So we will
choose the test cases which are testing the changed or
fixed functionality as well as we will do the testing for
the impacted areas due to the fix or the change.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Write a Test scenario for Outlook Search functionality.
How do you scope out the size of the testing effort?
difference between change management and configuration management
What knowledge I must have as a 3 yrs. manual tester??
What is smoke test? Do you use any automation tool for smoke testing?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
What is common interface?
please give information about ERP Projects and how V-model use in project
Tell some examples of bug severity and bug priority?
What are the RBI rules has to follow by a bank for online precesseing. ?
Any one please can u tell me what is composer? An interviewer asked me do u have experience in Composer? its urgent.
What is the difference between functional testing and integration testing?
What are the differences between stlc and sdlc?
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?