Answer Posted / mfsi_krushnas
Software testing is any activity aimed at evaluating an
attribute or capability of a program or system and
determining that it meets its required results.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain smoke testing?
What are the structure-based (white-box) testing techniques?
Could anyone let me know what exactly is telecom testing & how is it done? And also how is mainframe testing done?
What is storage array?
In which phase should testing begin – requirements, planning, design, or coding?
What is memory leak and defect leak? Is there any harness testing? If yes, please explain?
What is top-down approach?
What are validation and verification?
What is dependency testing?
Write a function Occurrences() in a language of your choice that takes in two strings. The first is a search string, and the second is a sentence. For example, running the function: Running Occurrences ("o", "Red Gate Software - Ingeniously Simple Tools") will output: Occurrences of 'o': 4 Occurrences ("at", "The cat sat on the mat") will output: Occurrences of 'at': 3 Sample Question 2: 2)Below is Notepad's File/Save dialog. a) If you were asked to test this dialog, how would you go about it? b) List various inputs you might place into the "File name" text field to test it.
What is the smallest unit of information transfer in FC?
What is Functional, Non-Functional, and Regression used for (i.e. the purpose of each)?
What is the most difficult problem you’ve found during testing?
Can anyone provide the definitions for the following abbreviations? Thanx to anyone who could CIT CAP
Every One is saying that Documentation is very very importent in Tester's Life.Could any one explain with proper examples..?