What is the difference between functional testing and
regression testing ?
Answers were Sorted based on User's Feedback
Functional Testing: This test is performed to see weather
the program is working as per the given flow. functionality
is working correctly or not as per requiremnet.
Regression Testing: This test is performed during
modification stage. where the applied changes impact the
change in working of the whole project or not. Means
weather the modification caused errors in existing working
of the project or not....
| Is This Answer Correct ? | 26 Yes | 2 No |
Answer / vijay
Functional Testing :
Functional testing is conducted to confirm that the application is working as per requirements.
Regression Testing:
Regression Testing is confirm whether and Change in a code an enhancement or a change has not introduced any new errors in the module where the change has happened or the corresponding modules which are dependent are functioning as earlier before the change has occurred.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jyoti
Functional Testing: Checking each and every module of an application or component of a module working independently known as functional testing.
Regression Testing: It is done to make sure that new code changes should not have side effects on the existing functionality.It ensure that old code still work once the new code changes are done.
| Is This Answer Correct ? | 1 Yes | 0 No |
how to execute the test cases
what is the role of a performance tester in web application,pls explain advantage of testing tool rather doing it manually
which animal has 4 legs
how can you know a software has bugs
QA Interview Questions AND Answers?
1 Answers Aditya Birla, Effort BPO,
1. a)in four digit no the fourth number is four time more than the second digit b)in four digit no the third number is three time less than the second number c)in four digit no the first digit is thrice than the fourth digit
What are ur Roles and Responsibilities(clearly from SRS till Release Notes)???? What are the Contents in Test Plan and are you involved in the Test Plan???? waht do mean by SOA architecture and how it works???? what do you mean by a Web Services??? What is Exit Criteria and Entry Criteria in Test Plan???? What are the Contents in Release notes???? Difference between retesting and regression testing???? What is traceability matrix and how actually done wrt to ur current project???? Difference between Functional testing, Integration testing and System testing with respect to ur Current project???? What kind of meetings you do in ur Company(Like Walk through, Inspections and reviews)???? Give example for High priority bug you found in ur current project(HB Nest)???? Give example for High Severity bug you found in ur current project(HB Nest)???? what is bug life cycle explain the overall process???? Difference between 2-tier and 3-tier architecture???? Explain clearly Test Case design techniques(Equivalence Partitioning, Boundary Value analysis and Error Guessing)???? Template's for Test Case,Traceability Matrix, Defect tracking, Release notes and Test metrics Report?????? what do you mean by Testing Life Cycle?????? What do you mean by V model explain the same???? write test cases for login window, Equilateral triangle, Mobile phone and ATM machine????? Challenges you faced in testing Window and web based applications????? SQL Questions--- Explain Joins in SQL???? Querry to get the Second largest Salary of Employee????
what is a difference between programming language and scripting language?
User flow chart for an ecommerce website
What is boundry value analysis?
Test plan for an ecommerce website.
Hi Friends I am learning QTP and in preliminary stage, able to write statements with no addl constraints however i am not able to get a solution if there are two options to be selected from the weblist and also when there are options with radio buttons need your help Thanks