give an example of how to write functional test case.in
this test case can we write all +ve and -ve conditions?
Answer Posted / sonia
positive testcases r written on the basis of specification
given and tester is trying to approve that written function
fulfill all the requirements..
but negative testcases is written with intension of finding
bugs........
Ex :- if any text field specification given to accept only
range [1-10].
Your testcase input :-
1. 0
2. 11
3. #$%^&^*
4. 1a
5. 2A
6. Blank
etc...........
| Is This Answer Correct ? | 21 Yes | 6 No |
Post New Answer View All Answers
Can you list down a few characteristics of a test case?
I need GUI test case for home page?
How should I maintain the test cases and Test Log for different versions/builds of the application.
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
Explain transaction testing?
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
test cases for friend finder system using gps?
Write a test case for telephone?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
Explain the format of a requirement traceability
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
pls i want test cases for oss? whts the process of oss testing