What are stubs and drivers?
Answers were Sorted based on User's Feedback
Stubs - A Piece of code that simulates the activity of the
missing component. stub is used to test a unit in isolation.
Or A stub is a piece of software that works similae to the
unit which is referenced by the unit being tested
Or A stub is a pseudo-module emulating the functionality of
a not yet implemented or integrated component.
Driver - A Piece of code that passes the test case to
another piece of code. Driver Program only calls the
function being developed but possibly manyn times to test
its behaviour on the variety of parameters.
Vinodh Anandan
Software Tester
Exceed Technologies (P) Ltd.,
Chennai
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / ch.s.m.prasad,kkd
stub and driver are temporary programes while we executing
the programe if any module was underconstructed. here stub
is a calling programe. driver is a called programe
| Is This Answer Correct ? | 1 Yes | 4 No |
Describe V Model with the entry criteria of each Test Phase.
difference beween re testing and regression testing?
20 Answers iGate, PA Consulting,
Which one is not key term used in internal control and security Option 1 Threat Option 2 Risk Control Option 3 Vulnerability Option 4 Exposure
One scenario: yahoo inbox doesnt show emails but instead of all inbox emails are shown in draft folder. How do u wrte the defect repert for this scenario.
Mention 3 test component areas which gave lots of bugs & had lots of difficulties in testing it ?
What is Test Procedure? What are Test matrices? What is Tracibility matrix?
what is testing
what is walkthrough?
what is patch,abbrevate SCD,CAPA
1 Answers Ordain Solutions, Verinon Technology Solutions,
A server configuration is controlled from a single web page with multiple options: ● 20 drop-down menus, with 3-4 options each. ● 5 check-boxes. ● 1 multi-select menu, with 5 options. ● 1 template selection, with 6 options: A, B, C, D, E, F. ○ When options A, B, C, D are selected, all options (#1-#3) above are available. ○ When options E, F are selected, only 10 out of 20 drop-down menus have an effect. ● Besides item #4, developers input is that all options are independent, I.e., not impacting each other. What is the required number of test configurations required in order to test the server configuration and release in good quality: a) Assuming first release. b) Assuming regression tests for release with new features not impacted by the above options. Test configuration is a complete set of options that were selected to be tested in one complete server configuration scenario. I.e, a test configuration is set of 17 or 27 specific options tested together.
While executing the test cases manually all were pass.but when run on automation tool there it was failed to get pass result .Why so happened?
I am writing a testcase for a login window. In the testcase procedure i entered my url(eg:www.gmail.com). But my url is not displaying in the address bar.What technical term a tester woul use for that scenario?