pls let me know the answer, recently i faced this question
in interview.
when you are writing the test cases,if the requirements are
changed what will u do?
Answer Posted / deepak jha
According to software testing principle "pesticide paradox" states that whenever requirement changes we have to change our test case because test case will not be able to discover new possible bugs.so we have to change our test case.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
write a test case for yahoo compose page?
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
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.)
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
Explain the format of a requirement traceability
Why does the boundary value analysis provide good test cases?
can one defect be mapped to more than one test script in manual testing
For how many days (or) weeks you will test a product or software?
please give me different test scenario for uploading whatsapp status from gallery and camera
What is the toughest moment you faced in your testing carrier in which everyone praised you?
Explain which test cases are written first black boxes or white boxes?
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?
Explain how to develop a test plan and a test case.