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


Please Help Members By Posting Answers For Below Questions

can one defect be mapped to more than one test script in manual testing

2009


what is black box system in software development in system analysis and design?

1664


Can some body help to write possible test cases for a credit card at POS (point of sale)

2342


1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.

2239


Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?

1857






consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

1794


How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!

686


Explain the format of a requirement traceability

639


Explain the logic testing?

672


Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS

1881


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

918


can any body help me with providing a a case for usability testing...

1684


How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..

15666


Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.

2454


In a log in page what will be test procedure, test scenario, test description & test steps?

688