What is the difference between system testing and
regression testing?
Answers were Sorted based on User's Feedback
Answer / baba fakruddin.d
System Testing: Testing on Application and Environment
called System testing.
Regression Testing: Testing on 2nd... build released by
development department, The defects are rectified which is
raised by Testing dept. Testing on that feature and related
features called Regression Testing.
The new requirements given by customer are developed by
development team, Testing the new requirements as well as
old features to check whether they are working same as
before.....
| Is This Answer Correct ? | 17 Yes | 7 No |
Answer / vishnu kumar
System testing: It contains. all functional and nonfunctional testing.
Regression testing: means to re-execute the pass test cases again of older version of build on the modified version of build. to ensure that there is no any side effect of this change on another module or other part of the application.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / kumar
Regression testing: Testing the new functionality without
disturbing existing functionality
system testing: testing the software as a whole.
| Is This Answer Correct ? | 7 Yes | 11 No |
What is severity and priority of bug? Give some example.
How do u avoid redundant test cases?
what the diff b/w Development costs Evolution costs
what is test scenario and test condition?
i m going to pay for air reservation online and i m paying through credit card supose i give credit card no 123456.how u chk this is valid or not.wat validation u put for kind of fields
what is mean by 1 )build = Who is responsible for build 2)Release = who is responsible for release 3)what is mean by license explain brefiely
4 Answers Bank Of America, ITC Infotech,
When should testing start in a project?
plz send test cases for system shutdown
1. What is SQL editor,DB check points and will we use it. 2. Where will we use these things (Automation/manual)
What is your framework of current project
What are the categories of writing test cases?
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?