The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
111 views

Repeat/common Test steps in multiple test cases - to do or not to?

I am trying to seek some input on what might be an efficient best practice. I have been told that end-to-end test cases might have certain steps that are being repeated on other test cases. Let's take ...
0
votes
2answers
93 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 ...
0
votes
3answers
64 views

When I should write Test Case? [closed]

I know that it is recommended to write unit test before coding. But my question is related to test cases. When should I write test cases? When I already have written code or before it.
1
vote
1answer
97 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
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
1answer
68 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
441 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
455 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
936 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
861 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
380 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
335 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 ...