Answer Posted / koduri
it is atype of testing in which an alredy tested
functionality is tested onceagain inorder to check if the
functionality is bug free and also to check the existig
functionality is uneffected whenever a new change is added.
two types of regresssion testings are there.
1.functional regression testing
2.bug regresion testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between action & script ?
Describe some staff conflicts you have handled.
What is the difference between pilot and beta testing?
what is the difference between section & test feature in test case documention?
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
what are the testing appraoch that you have tested for Bread toaster
What is your approach when requirements change continuously?
What impact ratings have you used in your projects?
Did you ever worked with B.A's and when?
What is checkpoint? How can you handle the checkpoints?
When new application ready to test than whats your testing strategies?
what is a horizontal and vertical matrix explain with examples
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?
we are about to implement a Test tool to test the performance of website, so what script does a tester should know (friends plz help me)
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..