Answer Posted / nilanjan saha
Test Case:
A set of input values, execution preconditions, expected
results and execution postconditions, developed for a
particular objective or test condition, such as to exercise a
particular program path or to verify compliance with a
specific requirement.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the integration testing?
how to write a test procedure & test log for login system
How to write test cases or test scripts for UAT testing which is done manually
How to write a test cases for the following Please it is urgent Once user clicks that link Invite Friend page opens up thru which user can do 2 functions - first is to search friends detail(name, mail id) from her address book in other sites (india times, yahoo, gmail and rediff) and second to mail the invite to the selected person/s. User can send invite to multiple person at same time. Searching friends detail in other address books will work like this: - User will input name, email id, pwd etc, select from which site she want to get friends list and then click on Import. - Users address book from other sites will be imported in one shot(first time) to iDiva database. - It will be arranged in alphabetical order(complete list) and mail ids which are already used will be in different color. - User will be able to update her address book by clicking on ""Refresh"" button on the page, which will trigger the process again, and fetch new mail ids.
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.
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
What is business validation test case?
Explain the sanity testing?
What are semi-random test cases?
Explain the system testing?
What is test cases for mobile phone ?
Explain how to develop a test plan and a test case.
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?
Elaborate test plan and content availability in test plan.
Explain the gray box testing?