Answer Posted / harish jakhotiya
This is the very basic requirement to start with the testing phase. We should have the test cases for testing any system. test cases is written based on the scenarios you have to test the system. Test cases gives us the assurance that flows are working fine or not based on the status of the test case. If the status of some test cases are failed meaning some flows are not working fine and there is bug in the system that needs to be fixed. If the status of the test cases are passed meaning flow is working as expected and system is behaving as per the requirement.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Can you list down a few characteristics of a test case?
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
What are basic types of test cases?
What is component testing?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
Explain the soak testing?
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
What is test environment? Elaborate with example.
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
Test a file replication service that copies files from one net location to another
What are the test cases for mouse?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
Explain the static testing?
Explain the branch coverage testing?