How to write test case for this scenario.
The system shall allow for a wild card search for the last name with a minimum of one character
Answer / Shikha Raj
{"Test Case Name": "Wild Card Search for Last Name with Minimum One Character",n"Preconditions": {"A valid user is logged in", "The system has data containing names with and without wild cards"},n"Steps": [n {"Action": "Enter a name containing at least one wild card character in the Last Name field", "Expected Result": "System returns matching results"},n {"Action": "Enter a name containing less than one character in the Last Name field", "Expected Result": "System does not return any results"}n],n"Postconditions": "The system displays correct search results"}
| Is This Answer Correct ? | 0 Yes | 0 No |
Write test cases on for windows media player?
How to write test case for this scenario. The system shall allow the user to select an option to sort the results by the city of the family contact
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
How many bugs have u found in your project?
What is SCENARIO TESTING
write the test cases for facility module
You are Only tester for Onsite client team, this team is on holiday for two day from monday & SIT is started with plan end date is friday in this case if all server,application is crashed then as a tester what will be your approach
If there are two document files, from one doc. file we want some text copy & peste into next doc. file. So which are the negative test cases for such scinario.
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?
If I have written test cases for any application:there are 70-80 test cases and steps for writing test cases are common in some TCases.then May I have to write the repeated steps or May I write Repeat the steps of TC id so and so