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 |
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
0 Answers CA, Dish Network, Wipro,
what is the difference between test plan and test strategy?
What is main difference between Testing Techiques and Testing Methodology. I need exact answer of it.
Why are initial and end conditions necessary?
What kind of interview questions can I expect for an entry level(2 years of exp) software testing position. I am attending for the first interview and bit nervous what to prepare and how to prepare.the company I applied is a product(anti virus software) based company. so what kind of questions can I expect .please help me for preparing .
What is functional Testing ?
Why Should we prepare traceability matrix?
what r the entry criteria for functionality and performance testing?
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing?
what is the difference between bug log and defect report?
Hi Friends, I wish to start my career in manual Testing as I believe I am ready to face Interviews.I have good domain knowledge in banking(investment and retail) and insurance.To be in the competition I have added three years of testing experience to my CV apart from my domain experience. Can someone please advice some real time tips which can help in facing the interview. Thanks in advance
1. Which of the following techniques is NOT a black box technique? a) State transition testing b) LCSAJ c) Syntax testing d) Boundary value analysis