Functional Testing Question:
Download Questions PDF

Suppose a Page/Form has 4 Mandatory fields to be entered before you Submit.
How many no. of test cases are required to verify this?And What are they?

Functional Testing Interview Question
Functional Testing Interview Question

Answer:

Well, in this case we can have the following scenarios

Five test cases:
1. Enter the data in all the mandatory fields and summit, shouldnt issue any error message
2. Enter data in any two mandatory fields and summit, should issue an error message
3. Dont enter in any of the fields should issue an error message
4. If the fields accept only number, enter numbersin the fields and submit, should not issue an error message, try to enter only in two fields should issue an error message, and enter alphabets in two fields and number in other two fields it should issue an error meaage
5. If the fields doesnt accept special characters, then enter the charatcers and submit it.

Download Functional Testing Interview Questions And Answers PDF

Previous QuestionNext Question
Explain what are the modules and sub modules manually tested in Retail banking project?Suppose 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?