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 |
Can anybody tell me by refering which documenet a tester writes test scenerios? And what is the need of test scenerios an how a tester determine the coverage of test sernerio?
Hi, i want any refernce in the YODLEE. i heard that there is opening for the manual testing. Please reply soon at nidhi.pal24@hotmail.com
In Satyam interview I have faced this question.Please answer me. The calculator is calculating like this: 1+1=2 2+2=5 3+3=6 4+4=9 5+5=10 ------ like this Prepare a bug report on this.
Explain the difference between alpha testing and beta testing.
1. What is Test data? 2. What is Test Development? 3. What is Boundary value & Equilance Partition? 4. What is Compatability testing? 5. How do you know Prepared Test cases are Responsable testcases or not? 6. Give me a Tracebility matrix documet & Deffination? 7. What is Error, Defect, Bug? 8. What is Smoke testing, Monkey testing, Sanity testing? 9. What is defference b/w Functionality testing & Regression testing? Give me a Example? 10. In your exp which type of defects you identify? 11. Tell me a defects for load testing,Security testing? 11. What is defference b/w System testing & User acceptance testing? 12. How many test cases write per a day& for one project how many testcases write you? 13. A professor has introduce some cources in college How to write test case for this requirement? 14. Write a test case for ATM Meachane? 15. Which configuration tool you used in .Net Application & Java based Applications? 16. What is the difference b/w Client server & Web based Application? 17. What is two tier & three tier application?Give me a example? 18. What is the defference b/w Java & J2ee? 19. Which model life cycles you used for Development & Testing? 20. Explain Development & Testing life cycles? 21. How to connect data table from QTP? 22. How QTP recognize Dynamic objects? 22. Which Atomation Frame work can you invoved in QTP& Explain me? 23. How QTP Tool Identify objects? 24 What is the difference b/w Check point & Out put value in QTP? 25. When did you give High Priority & High Seviority High Priority & Low Seviority High Seviority &High Priority High Seviority & Low Seviority?
Why we have to write test cases?.any specific reasons......
When to stop testing? (Or) how do you decide when you have tested enough?
Written Paper at Net Solutions: 1) Difference between Smoke Testing and Sanity Testing. 2) Bug life cycle. 3) Write the steps followed in STLC in your company. 4) Define: 1) BVA (Boundary Value Analysis) 2) ECP (Equivalence Class Partitioning) 5) Write test cases for a login screen with following fields/buttons: Username: Password: Login (Button) Cancel (Button)
What is the general testing process?
Suppose you have production data copied into the test environment. What are the advantages and disadvantages?
Can you explain inventories?
what are the differences between stub abd the driver ?