when we should start writing test cases?
Answer Posted / peeyush srivas_qa infotech
Well it depends on the SDLC model, you can write test cases
even when development of the product is not started.
Usually we follow incremental approch so we used to write
test cases once requirements are baselined on the basis of
requirements and on the basis of use cases if available
| Is This Answer Correct ? | 3 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)
Explain the unit testing?
Positive and Negative test cases for the speedometer?(minimum 5 each)
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
what is the technology used in financial applications?
Explain the branch coverage testing?
Explain the exactly meaning of 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
Explain the system testing?
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 is test cases for mobile phone ?
test cases for friend finder system using gps?
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
Explain the logic testing?
What is test environment? Elaborate with example.