How can we write integration and regresion test cases based
on scenario ?
Answer Posted / navjeet
regression test cases are the modify test cases from the previous test cases and added some new test cases based upon previous tc
Integration's based upon the functionality of module. and tc which verify the dependency of modules
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
What is Initial Configuration?
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
Explain the smoke testing?
how to make test case for anolog voice logger?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
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.
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?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
How to generate test cases for 'replace a string' method?
Do you write test plan and test case?
Why does the boundary value analysis provide good test cases?
Explain the scalability testing?
Which of the following defines the expected results of a test? Test case specification or test design specification.
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?