How to conduct Regression Testing Manually?
Answers were Sorted based on User's Feedback
Answer / suneel reddy
regression testing is nothinng but reexecution of test
cases on the modifies build to determine whether the
defects clossed or not?
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / neelam
verifing the build one or more times by manually.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / archana
According to ISTQB regression testing is testing of a
previously tested program following modification to ensure
that defects have not been introduced or uncovered in
unchanged areas of the software, as a result of the changes
made. It is performed when the software or its environment
is changed.
Here only the defects which were raised by you will be
picked up and tested.
Go to that perticular window where you found the defect and
verify if it is working or not
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prabu
In some situation requirements might be change in the sense
dynamically,so after build the project completely some more
requirments may come from user side at the time if we
include those requirements in side the already build
project it will come to the testing phase ,in that
situation need to go through regression testing,just check
whether the new requirements have affected any other
modules present in the project... that to say in a simple
words the output from the change request would affect the
other modules or not.......
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / m.ragothaman
Hi,
Regression Testing Definition :- After changes made in
the application or After fixing some bugs - Application
should not deliver any new bugs.
How do you conduct manually -
by periodically - means definenite day , Tester take the
latest code and do testing for given set of bugs.
Regards
Raghu
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pinky
here every body is giving answers for what is regression
testing but the question was how to conduct regression
testing manually can anyone give then answer...
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / saff5005
regression testing can be done manually only through some
pgming techniques
mostly it is done using automation tool
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pikem
after getting bug fixed by the developer and received thru
for tester he want to conduct regerssion testing to check
whether the bug was fixed properly in an application.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is meant by TRM in Testing?
Hi If anyone from banglore want to know the real time senario like writting Test cases and how things actually happens in a company. I am taking a 2 hours class which will cover all the real time experiance and guidence for job. classes are counducted only at weekends. for further queries mail me at vinodhanandhan@gmail.com Vinodh Anandhan Software Test Engineer vinodhanandhan@gmail.com
while writing the test cases, how can we know whether we wrote all the test cases or not.
6 what do you like least about testing?
How to Write Test case for Smoke Testing
Can any one give a summary of testing a territory management system? what would be the test scenarios, few test cases. how it works.
What is the procedure to write test cases and what are the conditions to write test cases? please say...
what is test coverage?
what is testing process in related to Application testing
Based on what documents do you start scripting?
what tests U'll do when u r doing web testing
3 Answers BT, GL Noble Denton,
If we are enterinf different inputs for the same field then tester have to write that much separate test cases with separate ID. E.g. First name field Inputs are - 1. valid name = Shyam, 2. Digits , 3. Blank Space, 4. Empty Name, 5. Enter name after blank space, 6. Special Characters etc. So May I have to write 6 separate test cases with test case id 1,2,3,4,5 & 6.?