How did u perform regression testing what r the steps
involved?
Answers were Sorted based on User's Feedback
Answer / sriharsha
First of all sir, U must know whats Regression Testing is
(RT): It is the testing done on a module when its modified.
Some times RT is done using Automation Tools.
RT is of 3 kinds :
Unit : Testing is done only on that part where the module
is modified.
Regional : Testing is done on those parts inan application
whereever the changes made in the module gets affected.the
modified modeule is also tested.
Full : the whole application is tested.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / lakshmi
Regression Testing is done on modified build to ensure the
old functionalities still works fine with new changes.
Regression Testing is done usually With Automation Tool
Steps involved in Manual Testing Process:
1. After one cycle of testing is completed and bugs are
fixed then u will get a modified build.
2. Start downloading the modified build
3. Perform Smoke and Sanity tests
4. Execute Those test cases which are of Resolve/Fixed and
Resolve/Works for me.
5.If time permits execute all test cases other wise Execute
only High priority and Regression suit test cases.
| Is This Answer Correct ? | 5 Yes | 0 No |
Explain Bug/Defect Life cycle?
there are 100 test cases. and u got a bug at 85th test cases. u reported it to dev and dev fixed that bug. when u r doing regression testing from whic test case u'll do tetsing?? will start from 85 th test case are u'll execute 100 test cases??
Which test cases are first written white boxes or black box?
Hi Friends Can Any one give test cases on Credit card system
What is Tracibility matrix?How we can use in real time application?
What is Test Data?. When we prepare test data?, is it included in Test Cases or should it be seperately prepared. What and when will be the actual use of Test Data and who prepares it.
If you're given a program that will average student grades, what kinds of inputs would you use?
What is Equivalance Class?
If you found any high priority bug before release product then what will you do as tester if you only tester in team??
who prepares traceability matrix in ur company either jr tester or sr tetser or test lead?
Explain 5 Test Matrics?
Who should test your code?