Answer Posted / rekha rajora
1. Check whether the pen is of expected ink or not(red,blue.
2. Check whether the pen is of expected quality(dark or
light)
3. Check whether the pen is of expected Brand or not.
4. Check whether the ink is full or not.
5. Check whether the pen can write on all quality papaers
(hard,plain)
6. Check whether the point of the nib is fine or not.
7. Check whether the pen can be open or not.
8. Check whether the pen can tick in my pocket or not.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to generate test cases for 'replace a string' method?
Explain the gray box testing?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
Which of the following defines the expected results of a test? Test case specification or test design specification.
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?
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
Explain which test cases are written first black boxes or white boxes?
What are the Test Cases Comes under Regression Suite?
Explain the ramp testing?
How to test a stored procedure?
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
what is the test plan for ms-word
Explain the scalability testing?
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?