Software Testing question
i have one question in my mind regarding manual testing
suppose i have one form which consist of say 14-15 fields and 11 to 12 amongst these fields are mandatory fields so how to test this form
i am doing this in following way:
1) first i am checking the form URL
2) second checking with all valid data means with filling in all valid details
3) with keeping all fields blank and clicking on submit button
4) now the interesting part begin,
how will i test mandatory field?
i am doing this like suppose title is mandatory field then by typing title with valid information and clicking on submit button and expecting result as should display error message
then how to test entire form means by combination of mandatory field or checking it separately.
like next time i am checking the title and address field valid data and clicking on submit
after that i am filling title with valid data keeping address field blank and entering telephone number along with title and clicking on submit
so my question is as i said earlier my form consist of 14 to 15 fields with 12- 13 as mandatory field then how will i test it. it is so time consuming and i think i am doing in wrong way? is my way is correct?
will i do separately or testing my form by keeping some of the fields filled and some kept blank? many time i get confused on this.😔😔
please explain me with my example
suppose i have one form which consist of say 14-15 fields and 11 to 12 amongst these fields are mandatory fields so how to test this form
i am doing this in following way:
1) first i am checking the form URL
2) second checking with all valid data means with filling in all valid details
3) with keeping all fields blank and clicking on submit button
4) now the interesting part begin,
how will i test mandatory field?
i am doing this like suppose title is mandatory field then by typing title with valid information and clicking on submit button and expecting result as should display error message
then how to test entire form means by combination of mandatory field or checking it separately.
like next time i am checking the title and address field valid data and clicking on submit
after that i am filling title with valid data keeping address field blank and entering telephone number along with title and clicking on submit
so my question is as i said earlier my form consist of 14 to 15 fields with 12- 13 as mandatory field then how will i test it. it is so time consuming and i think i am doing in wrong way? is my way is correct?
will i do separately or testing my form by keeping some of the fields filled and some kept blank? many time i get confused on this.😔😔
please explain me with my example
0