What is Stub and Driver ? What functions are used in stubs
and driver?
Answers were Sorted based on User's Feedback
Answer / castor_troy
The term stub and drivers comes in integration testing.
Say while top down integration testing we have 3 modules A,
B and C. say A and B are ready but C. But A and B calls
functions from C. In this case, to proceed with the testing
a dummy code is written to work as C. This function/code is
called a Stub.
Same way in Bottom up testing Say A, B are ready but C is
not. And C has to return value to A and B. For this a dummy
code is written to return a vale. This is called Driver.
| Is This Answer Correct ? | 26 Yes | 2 No |
Answer / salini
Stub:
A stub is a substitute for sub module in top-down
integration.
Driver:
A driver is asubstitute for main module in bottom-up
integration.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / salini
A Stub is a substitute for sub module in Top-Down
Integration.
| Is This Answer Correct ? | 3 Yes | 2 No |
Explain Test Plan with example? Explain following in the test plan with examples What is being tested? What are pass/fail criteria? When will each test occur? What Hardware & Software environment is required? What features must be tested? What features will not be tested? What are the responsibilities of individuals & organisation in the project?
do u know abt descryptive programming
Difference between JOB POSITION of Quality Assurance Engineer and software testing engineer.What are the responsibility for each?? It's really urgent.
What is Orphan links ?
What are the test methodologies??
For Editing functionality: If there are 10 fields on survey form.User can edit anything from theese 10 fields. User can edit only first field or he can edit 3 fields at a time or can edit all 10 fields at a time or can edit 1 field of one survey form, 2nd field of 2nd survey form, 3rd field of 3rd survey form etc. upto 10th fields or nothing will edit & close the form . My question is --> I have to write test cases for above all scenarios? Let me know it's urgent.
2.what is the differnce bet project volume and v.s.s and what is the advantage of v.s.s?
3.risk factor ratio in the project?
What are the different roles of testers in Verification and Validation?
what is agile model?
Explain the performance testing
How to test login page or web login page? are they difference?