What is the basis on which you can check a text box in a
web page or application?
Answers were Sorted based on User's Feedback
look,font,size,position of the textbox...
default cursor position in text box...
default alignment in text box..
no of characters that text box can hold..
acceptance of different characters such as
numbers.alphabets,special characters..
either v can copy,cut,paaste the content from some doc to
that text box...
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / aswini
We can check a text box in a
web page or application using:
a) BVA(Boundary Value Analysis)
b) ECP(Equivalence Partition)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / suraj khabale
Depends what requirements are there for that textbox
consider if it is for password, datefield, user name. all three has different requirements.
| Is This Answer Correct ? | 1 Yes | 0 No |
write test cases for this senario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
can one defect be mapped to more than one test script in manual testing
Write the tescases for a login page
What are the possible (-ve) & (+ve) test cases while transferring money online from 1 account to another account??
Please tell m all posiible tst cass for this--> A password of password field will expire in 45 days.It should send 1st reminder message to user whn 10 days are left and 2nd reminder message when 5 days are left and 3rd reminder mssage when 2 days are left.write all positive and negativ test cass for this.
In general, how do you see automation fitting into the overall process of testing?
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
test case for open doalog box. thanks a lot!
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
what are the inputs required for writing test cases
i was asked to generate test data for a equlateral triangle,please any one explain how to do & what are the process.
Suppose that you're running tests on windows calculator and find that 1+1=3, 2+2=4, 3+3=7, 4+4=8, 5+5=11, 6+6=12. write a bug title and bug description that effectively describes this problem.