What is the difference between Regression Testing and Retesting?
Answer Posted / nadeem usmani
retesting : when tester finds the bug n report to devlopers
and developer fix that bug now if tester test only that
test case in which he found the bug with same or different
data then it is known as retesting
regression : after modification or fixing the bug if tester
test that test case in which he found the bug and test all
the or specified test cases which he executes earlier then
it is known as regression testing . the aim of this testing
is that bug fixing is not effect the passed test cases
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
What is test out put?
What's the relationship between environment reality and test phases?
What are differences in testing a client server and a web application?
What will be your approach if a particular script in Load Test fails?
Write positive and negative test cases for forgot password?
MS Paint
what types of testing you performed in transfer funds module....
List out test deliverables?
How can you do the usability testing?
Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks
6 what do you like least about testing?
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
how to connect your project in database?
Why testers wil prepare useracceptance testcases,system testcases and integration testcases,What is the differenece between all this test cases