About the log out error Message of this website
Hi Friends,
I hope you people observed this.
1.Click on [B]"Logout[/B]" Button in this website
2.Then a Pop-Up messagebox will get displayed saying "[B]Are you sure to log out[/B]"
3.In the message box ,we can see [B]"Ok" [/B]and [B]"Cancel"[/B] Buttons.
what i feel is, the pop-up message box should have "Yes " and "No " buttons
any comments on my question??
Please reply me back!!
Regards,
Krishna.
Re: About the log out error Message of this website
Hi Krishna,
The window you see as a result of clicking on "Logout" button could be a Standard windows dialog control box. It by default would have OK and CANCEL buttons on it.
Basically I would say it depends on the End User Perspective as to how he wants it to be. The standard control can be replaced by customized dialog box having "YES" and "NO" buttons.
Since most developers prefer to use Standard inbuilt dialog control objects, we see the dialog box with "OK" and "CANCEL" buttons. I guess since the functionality achieved by both the cases is the same, it becomes a matter which can be ignored from a testing perspective.
I leave the answer open to discussion by other geek members.
Cheers...
Re: About the log out error Message of this website
[QUOTE=krishna1tester;28139]Hi Friends,
I hope you people observed this.
1.Click on [B]"Logout[/B]" Button in this website
2.Then a Pop-Up messagebox will get displayed saying "[B]Are you sure to log out[/B]"
3.In the message box ,we can see [B]"Ok" [/B]and [B]"Cancel"[/B] Buttons.
what i feel is, the pop-up message box should have "Yes " and "No " buttons
any comments on my question??
Please reply me back!!
Regards,
Krishna.[/QUOTE]
Hi Krishna,
It is a good observation. I too feel it is to be a bug under the perspective of usability testing. But this bug will not lead to any serious deviation, but fixing it will solve the confusion prevailing among the users.
Regards,
Ganesan
Re: About the log out error Message of this website
by default pop up window has "OK" and "CANCEL" options .
while coding developer can change the options
usually number is entered for these names
eg
1 represents ok
2 represents cancel
3 yes and so on
and
by giiving desired number u can get "yes" or "no" or "ok" or cancel
or even u can have single or three button option in the pop up window
Thanks & Regards
Trainee_tester
Re: About the log out error Message of this website
I strongly agree with trainee_tester.
I also agree with bizzzzzare that it could be a standard windows dialog control. Also, such standard dialogs take a parameter that defines what buttons are required on the dialog. Eg. OkCancel, YesNo, OkOnly, OkCancelHelp, YesNoHelp. The standard windows dialog control can be easily customized using such simple parameters insted of designing a dialog control with the required buttons.
Re: About the log out error Message of this website
yes krishnna
you r right it should be yes or no then it will be more comfortable