what is regression testing and what is system testing?
whaen we will do the regression testing and when we will do
the system testing?
Answers were Sorted based on User's Feedback
Answer / ajay
1. Regression testing means, already tested functionality
is once again tested to check wheather old bugs are
rectified or not and also to check if at all any new bugs
are emerged due to rectification old bugs. this testing is
called " BUG REGRESSION TESTING."
2. existing right functionality is once again tested to
check whether it is affected due to addition of new
functionality . This functionality is called " FUCTIONAL
REGRESSION TESING."
3. Regression testing has 2 types .
a) BUG REGRESSION TESTING
b) FUCTIONAL REGRESSION TESTING.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sirisha
reexecuting all the test cases on the modified build as
well as related passed test case to ensure the bug fix
works an occurance of any side effects is called regression
testing
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / thamim
regression testing:
regression testing is before release the software.
we have check and executive all flows. some time tester
finding bugs from some module . after finding bugs tester
give to developer and developer fix the and resolved the
bugs again give to tester . its routine functionality is
called regression testing.
e.g. EDIT MENU
1. tester finding bugs from edit menu
2. tester return and sent it developer
3. developer resolve the bugs and modified
4. developer again sent it tester.
system testing;
system testing otherwise called block box testing.
it done by the tester. its system environment
you correct me . i make some mistake in the answer
| Is This Answer Correct ? | 0 Yes | 2 No |
1. what's the difference between adhoc testing and monkey testing? 2.If I'm wrong correct me, in one test case there may be only one scenario is included or may be more than two and not for one scenario many test cases are written.. Right?
Can someone explain integration testing with examples?
What is test plan and contents available in a test plan?
Hi, Can anyone send me the interview questions & answer for 2+ year of experience in manual testing
if any bug is found & that problem is resolve & make sure this type of problem is not arrise is any project also 1 - corrective & preventive Action 2 - Risk Analysis 3 - Impact Analysis 4 - Root Cause Analysis
what is the difference between test strategy and test methodology?
What is Pre UAT and UAT is there any difference ?
The Test strategy, in Test Plan document must be changed according to the type of test to be conducted. The main reason could be,
what are the definitions of smoke , sanity and dry run testing ?
what are known issues? Explain
please help me to write sample tets cases for a List box
In Agile process, If you have not completed task in the Sprint time, How do you complete the task or do you add the task to next sprint.