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 Project Sign Off?what you consider at this point?
What is the role of documentation in QA?
what is system testing .what are the system test cases .and what are the testing done in system testing
How to test Reports manually?
what do you mean by documentation testing
How do you scope, organize, and execute a test project?
What are the techniques you follow to write test cases?
What is the diffeence between SDLC and STLC?
1) In your own words please explain the probable test cases and scenarios for the authentication or login process flow for web based applications like a. www.gmail.com b. www.facebook.com c. Secure internet banking (ICICIBANK.com etc)
What is the negative test cases for www.yahoo.com?
what is meant by package testing?
What are the issues that u observed in the kick-off meeting?