What is Retesting
Answers were Sorted based on User's Feedback
Answer / guest
re-execution of testcases on same application build with
diferent inputs or testdata.
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / fazal
when a developer fix the bug and send the modified build to
a tester, first tester do Re-testing on that module or
application. Re-testing means, testing the module whether
the bug is fixed or not with multiple sets of data.
Regression testing : when the tester come's to conformation
that the big is fixed, then he starts Regression testing on
that modified build. in this testing, the tester test's or
checks whether the modified build is showing any impact on
other application or not.. means whether new application or
functionality is effecting other application or not.the
tester checks after fixation of bug,we got any side effects
in application or not...
why because , during the bug fixing some parts of coding may
be changed or functionality mat be manipulated.. in this
case the old test cases will up-dated or completely
re-written according to new feauter of application where bug
fixed area.....
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / manoj kumar
retesting is the process of checking whether the reported
bugs are been fixed or not by the development team
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / rahul
executing the program on the same application with different
inputs
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / chowdary
Retestinng is a type of testing in which one will perform
testing on same fuctionality agin and again with multiple
ets of values inorder to indentify the tht fuctionality
working fine or not
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / dheeraj shandilya
Retesting is also known as Confirmation testing.
When a tester finds a bug or defect in software
application, he passes it to developer to fix the bug. Then
developer fix the bug and resend it back to tester to re-
confirm whether the bug has been fixed and system is
working as expected or not. Then tester test the module(for
which bug has been fixed ) with same test data,in same test
environment and similar condition again to check that bug
is fixed or not.
This is called Re-testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / chil4u
Retesting is the process of testing the application again
and again with multiple sets of data based on the customers
requirements by the test engineer inorder to produce a
quality product or defectfree product.
Regression testing is the process in which the test
engineer will perform testing on the application after the
developer releases the next build.
this takes palce in 2 situations
1: when the developer releases the new build after
rectifying the defects raised by the test engineer, then
the TE will check the related functionality of the new
build along with the new functionality if any defects
araises while developing the new functionality.
2: when the developer releases the build, then the TE will
test the released build and its related functionality, to
trace for defects in the released build while developing
the new functionality
Retesting starts from the starting of the STLC and ends at
the end of STLC
Regression testing starts from the secong build of the STLC
and ends at end of STLC
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dilip
retesting means testing the same functionality again again
with multiple sets of data in order to come to a conclusion
whther it is working fine or not for ex calc application
whether plus symbol working fine or not to check tht we
entering differnt numbers whether it is working accordng to
ouyr expectations or not
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sitam jana
Hi,
Re-testing is a testing that runs test cases that failed the
last time they were run, in order to verify the success of corrective actions.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jsl
Retesting is, testing the same application again on the new
build(release) to make ensure that the previously reported
bugs are fixed in this new release.
In the other way we can say retesting is , executing the
failed testcases on the new release to ensure the failed
cases are passed.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the format of traceability matrix
differentiate test strategy and test plan?
What is the Reporting Tool in java explain and give example?
plz explane about agile model
Hi Friends, Can any one tell me how the Risks for the basic web page testing in the Test Plan, as i am writting my first test plan. It will be greatfull if any one answer me as soon as possible
What is Defect/Bug/Error Life Cycle?
if there are 10 step in test cases while executing if their is mismatch at step 5 what is status of test case ? pass or fail or pending or test not complete or else? if require tab is not available then what's the status of test case?
I need to prepare a Test Plan. Any one can provide the a Test Plan model which is sinple so that I can change use it in my company...
How To write Wimax field testing test cases,,,,? both negitive and Positive,,,,follows rule Tringulation (Logitude and latitude)
Hello friends.. Can anybody here explain me or provides me notes of these topics in detail with interview questions... Topics are:- History of Software Engineering Waterfall Model Prototype Model Spiral Model Software Quality Testing Software Development Life Cycle Software Testing Life Cycle white box testing methodology black box grey box Definition of Quality,Quality Assurance,Quality Control Verification and Validation Static Testing Dynamic Testing only on my gmail mca.rachna21@gmail.com
What is reporting hiearchy in testing? Who report to whop and complete hiearchy including developers
how many levels of test execution will you follow and describe them?