Search code examples
requirementshp-quality-centersoftware-qualitymanual-testing

Why Browser compatibility testing comes in NFR?


I am making a SRS and as per the research that I have done on Non Functional Requirements "Browser compatibility" testing comes in NFR . Please explain why we take "Browser compatibility" in NFR


Solution

  • You can read this link you can under stand, For functional testing we test each and every functionality(how the product should behave),..in non functional testing(HOW THE APPLICATION IS WORKING) we test load,stress...so its comes under NFR.

    http://www.softwaretestinghelp.com/best-cross-browser-testing-tools-to-ease-your-browser-compatibility-testing-efforts/

    http://www.guru99.com/compatibility-testing.html

    Initial phase of compatibility testing is to define the set of environments or platforms the application is expected to work on.
    Tester should have enough knowledge on the platforms / software / hardware to understand the expected application behavior under different configurations.
    Environment needs to be set-up for testing with different platforms, devices, networks to check whether your application runs well under different configurations.
    Report the bugs .Fix the defects. Re-test to confirm defect fixing.