pls tel ans for this scenario:two Textboxes(both accept
only single digit numbers)and a button"ok"which when
clicked returns addition of two numbers entered in
textboxes question:Write test cases which will cover all
requirements and scenarios
Answer Posted / rajan
1. Verify that the textbox1 accepts only single digit
value, else display error msg "only single digit"
[Exp] The textbox1 accepts only single digit value.
2. Verify that the textbox2 accepts only single digit
value, else display error msg "only single digit"
[Exp] The textbox2 accepts only single digit value.
3. Verify that when the button "OK" is clicked, it
displays the sum of value (textbox1 and textbox2)i.e.
sumvalue((textbox1+texbox2))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What types of testing is specifically important for web testing?
Hi All I want discuss abt Testing tools is any one available online in google chat?
how to test a web application manually?can u explain indetail?
What are drawbacks in system development life cycle
What is testing and maintenance?
which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect
what we have to read to gain knowledge in banking and financial domain(software testing) for 4+ experience
What were the major challenges u faced while testing
What is the difference between three tier and two tier application?
write the test senario on opening door in the flow diagram format
Explain branch coverage and decision coverage.
Who are all involved in an inspection meeting?
which sanity testing is performed?
What is your approach when requirements change continuously?
What are the properties of a good requirement?