How can we write integration and regresion test cases based
on scenario ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / amar
regression test where the testing has been done for the
module after the bug has solved by that if their some side
effects in the unit
Integration test:focuses on the issues associated with
verification and program construction as components begin
interacting with one another
| Is This Answer Correct ? | 0 Yes | 1 No |
If I have written test cases for any application:there are 70-80 test cases and steps for writing test cases are common in some TCases.then May I have to write the repeated steps or May I write Repeat the steps of TC id so and so
Write the integration test cases for below scenario: You have three components 1. Message 2. Call 3. Call Log Hint: Mobile phone message box
Write a test case scenario for Web-based address book?
Hai, Could anybody please let me know, how to calculate the number of test cases required to test a program. Please provide me the answer for the following question: “What type of ticket do you require, single or return?”IF the customer wants ‘return’Ask: “What rate, Standard or Cheap-day?”IF the customer replies ‘Cheap-day’Say: “That will be $11:20”ELSESay: “That will be $19:50”ENDIFELSESay: “That will be $9:75”ENDIFNow decide the minimum number of tests that are needed to ensure that allthe questions have been asked, all combinations have occurred and allreplies given. a) 3 b) 4 c) 5 d) 6
what do you mean by test case specification
wat is mutation testing ?
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
write test cases for flipkart.
How will you review test cases?
26 Answers HCL, TCS,
Tell me number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
how to write test cases for online restaurant table booking system?