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 are the test cases for the fields, Name, Password, Login id, Address, phone,etc.?
In an application where there is no need of regession testing and retesting?
How to test when the web application expired time (cookies,sessions testing) in real time
we have develop one program i.e palindrome for string character to check whether that string is palindrome or not. example palindrome mean if u type ABCDCBA,RAAR..u can read it form start or u can read it from end u find same string... write the test cases for the above what u wil do for edges boundaries check wether the program is correct or not
What is testing web based project?Give one Example
Waht is the diffrence between static testing and dynamic testing,what u do instatic testing as a black box test engineer
please make me understand what is client server and web application?
1:differenciate between functional regression and gui test cases 2:for a given requirement how to write test case and prepare test data with example like for monster.com front page what testing techniques are used at what requirments see monster page 3: can we test without front end application and can we perform testing without back end application 4:all possible questions asked on bugzilla plz answer as soon
Can automation testing replace manual testing?
How can you do the scalability testing?
Hi, this is sekhar yadav, who is given the seviarity and who is given the priarity
At first time when you receive the application at that time which testing you do?