Submitted Questions

  • 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...