how many test cases are posible to write on textbox. but it
is allows the 0-10 digits numaric
Answers were Sorted based on User's Feedback
Answer / neha
TC1: Verify the position of the Textbox
TC2: Verify the visibility of the textbox
TC3: Verify the look and feel of the Textbox
TC4: Verify the state: disable or enable
TC5: Verify whether it is editable or not
TC6: Verify whether it is multi-line or not
TC7: Check it should not allows characters & special
characters
TC8: check its allowing numeric value 0(checks for the min
digit allowed)
TC9: check for the maximium digit 10 allowed
TC10: enter numeric value greater than 10 - should give
error msg & should reset textbox to blank on click of OK.
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / mack
according to functionality textbox should accept 0-10 number
so we use equivalence partitioning.
i.e
number < 0 number in between 0 to 10 and number > 10
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / dheeru baba
1.according to functionality textbox should accept 0-9 number
2.text box should not accept blank value (Space).
3.Text box should not accept combination of alpha,numeric & special characters.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is bug life cycle?
How can World Wide Web sites be tested?
The company is developing a new piece of software. The application allows a computer user to use the print option of any existing application to save the output into an HTML file instead of printing. -Based on the scenario above, which test methods do you use to make certain that the new software will work properly with existing applications?
can any one send me all the interview point of view questions from manual testing please..........
what is v.s.s. ?when it is used?
31 Answers ASO, Infosys, Verisoft,
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
what is project testing & product testing, and what is the differene ? plz explan with example
Hi, I am new to testing.where we will use SQL in manual testing. To what extent i need to learn SQl.there are diff types of SQL like TSql,Mysql etc.i little bit confused,help me. Thank you .
How many types of bugs are there? What are they? like Deferred bug,cosmatic bug.....
What are the bussiness scenories?
what is the difference between test senario and use case
What is a Data Guidelines?