The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
25 views

Test case/plan for error message scenarios

I am working on a project that has an application that has several different specific error messages that are raised during certain scenarios with specific data. I have been tasked to come up with a ...
1
vote
1answer
85 views

Tool to generate test cases for configuration app based on use case variation?

I am making changes to a configuration tool for a web application. The tool allows internal users to configure messages and custom experiences for external users of the webapp. I have been given a ...
3
votes
2answers
106 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
1answer
62 views

Can we auto create TestCases from the PBI Acceptance Criteria?

Is there a way to auto create Test Cases from the Acceptance criteria defined in TFS?
2
votes
4answers
362 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 ...
0
votes
2answers
435 views

Test scenario for Android porting test

I am new to testing of Android porting. Could you kindly share with me a testing scenario, any reference document or ref. template for such test case? Anything might help. Thanks.
2
votes
5answers
884 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
813 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 ...
2
votes
1answer
372 views

Philosophy to write Objective-c unit test

I am a really lost about it. I can study how write and run unit test in Objective-C with XCode, but I don't see how useful it is. In resume, you have to write a method that will be called first to ...
4
votes
3answers
323 views

What are the different things to capture in a Test Case?

In our Project we have a Test case based on Rational Test Manager (RUP Process). This test case includes, Description, Preconditions, Steps and expected results for each step and finally a notes ...