how to test an imaging application that removes the red
eye affect from an image?
Answer / mugundhan k
1.Open the image which you want to remove the red eye check
whether red eye is there are not.
2.Open the red eye image in the red eye removal tool.
3.remove the red eye in the image.
4.Check red eye is removed or not in the image.
5.Save the red eye removed image
| Is This Answer Correct ? | 10 Yes | 7 No |
Write the Load test cases on a water bottle.
5 Answers Cognizant, IBM, Logic, Microsoft, NIC,
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.
How to write test scenarios for a Web application, with an example?
3 Answers Deloitte, LiveTech, TCS,
What is the role of a tester in the test plan preparation? What elements tester physically develops in the test plan document.& what exactly this document contains?
Do you know explain security testing?
Write all test cases for any credit card.
What is mean by Equal Partitioning
Do we have to write the seperate test cases for System testing and UAT testing? And also what are the roles and reponsibilities of a tester/how to interact when End users are performing the UAT Testing.
what is the process of testing
What is the difference between Test Input and Test Data??
write a test case which covers the major functionality of yahoo login
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?