What is the Regression Testing Process followed in your
company?
Answers were Sorted based on User's Feedback
Answer / joy
Regression testing process is done when a fix has been done
for a new bug or enhancement.
When a new build is delivered,
1)Perform Smoke test to ensure that build is proper so that
it can be taken for major regression testing.
2)After smoke test passes then Execute Regression test
cases which ensures that the fix does not introduce any bug
in the existing code.
3)Only then Verify and test the fix. verification must be
one only after the first 2 pocesses are done.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anil nakhate, nitin ghate
Regression testing process:
If new build is deliver to testing team then testing
team first test the previous logged issue for fix, after
that testing team perform the regression testings using few
testcase, this regression testing process.
If i am wrong please comment me
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / manoj
i will chech and inform you iam sure never bluff you
| Is This Answer Correct ? | 1 Yes | 3 No |
what is test Harness?how it will help for testing?
What is Data guidelines?
They showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.
What is Smoke testing,in smoke testing time u will prepare the test cases or not?
I Want to know for the different fields For e.g there are 6 different fields and menus, How much possible test Cases can be written there is any calculation?
What are testing techniques? What is difference between general and specific?
How do you feel about cyclomatic complexity?
Hi friends This is sowmya plz can u tell me what type of questions will they ask in banking domain in interview plz let me know thanks in advance
Can u test a website or a webapplication manually without using any automation tool?
what to test in usability testing.?
1. Write configuration tests for a web based application. 2. How does a plane turn on ground? Explain with logic. 3. How would you test the volume control for a music system? 4. You have been given an application and you have only 15 mins to test the application. How would you do the testing? 5. Your machine, which is on a network has been disconnected. How you debug the problem? 6. What is the sum of numbers from 1 to 1000? 7. What is the probability that on rolling four dices same number appears on all dices? 8. You have been given 8 identical balls out of which one of them is heavier. How would find the heavier ball in the least number of tries with the help of a balance? Explain 9. There is a disc which has been painted half black and half white. You have been given sensors which could detect white or black colors. The disc is revolving in either clockwise or anticlockwise direction with variable angular speed. Find the minimum number of sensors required to determine the direction of rotation of the disc. 10. 64,54,42,31,20 which number does not fit in the series?
What is B.V.A with brief example?