Answer Posted / rakhee
AGILE TESTING is a testing practice that follows the rules and principles of agile software development. Unlike the Waterfall method, Agile Testing can begin at the start of the project with continuous integration between development and testing. Agile Testing methodology is not sequential (in the sense it’s executed only after coding phase) but continuous.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is transaction testing?
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
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?
150 integration testing scenarios for gmail
What are the test cases for mouse?
What are basic types of test cases?
write the test cases for facility module
Write test cases to test a browser app
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
Why does the boundary value analysis provide good test cases?
how many test cases do u need to ship a product?
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
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 is test environment? Elaborate with example.
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)