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 |
how can write testcase for admin role? can u tel me detail
write test case for white board marker.
Circle any inconsistencies in the following text: User Story 3005 - Dave wishes to talk to Fred using a radio. Business Requirements: 1. Dave needs the ability to put a line into select. 2. Dave receives a visual color and text indication that the line is selected (picked up). a. Default indication will be that the pad turns red and the text ‘Select’ appears as the 3rd line of text. 3. David hears audio from a selected line in his defined audio path. 4. Dave uses Push-To-Talk to talk to Fred. 5. Dave receives a visual color and text indication that the line has been de-selected (hung up). • The default inactive state is a white pad with no text on the 2nd line. 6. Multiple Freds can select the same radio. 8. If a radio is selected while another radio is already selected, then the first phone is automatically deselected.
who will prepare enhacement report?mail me at gavaskarreddy149@gmail.com
write test case for banking application
write a test case for authentication of a login page from database
what is the process of testing
How many test cases can u write 1) File - open dialog box in notepad pleasse write
plz tell how to test this: We have to change the password of password field the condition is:The password will expiry after 30 days and that should not allow last 12 similar passwords....
how do you write the test cases?
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4