Tagged Questions
3
votes
2answers
111 views
Radiobutton group with NO default option: bug / acceptable / it depends?
I'd like to have an independent opinion / samples of whether radiobutton group should have an option selected by default: some colleagues tend to submit missing choice as an issue, while others say ...
2
votes
4answers
443 views
Complex registration forms examples for test cases creation practicing
Could you please suggest some non-trivial web forms for test case preparation training? The form should concern different field validation warnings, number autocomplete, dynamic fields, etc. Nice ...
2
votes
5answers
937 views
How to write a test case for CAPTCHA code
In our project we have a user to sign on after filling the CAPTCHA code. Right now it's working fine and I am a beginner to this field.
I am confused how to write a test case for the CAPTCHA code
3
votes
3answers
864 views
What are the test cases or test scenarios for palindrome
In the interview, the employer asked me to write test cases or test scenarios to check the Palindrome of the word.
I said one with positive test case and another with negative test cases. But employer ...