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.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why documentation testing is important?

1570


What is white box testing, and what are the various techniques?

688


How can data caching have a negative effect on load testing results?

2377


What r the documents required for performance testing

1812


What is bug priority?

835






What type bugs you will find in integration testing with example?

1544


Can any one say me how to do Performance testing step by step plz for a desktop application(offline application).all the data is stored in internal server itself can any plz help me. ts quite urgent friends.

1498


What is the difference between stlc and sdlc?

618


i need manual testing interview questions for 2+ experience plzz help me..

3836


where can i learn domain knowledge? how cab i gain domain knowledge? what types of Questions can be asked in domain(BFSI)? PLZ REPLY ME

1469


What r the functional testing u perform?

1654


List the type of testing perform to test microsoft excel 2003 give atleast 1 example of each type

1440


what is quality Factor

2029


What is Online gaming, payment gateway development, hosting and custom software development services.

1432


IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?

9086