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 |
Can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
diff b/w waterfallmodel & v-model?
can u plz give an example for regression testing with example.
How to design the test cases?
WHY DO WE WRITE TEST CASES. WHAT IS IMPORTANCE OF TC
who are the final deliverables to the client?
To specify the test artifacts involved in testing.
if u login sucessusfully in page and reach the 2nd mailing page where u find u are getting only few mails not all then wat would u say test is pass or fail
What is GUI Check list?
2 Answers Covansys, IDS Software,
what is latent bug and golden bug.
How will you go with testing process if only project requirements document is given to you
What is Dialog Application? Tell me in details about it? Thankd in Advance