1.exactly when we do regression testing?
2.why we do regression testing?
Answers were Sorted based on User's Feedback
Answer / mfsi_priyankaa
We do regression testing when there is any change in code to
see whether any other modules are affected by this or not.
| Is This Answer Correct ? | 15 Yes | 0 No |
1.Regression testing is generally used when there is a
modification in the application.So that to check whether
other related module are being affected or not.
2.Sometimes automated scripts are also used.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / madhu
whenever any New functionality added/existing functionality
modified/bug fixes may cause side effects in the existing
functionality,to find out these side effetcs we do
regression testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nilanjan saha
Testing for the First time we usually don't need Regression
Testing.But whenever something get changed or new
functionality gets added ,due to that some other realted
module might have some adverse affect.Tesing these actually
known as Regression testing.
If the Build is stable one Automation is perfect for the
resgression testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
when design phase is going on what testing team will do?
Did any one worked on banking domain? banking projects? can anyone pls share their experience with me?
can any one give the example for high severity high priority high severity low priority low severity high priority low severity low priority
8.your exposure to GUI testing?
Hi,I am new to testing ....having no work Experience till date.I just got my working visa ....Can anyone pls advice whether i should attempt for CSTE exam and if yes,can you pls suggest some good link which would cover most of the matirial for exam?Thanks.my email id is anju_khubchandani@yahoo.co.in
When did u complete testing ? Which scenrio should not be in automation testing ? why ?
hi.i joined in a software testing course recently.but i dnt knw 'c' or 'c++',would it mind? my stream is ece. so i just had a C&DS IN OUR 1ST SEMESTER.
Could Login Id field accept special characters?
What is the difference between QA and QC ?
7 Answers Tavant Technologies,
Tell me about the best bug you ever found
Suppose you testing Calculator application and you got problems like 1/1=2, 2/2=1, 3/3=6, 4/4=1, 5/5=10. Now how will you describe the bug title as well as give the bug description.
Who prepared use case document? Tester or developer!