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 |
Why we give test deliverable to client ? or what is the purpose & necessary for giving test deliverable to client ?
What is the purpose of test plan in your project?
any one please send me any test case examples with tabular columns in manual testing
If there is only one module or unit then how you test it?
how to write test cases for fibonacii series
Describe any bug you remember. Plz Give some real examples
5 negative test case for lift....
5 Answers Deloitte, RBS, Wipro,
What is the best way to answer, what is test scenario, strategy and test plan
can you show me the test cases on registration form
What are the metrics used in testing .
What should be tested when Unit Testing is conducted?
how does a client /server environment affects testing?