Answered Questions

  • How do you test when No time

    There is a new build and you have not much time left behind to test(manual test), what will you do? (apart from prioritizing functionalities..... risk analysis, what other answers are valid approaches to this interview question?

    Kavita

    • Sep 30th, 2022

    When we dont have time , then we go for the system testing. In the system testing we check the flow of the application as a end user. we check end to end flow of the application.

    anj0506

    • Nov 6th, 2014

    It is too late but still we cant perform adhoc testing when time is less, as it requires different approaches for testing the application to find bug, to increase the bug count. So for testing an appl...

  • Functional Testing Question

    Hi,can any one answer me the following question? I have three text fields, one should accept a string as input, second text box should accept a float as input and the third text box is for output. the output should be an integer. what are the possible test cases we can write for the above functionality?My answer: 1.verify that the first field is accepting string.2.verify that the first field is not...