Tagged Questions
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
3answers
804 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
371 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 ...