I am aware of the definition of functional and regression test case. But I am not able to distinguish which test case should fall in functional and which one should fall in regression test. For example, in sprint1 say I have a requirement to reconcile two datasets. So I have added 4 different test scenarios in functional test case. So at this point what should be added in regression test cases for this feature of reconciliation as all scenarios are covered in functional test case itself. Also by definition regression test case ensures existing code should not break by adding new feature. So after sprint2 if I add new test scenarios for new feature of sprint2 in functional test case itself. Then why I need regression test case(to ensure existing code works as expected)? Also am I right in saying functional test case of sprint1 will become regression test case for sprint2 to ensure existing functionality is not breaking in sprint2? Anyone can explain with example.
Difference between functional and regression test cases
85 Views Asked by nayak0765 At
0
There are 0 best solutions below
Related Questions in TESTING
- How does Robot's Telnet library work?
- Behat doesn't load extensions?
- Load additional CONFIG file with values
- rails controller test failing non-deterministicly wrt state leak (I think)
- Ordering tests using trial twisted
- Unexcepted failed Gavel/Dredd test
- How to use Jasmine and CucumberJS with Protractor
- Django login tests session problems
- How to mock specific RequireJs dependencies while unit testing
- Test case for WCF REST Service
- how to test this business logic
- Protractor - How to get first or last CHILD value
- Factory Not Registered in rspec but found in console
- Pick out certain lines from files
- Selenium stops running after click() function runs
Related Questions in FUNCTIONAL-TESTING
- Authlogic: Functional Test Failing Validation
- PHP - How to change machine's DateTime only during selenium testing
- Symfony2 Functional Testing: Is a database required or not?
- PHPUnit and Doctrine: How to setup the database
- Symfony Functional Testing: how to understand why the test fails (with a 500 Error)
- Symfony2 Functonal Tests, query parameters are ignored
- Symfony Crawler: how to check that a link to a particular page exists
- "No D-BUS daemon running" when running phpunit test
- what is good configuration of arquillian-drone-graphene functional testing?
- Django: Second Selenium Test Failing with 500 Server Error
- Django Functional Test for Time Delayed Procedure
- Symfony2: Mocked service is set in the container but not used by the controller (it still uses the original service)
- How to test a polymorphic association on a controller with Minitest?
- Writing functional tests that check if Laravel jobs were dispatched with correct parameters?
- class not found when sharing test setup
Related Questions in REGRESSION-TESTING
- Easy to use multi browser automation tool for record, parameterize, debug, batch run of suites and results report
- CSS Visual Regession Testing with BackdropJS - could not run grunt:reference or grunt:test
- Serenity BDD reports naming
- How can I know that TestNG framework is suitable to perform test case prioritization in regression testing?
- Create online regression tests for code snippets on CodePen
- how to store regression testing results?
- Python something resets my random seed
- Should you test the same software build if only the data has changed?
- Implementing `make check` or `make test`
- How does testing a connection to a third-party API fit into continuous integration?
- Any suggestions about how jmeter can be used to do regression testing for page load times
- How to convert testingSuit xml file to a java class
- pytest: Parametrizing from function output / from directory structure
- How to detect when all tests within a QUnit module is completed?
- Automatic Runtime Performance Regression Test in Java
Related Questions in SDLC
- How do I merge production and dev with no common ancestor
- Difference between functional and regression test cases
- Industry stats for number of bugs found post development / Release
- How do I move Source Code from a local GitLab to AWS GitLab environment using automation?
- What is Security Development Lifecycle Checks option in Visual Studio?
- How should I move my code from dev to production?
- Service orientated SDLC
- Last Minute Scope Changes? Sure Why Not?
- How to fix this Syntax error in query expression?
- 'Inferential data' and the Secure Software Development Life Cycle
- Gitflow and testing / deployment
- Application Lifecycle Management -VS- Software Development Lifecycle?
- SDLC: Managing changes in a 'Closed System' (M1 - ERP)
- Quantifying Unit Test Coverage
- How to best integrate HTML/design with C# code in ASP.Net or ASP.Net MVC?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?