Give me 10 test cases on library management system
Answer Posted / nandakumar nagaraj
Tel me what are basic requirements for library management
system ...
| Is This Answer Correct ? | 13 Yes | 11 No |
Post New Answer View All Answers
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
write a test case flipkart login page
What is the difference between test scenarios, test cases, and test script?
What are the Test Cases Comes under Regression Suite?
How should I maintain the test cases and Test Log for different versions/builds of the application.
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
Test Case for Text Editor!
Write all test cases for Bus Pass Renewal
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
I want 100 test scenario for gmail
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?
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
How many test cases u will write for Acceptance testing?
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.