How many test-cases are possible for push button using any of the BVA / EP / Event Effect Graph?
How many test-cases are possible for push button using any of the BVA / EP / Event Effect Graph?
Though this answer cannot be generalised the minimum number of test cases possible for push button using any of the BVA / EP / Event Effect Graph is 5 in number.
Last edited by jainbrijesh; 05-11-2007 at 06:01 AM.
Some more test cases are:-
1)Check for tab indexing.
2)If label of push button is changing dynamically , test for that also.
3)do focus on push button and then test by enter key and space bar, whether the push button is working or not.
4)See behavior of push button by holding mouse key pressed when it is focusing on it.
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji
Brijesh, before deleting a post, kindly let the user know what the mistake was in the post.
The post Nahalesh made might have been out of context. The person might improve in future. So, you are better off deleteing the port ONLY after informing the particular person.
Just deleting the posts won't help the forum in any way.
Regards,
Kalayama
Last edited by kalayama; 05-11-2007 at 06:47 AM. Reason: Got it all wrong!
[COLOR="Blue"][SIZE="2"]"If you are not living on the edge of your life, you are wasting space"[/SIZE][/COLOR]
Someone says "Impossible is nothing". The man next him says "Let me see you licking your elbow tip!"
Few more
1) Check the Shortcut key used for that Push button in the keyboard
2) Check the Double clicking functionality
3) Check whether it is a Primary or secondary button in case of web
4) Check for the tool tip or any Information label attached to that push button
5) Check for the After clicking behavior like color change, label change, size change etc according to the requirements..
waiting for few more peoples suggested Test cases
Thanks
Purna
1) test for mouse click down or mouse click released event for the push Button,
2) test at the back end (if any) what is the button meant to do.
3) look at name of the PUSH button to be unique and according to standards.
4) try to access the button with keyboards.
5) the values it is supposed to change or create new values, any new entries etc.
See akbhar,
It's not necessary that Push button will have unique name.
Sometimes you will see there are so many "Submit buttons" on a web page, according to different frames and requirement.So, I think the test cases discussed here are enough.More test case will depend on SRS and test design document.
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji