Actually how many positive and negetive testcases will
write for a module?
Answers were Sorted based on User's Feedback
Answer / btech
That depends on the module & complexity of logic. For every
test case, we can identify +ve and -ve points. Based on
the criteria, we will write the test cases, If it is
crucial process or screen. We should check the screen,in
all the boundary conditions.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / praveen 9885734486
The above answer is currect apart from that a minimum of
1.6 times inputs in a test case
ex: if a form containing 2 inputs means atleast 2*1.6 ==
3.2 so atleast 3 test cases r required.
Is This Answer Correct ? | 0 Yes | 0 No |
You have been given an application and you have only 15 mins to test the application. How would you do the testing?
what is the difference between 8.2 and 9.2 versions of qtp tool
Describe your ideal working environment.
What is use of SCSI-ID?
As part of which test process do you determine the exit criteria?
What is your primary role in your project?
What is the main benefit of designing tests early in the life cycle?
I'm interested to build my career in testing and I don't have much knowledge which book is good to refer. Can anybody please share some books names ?
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.
How should I prepare for CSTE Exam?What should I do as I am not having any idea about it? How to register , what r the study materials,validity of certificate.Pls help
What is TRM?
What is top-down strategy?