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
Hi,all i have a desktop App. which have a feature, It's a demo version if u want full version then u have to perches it. Pls give me some idea ASAP how can i break the App.
what r the 5 major defects that u found in ur shopping related project?
How would you test a service oriented architecture (soa) web application?
What is a test severity and test priority? difference between them with suitable examples?
Hello, I want to know how to write a regression test plan? Can someone please send me the format/template? Thanks in advance
What is a testbed in manual testing?
what are the test bugs
I have to give weights to 5 stones so that using a simple balance and the stone i should be able to weight any number between 1-100
Write 10 test scenarios to test remember me checkbox present in login window
Can any one explain me about hybrid integration testing? and what is interface in integration testing? thanks in advance...... regards, MurthySharma.Manchella
What is showstopper defect?
Can you explain a pair-wise defect?
What are the cases why parameterization is necessary when load testing the Web server and the database server?
Can you explain the pdca cycle and where testing fits in?
When do we perform smoke testing?