What is regression testing
Answers were Sorted based on User's Feedback
Answer / sunithayagnamurthy.heartcom in
regression testing:
this is conducted by the test
engineer.to test the modified build .It is modified or not
that is called regression testing
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dheivanai
Regression Testing is Testing the software whether the bug
fixed is working without affecting previously tested
functionality. Regression Testing will be done when we got
modified build
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / madhu
Regression testing is re-execution of same test cases in different build or releases, just to make sure that the changes are not introducing any defect in unchanged feauters.
(changes is addition,modifications in module)
Is This Answer Correct ? | 0 Yes | 0 No |
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What is the bigbang approach in integration testing?
14 Answers CarrizalSoft Technologies, TCS,
What is meant by entry criteria and exit criteria in software testing?
suppose u got defects.we r send to this through TD.Before that where we r stored
hi this is chik here iam showing my current project ERP and am prepair in hr model please tell me details about it and what all function test in hr model and give me some test caserelated to this module.Please tell me am faceing lots of problem in interview am not able to explain in interview please help me out my id is chiku_69@yahoo.in
Can you explain how tpa works?
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
tell me about severity and priority with example
3 Answers Sierra Atlantica, Verizon,
some major negative test cases to break the sign up page having username password, email, url address field and some check box selection options ?
What is Load Testing and Stress Testing explain it with examples
How many Test case we can write to test MS Excel(for System Testing)
Can anyone explain me these 3 techniques with an example? 1).Equalent Class Partision 2).Cause-Effect Graph analysis 3).Error Guessing.