Under which condition hidden field is utilised or tested?

Showing Answers 1 - 6 of 6 Answers

shiva_vg

  • Jan 22nd, 2008
 

There are certain scenarios where the Field will be hidden and will appear when You enter a valid value into the corresponding related field

For ex : In a Registraion page We normally find Maiired/Un married fields

Scenario 1 : If u select Married Option then the page will provide another field with a Label : Number of Children.(This would be hidden initially and will appear when u select Married Option)

Scenario2 : If u select Unmarried Option from the list then it will not display any other field .

  Was this answer useful?  Yes

Hidden fields become visible in applications when certain conditions are met.  For example, an application may ask if you have any children.  If you answer 'yes', a field may become visible which asks, "How many?  Based on the number you give, that same number of hidden fields may become visible asking for their names.  Hidden fields are always tested and there is no condition when it is not tested.  The business requirements should call out all hidden fields in an application and these fields need to be covered in test cases. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions