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 |
Write test cases on duster
what is the need for testing?
In my application, date box is present on every screen. As a tester I have to test it on every screen. So need to write test case for it. If I write a test case for Date box only once & I refer that test case for next screen date box testing. Is it Ok?? E.g. Test case name - Date Box test Test Case Id - 01 If I want to write test case for Date box on New screen/module. Then is it OK?? Test Case Name - Date Box test Test Case Id - 20 Test Steps - Refer steps of test case id-01
What type of Testing u done ur project?
I am sujili(frm chennai) new commer for this site? I have some doubt's pls clarify it..... I finished my B.Tech 2004 pased out(CSE),(sujli2000@yahoo.com) and S/w Testing Course(2007) Now iam serarching a job in Testing, I did not have any experience in real time projects. Any body can send me the sample Testcases,Srs,for Banking,ERP Projects etc.
1.What is configuration Management? 2. Explain Impact Analysis 3. Explain Peer Review 4. what i kickoff phase of Formal Review. 5. Whatv are the phases of fundamental test process. 6. what is state transition testing. 7. what is LCSAJ 8. Test conditions are derived from where?
What is Snapshot Testing? When we need to do and who will involve in this process and also what is the output document of this testing
can any one give negative testcases for calculator
How will u classify the test cases ?
how will you test transfer funds module...explain in detail
What is the limit for test steps?It should be 10/20/30etc
How the Error, Defect and Bug are related to each other ?.