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
Explain the system testing?
How to generate test cases for 'replace a string' method?
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
Explain the acceptance testing?
Pls tell me test cases for pepper grinder
how to test stand alone programs?
How to write test cases or test scripts for UAT testing which is done manually
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
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