What is stub and driver in integration testing ?
Explain with example.
Answers were Sorted based on User's Feedback
Answer / nilesh
Stubs are called as Stub but not driver
Driver are called as Driver but not stub
From Lilesh godkar
Is This Answer Correct ? | 6 Yes | 51 No |
when database testing comes into manual tesing
what is test strategy and methodology ?what is the different between them?
in regression testing we excute only modified build .how we will get to know that this much part not going to effect rest of application.
what is testing policy and testing methodology? and what is the difference?
What r the types of Test case design techniques
What is SQL Index ?
give me some brief idea about audits
1.Test cases for Password cannot be used for next 13 times? 2.Test cases for Password should not be less than 8 to 13 chars and there should be at least one special character and one Capital letter.
what is mean by Performance Related Testing in data base?
Do you know anything about Set Top Boxes?
What about the test case if the field only takes a certain number of characters or a minimum number?
Hi All, I am new in testing field. I got an interview and the question was asked- What would be your high level test case on the following scenario. There are 2 fields one is SCORE and other is GRADE and there is a go button. Scenario is If score is 90- 100 then grade should be A, if Score is 80-90 then B, if 70- 80 then C Else F. So I told that - I will check Boundary values by giving max +1 and min-1 values. I will check the functionality is working as per the requirement or not. I will include + and - testing. But seems like my answer was not correct, obviously because I don't have much experience. So plz provide me the best answer of this Q ? Thanks in advance. Preeti