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 |
Information about Automated Software Installer
Why most of the software company preferred manual testing even though many automation testing tools are present in the market.
Currently iam working in a small concern as a test engineer, i have 3.6 yrs exp in manual testing, currently iam looking for other concern, but some my friends saying that testing is no longer, plz switch over to designing, but iam interested in only testing, i want to know whether the Testing has a boom or not? plz guide me
which testing method is used to check the software in abnormal condition? option 1 Stress testing Option 2 Security testing Option 3 Recovery testing Option 4 Beta testing
differentiate defect age build interval? what style of testing we can follow with lack of documentation?
What is Static Testing and Static Test Technics?
What is Boundary Value Analysis(BVA) and Equivalence Class Partition(ECP)?
which of the following is NOT a characteristic of User Acceptance Testing?? A.Use of automated test execution tools B.Testing performed by user C.testing against acceptance test criteria D.integration of system with user documentation.
What is the Waterfall Development Method and do you agree with all the steps?
what is UI testing
If Client has given the requirement such that " (1)Items are sorted alphabetically (2)Apply Shortcut keys " Then Tester have to write test cases for that also or not?
What is private and public bug in test plan?