If tester had written test cases for application, then in
next build if same features are modified with some changes.
Then Should I have to write test cases for the same
features to verify new expected results.OR What should I do?
Answers were Sorted based on User's Feedback
Answer / revati
Hi,
In this case you will have to do regression testing.
Regression testing: Testing of previously tested program
following modifiaction to endure that defects have not been
introduced or uncovered in unchanged areas of software as a
result of the changes made. It is performed when the
software or its environment is changed.
You will have to write only new test cases for the new
features added. Will have to run new and old test cases
together.
| Is This Answer Correct ? | 6 Yes | 1 No |
Yes if there are some slight enhancement we do have to
modify the previous test cases and write new test cases if
the functionality changes.
rest you can utilize or execute the same old test cases
which will useful to you.
| Is This Answer Correct ? | 2 Yes | 0 No |
Before starting to write a script, how will you find the test cases that have the same functionality? And how will you maintain the code?
expalin with ex high priority high severity, and low sev low prioority? brahma412@yahoo.co.in July 24
When a project was started in an organisation ,Testing team will get BRS & FRS documents and starts preparing the Test cases for the application.when the Build was released whether the Testing team will execute only the written Test cases (or) they may update further testcases
What steps are needed to develop and run software tests?
last testcase for project will be written in which phase?
what is meant by adhoc testing?
how u can do integration testing and what r the approaches u need to follow?
What is test closure?
How will u do manual testing of yahoo messengers?
wht is need for testing?why testing is neccsary?why testing is done?
What is Browser Compatabilty Testing? and How to do BCT testing?
what is metrices?