what is the difference between testcase and test scenario?
Please give one example.
Answer Posted / veda
Example for a TestScenario:
Check for a Textbox whether the user can able to numeric
value or not.
Ex for Test cases;
From the above scenario, we can write the following
testcases:
1. Check for a +ve number.
2. Check for a -ve Number in the text box.
3. Check for a alphanumeric/special characters in the
textbox.
4. Check for a "zero" in the text box.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
3.if a questions asked as,what is the quality standards you are following? what i need to tell.
Difference between Stakeholder and Relevant Stakeholder?
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
Can you please explain me how to do testing of an E-insurance project end to end process..
Differentiate verification and validation?
Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations The client wants their users to be able to login using a page that fits in with the website design. Tom wants to access the website but doesn’t want his login information to be available to anyone else. Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:- Being the only Test Engineer on this task, what would your approach be for this requirement? Identify the key areas for testing this page. What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’. Provide a sample test case that could be used for testing this page, for example as a word or Excel document.
What is an exit criteria?
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
Beyond the customary advantages of having a testing group, what are the benefits does a company receive from a well run, automated testing group?
Can you explain equivalence partitioning?
What are the queries mostly asked in testing ? give me some examples.
.In languages testing, what is the fixed part and changing part?
Can you explain the elementary process?
How do you know the code has met specifications?
What is checkpoint? How can you handle the checkpoints?