How To Test Without Requirements - How To Test Software Manually - How To Test Manual Testing-How To

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

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

  • @labib8aug
    @labib8aug 9 лет назад +1

    top notch tutorial .. Greetings from Sweden

  • @ziauddiniqzu
    @ziauddiniqzu 7 лет назад +1

    Thank you..

  • @TheNemolala
    @TheNemolala 6 лет назад

    Thank you very much , great Explain

    • @QA1
      @QA1  6 лет назад

      Welcome, Tasneem. All my software testing tutorials are available at the link, ruclips.net/p/PLc3SzDYhhiGWuMK03uYO-UENAx0s2woWM

  • @sreelajanair3730
    @sreelajanair3730 4 года назад

    Very useful. Tysm🙏

    • @QA1
      @QA1  4 года назад

      @Sreelaja Nair - Thank you. You can check out the full playlist of the Software Testing Tutorials at the link, ruclips.net/p/PLc3SzDYhhiGWuMK03uYO-UENAx0s2woWM

  • @mikerucker5167
    @mikerucker5167 8 лет назад +1

    I think I'd have to say that the instructions you have in text on that sample app *ARE* requirements. It would be more appropriate to have only the three input fields, wouldn't it? With the application as it is, you can craft a number of tests and validate whether the app has been built correctly.

    • @QA1
      @QA1  8 лет назад +1

      +Mike Rucker Actually, the requirements come from the customers, users or the business. The help text on my sample application may not cover the requirements completely or correctly e.g. the help text does not mention the unit of distance and the app supports only miles but the requirements may specify both miles and kilometers. There ARE three input fields. What exactly did you mean? Thank you for your comment.

    • @mikerucker5167
      @mikerucker5167 8 лет назад +1

      +Software and Testing Training. Yes, I know where requirements come from... However, the challenge you're trying to demonstrate is how to be creative when you don't have documentation on what the application should do. But the 'help text' as you call it could have BR-001, BR-002, BR-003 etc. put in front of each of the sentences and read exactly like a requirements document. If you had a screen WITHOUT that text, and ONLY the input fields, you would THEN be truly testing an application without requirements.

    • @gokulrao8984
      @gokulrao8984 8 лет назад

      i agree with the comments...normally in such scenarios when we start testing the application without requirements we can add points like talking to dev and qa team on how they developed or tested it to know the functionality. Also if they have documented anything from their findings and development work

  • @pooshj6437
    @pooshj6437 7 лет назад

    What would be the best way to test a large number of requirements in the least number of test scenarios possible? (This is related to the banking domain)

    • @QA1
      @QA1  7 лет назад +1

      I don't know if it is the best way but use cases cover numerous requirements in the documented workflows (normal workflows and exceptional workflows). You can see my Use Case Testing video at ruclips.net/video/H95RX5zFLcA/видео.html

    • @pooshj6437
      @pooshj6437 7 лет назад

      thank you . Will check that .

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

    Hii sir, well explanation, Are you working in IBM?

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

      @Devadharshne M - Thank you for your comment. No, I work for clients as a freelancer.

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

      @@QA1 Okay Sir....

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

      Hi, you do freelancing for manual testing? Could you please tell me the site?

  • @preetirajan9815
    @preetirajan9815 10 лет назад

    Hello sir, are you providing online classes for testing...i m looking forward to start my carrer as software tester...please let me know...thanks.

    • @QA1
      @QA1  10 лет назад

      Hello Preeti, no there are no online classes for testing. You can view the 5 hours of free tutorials in my playlist called Manual Testing Tutorials at ruclips.net/p/PLc3SzDYhhiGWuMK03uYO-UENAx0s2woWM
      Once you complete viewing them, you can message me. I can provide you the details of a project that you can use to practice testing. Thank you.

    • @preetirajan9815
      @preetirajan9815 10 лет назад

      Sir,thank you so much for your response. I have gone through your each and every manual testing tutorial and learnt so many things. But due to the lack of practice i am not feeling confident. Also now a days Selenium is in very demand so want to learn selenium as well.So, please help on this....
      Many Thanks
      Preeti

    • @QA1
      @QA1  10 лет назад

      Preeti Rajan
      Hello, you can practice testing on my demo web application. It looks simple but it is possible to design many interesting tests and run them. The requirements are given in the help text within the app border. The URL is inderpsingh.blogspot.com/2014/08/demowebapp_24.html

  • @prajaktaadivarekar5870
    @prajaktaadivarekar5870 10 лет назад

    We can test input fields by adding "Blank Values". Is this correct test data?

    • @QA1
      @QA1  10 лет назад +1

      Yes, we should definitely test the app with blank values. The test data sheet should have the Distance and Speed values as blank, Travel hours/ day as 1 hour (or any other value) and Travel days as Error.
      However, blank values and valid values are not the only values to test. We should test the app with a variety of test data combinations as shown in this video.

    • @prajaktaadivarekar5870
      @prajaktaadivarekar5870 10 лет назад

      All right. Thanks for the valuable inputs. I like your videos.

    • @QA1
      @QA1  10 лет назад

      Prajakta Adivarekar
      Hi Prajakta, many thanks for your comment. Regards, Inder.

  • @techobar4525
    @techobar4525 4 года назад

    Sir. I have deployed a application on hyperledger fabric. Please tell me how can I test this.

    • @QA1
      @QA1  4 года назад

      No idea.

  • @samuelkofiandoh
    @samuelkofiandoh 9 лет назад

    so now you see why you cannot test application without a requirements?