give an example of how to write functional test case.in
this test case can we write all +ve and -ve conditions?
Answer Posted / kashif
Negative testing can be done only on text fields
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
What is transaction testing?
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
What is test environment? Elaborate with example.
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
Who will take care of test plan and test case?
What is the state testing?
What is quick test professional and what test environment it supports?
Write test cases for 8+4?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
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?
What are semi-random test cases?
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.