What is the diff betwn Functional nad regression testing
and do u excute same test case or write new one for regression
Answer Posted / @mit
Functional Testing:-
In Functional Testing,tester test the functionality of the
application by refering FRS or BRS.
Regression Testing:-
Regression Testing is used to find the un impcated areas
of the applictaion due to bug fixed,changing code on
modified build.
For regression testing,v prepare new test cases or not that
all depends on company to company.
Suppose,if code has been changed or bug has been fixed
then Tester just execute the functional Test cases rather
than create new test cases but if Requirement is cahnged an
ddevelopr had implement the same then Testet need to create
the new cases.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ? real time experts pls xplain?
What are the two main categories of software testing?
What if an organization is growing so fast that fixed testing processes are impossible? What to do in such situations?
You may be overqualified for this position we have to offer
Hi.....wat r d major bugs we can find in banking domain???
What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
which test strategy your are fallowing in your company?which documents u r using in software development life cycle?
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 type of questions will be asking for 2 years experience candidate in manual testing?
What is junit & api?
What are the different test techniques used in functional testing?
How soon the bug should get fixed?
What is the Myers Boundary Table?
write the test senario on opening door in the flow diagram format