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 |
As soon as we get the build what type test we will do?and how?
for example, we have old password,confirmed password, new password followed by submit button. what are the test cases written for that?
what is the difference between system integrated testing and integrated system testing?
how do you do qa review
Do write a separate test case for regression testing? If it is yes, explain how to write the test case?
What is fuzz testing?
how can we give (ASSIGN) bug privitorirs and seviroty to the bug explain with exanple
I attended an interview for Testing as a fresher, I said I already had project training, they asked me if I found anything difficult while testing or preparing test cases, one other question was if I am given the same test cases again the next day will it be a waste of time. Really I dont know what answers they expect please help.
What techniques will cause double-byte problems to show up?
Suppose " You are given a build with 5 modules to test as per the Customer request after finalization of SRS, But the SRS contains only documentation about 4 modules. On what basis you will continue the testing of 5th module." ?
15 Answers HCL, TCS,
i have a phone with 2 buttons first one is a record button and second one will attach the audio to mail can you tell me test case for this ?
What is B.V.A with brief example?