What is functional testing? Software testing interview Question

Поделиться
HTML-код
  • Опубликовано: 14 ноя 2024

Комментарии • 14

  • @shrinidhikulkarni159
    @shrinidhikulkarni159 2 года назад +6

    Please do more shorts sir it will be a quick revision....

  • @adityakanade9309
    @adityakanade9309 2 года назад +6

    Thanks sir, please upload more shorts 🙏🙏

  • @IIWIAsachin
    @IIWIAsachin Год назад +2

    Testing each and every component of the modules in application by giving valid or invalid input is knowns as functional testing

  • @TechCoachRalph
    @TechCoachRalph Год назад

    I generally consider what we define in the acceptance criteria (or the business logic) to the the functional tests

  • @my3vcreations52
    @my3vcreations52 2 года назад

    Sir mi videos Awesome ga unnay sir...very clear 👌👌👌🙏🙏

  • @BatchelorHub
    @BatchelorHub 2 года назад +1

    Sir can you upload etl testing related videos

  • @bumore2870
    @bumore2870 2 года назад +2

    Do more RUclips shorts......

  • @vaibhavmane.5344
    @vaibhavmane.5344 2 года назад +1

    Nice sir ❤️

  • @vinajain959
    @vinajain959 2 года назад +1

    If I give requirements for new function could you tell me what will be your your steps? What we are going to do this requirement to develop function which explains this requirement ? Plz ans this question it's ask in interview

    • @TechCoachRalph
      @TechCoachRalph Год назад

      from a QA/testing perspective, given new requirements or a user story, I would create a test plan of what needs to be validated based on the requirements/acceptance criteria listed in the story. Then, hopefully before development starts by the developers, I would meet with them to discuss the test plan so they can have insight on the expections of QA and they can give feedback or insight on what they envisisioned as well so QA can know the implementation approach by the developers. Once development is complete, proceed to executing the test cases and automating the ones that are funcdtional tests and good candidates for automation

  • @yohannesgf7452
    @yohannesgf7452 2 года назад +1

    Can API testing, unit testing, and integration testing be considered as functional testing?

    • @TechCoachRalph
      @TechCoachRalph Год назад

      I think it depends for the API tests. I probably wouldn't consider the unit tests as functional testing (unlses using Test Driven Development). Integration test "could" be functional tests but not necessarily as integration tests software modules working together. I would consider testing the "business logic" as specified in the acceptance criteria of a story as the functional tests

  • @srishtyrautela
    @srishtyrautela 2 года назад

    Functional testing is same as system testing?