Buttons Functional test cases

We have 3 buttons (submit,reset,cancel) .. what are the functional test cases of these three buttons..

Questions by ch.ajaykumar

Showing Answers 1 - 12 of 12 Answers

guljar

  • Jul 7th, 2014
 

submit:When clicking on submit it should be navigate to another page.

Reset:When clicking on Reset ,All fields must be cleared.
Cancel:When clicking on cancel,it should be go back to previous page.

  Was this answer useful?  Yes

ravi

  • Jul 1st, 2015
 

Submit button:
1. It should be enable
2. Click on submit it should be show confirmation message"submit successfully".

Reset button:
1. It should be enable
2. Clicking on reset it should be cleared all the fields.

Cancel:
1. It should be enable
2. Check when clicking on cancel it should it should go to home page

  Was this answer useful?  Yes

Generic Test case will be :
A) For Submit Button.
1) Check Whether Button is enable or not.
2)On Click Submit Button Data on Form should hit either DB or Redirect to other page based on requirement.
3)On clicking Submit button Data in the Form should not get reset or cancelled.
B) For Reset Button
1) Check Whether Button is enable or not.
2)On Click Reset Button Data on Form should not hit data into DB and it should not navigate to another page.
3)On clicking Reset button Data in the Form should get Cleared.
C) For Delete button
1) Check Whether Button is enable or not.
2)On Click Delete Button Data on Form should not insert data into DB and it should navigate from current page.

  Was this answer useful?  Yes

Rishabh

  • Jul 28th, 2015
 

On click submit button if fields are properly field then must show the next page.
On click reset button data of field must be erased.
On click cancel back to previous page.

  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