Write max. no of test case's in following scenario
Developer develops single page which consist of simple Text
box and a Submit button. Developer has not written a single
line of code for the button (i.e. no relation of Text box
and Submit button). No validations are implemented on Test
box as well as button.
Answers were Sorted based on User's Feedback
Answer / kiran_8_82
As no functionality is implemented, so 1st need to do NFT
(non-functional Testing) so following are the NFT test cases:
1) check whether you can copy text from the text editor (say
notepad) to text box and vice versa.
2) after running application, cursor focus should be at text
box.
3) checking delete/insert functionality working properly on
text written in the text box. (logically this is not right
test case but interviewer told me this test case)
4) abruptly close the process of application from task
manager and check application re invokes properly or not
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / sunitha
First of all we need to check, if the text field and the button are enabled.
Then the check the remaining functionalities like Insert ,delete,tab,enter etc on the field and button.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / geetha
I need a clarification ,
in this scenario is it not necessary to check the landing
page .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / umesh
1.) check the text box accepts numeric,special chrs and
texts
2.) click on the submit button and check button working
fine.
Try all the above 6 cases in different type of web browsers
available. so your test cases will become more than 40+.
| Is This Answer Correct ? | 1 Yes | 4 No |
what is water fall model?
Explain the performance testing
What makes a good QA or Test Manager?
Should every business test its software the same way?
How does fundamentally a coverage tool work?
If you're given a program that will average student grades, what kinds of inputs would you use?
u have 1000 of delete button in ur application ,how to check it out,.one by one ? or how to check it out by easy way?
What is the difference between functional testing and integration testing?
If you found any high priority bug before release product then what will you do as tester if you only tester in team??
Hi can any one plz answer me how to set up the test environment does it done by tester it self? its urgent thanks in advance roli
Explain stub in testing point of view?
what is meant by bug identification ratio?