answersLogoWhite

0


Best Answer

While doing an Integration , If we dont have all the modules get ready and Need to test a particualr module which is ready then We Use Stubs and Drivers. Stubs and drivers used in Integration testing for a Top Down Integration testing and Botton Up Integration Testing. For EX : If we have Modules x,y,z . X module is ready and Need to Test it , But i calls functions from y and z.(Which is not ready)To test at a particular module we write a Small Dummy piece a code which Simulates Y and Z Whch will return values for X, These pice of Dummy code is Called Stubs in a Top Down Integration So Stubs are called Functions in Top Down Integration. Similar to the above ex: If we have Y and Z modules get ready and x module is not ready, and we need to test y and z modules Which return values from X,So to get the values from X We write a Small Pice of Dummy code for x which returns values for Y and Z,So these piece of code is called Drivers in Botton Up Integration So Drivers are calling Functions in Bottom Up Inegration. Thanks Sandhya

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is stubs and drivers in software testing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are the advantages and disadvantages of top down and bottom up testing?

Integration testing is a typically incremental process which involves testing whether individual modules within a system interact correctly.Top-down Integration TestingTop-down integration testing involves starting at the top of a system hierarchy at the user interface and using stubs to test from the top down until the entire system has been implemented. There is no need for test drivers as the user interface provides the means to enter test data. Using Top-down integration testing means that there is a visible system with a certain level of functionality early on.Bottom-up Integration TestingBottom-up integration testing is the opposite of Top-down integration testing. Sub-systems are initially formed at the bottom of the system hierarchy. These are then tested and added to the modules above them to form larger sub-systems which are then tested. Bottom-up integration testing requires the heavy use of drivers instead of stubs.


How software testing differ from program testing?

A test strategy is a framework that defines the testing methodology of the software development cycle. This includes the testing objective, approaches of testing new functions, types of testing to be performed, total time and resources essential for the project, and the testing environment.In any software testing company, the test strategy describes the test level to be achieved at different levels of testing i.e. unit testing, integration testing, and system testing. For every stage of development design, a corresponding test strategy should be generated to test the new feature sets.Software Testing Technique is nothing but required testing approach to be followed during testing.Testing techniques are as follows:-Static TestingWhite Box TestingBlack Box TestingGrey Box TestingAs software testing is involved in every stage of software life cycle. But, the testing performed at each level of software development is different and has different goals. They can be defined as:Static Testing: Testing of an application without execution on the computer or without executing them through values.White Box Testing: Testing is done on code.Black Box Testing: Testing is done to check the behavior of the application according to customer's requirements.Grey Box Testing: Combination of Black box and white box is called Grey box testing.


What is the salary of a fresher software engineer trainee?

Hi... salary is depend on the company and your city. It not be very good for first two years but after that you can get a handsome package, you can visit www.istqbsoftwaretesting.blogspot.comHere you can get current job opening in software testing and walkin interview in software testing, software testing job in delhi ncr. You will also get free istqb software testing tutorials and study material.


Details of ticking box testing in software testing?

ticking-box testinga widely used philosophy of testing, in which no testing is done after the project is fairly well debugged -- the program is given to customer's for trial and acceptance.ticking means default code of software testing.


Is there really career in software testing?

Yes there is. In a world where a huge amount of software is being created, there is a big need for people to test it. So software testing is an area where is there is a lot of employment that can be a career for people.

Related questions

What is the disadvantages and advantages of SAP implementation with SAP and stubs drivers?

This is very dynamic software. but the problem is what when you dont have your net connection you cannot use this.


What is difference between static vs dynamic testing?

Static vs. dynamic testingSoftware testing is an investing conducted provides stockholders with information about the quality of product or service under test. Software testing can also provide an objective, view of the software to allow the business to appreciate and understand the risk of software implantation. Test techniques include, but are not limited to the process of executing a program or application with the intent of finding software bugs. There are large number of approaches of software testing.Reviews & inspections are called as static testing, whereas actually executing programmed code with a given set of test case is referred to as dynamic testing.Static testing can be omitted, and in practice often is.Dynamic testing takes place with the program itself used. Dynamic testing begin before the program is complete its execution in order to particular sections of code are applied to discrete function or modules. Typically techniques for this are using stubs / drivers or execution from a debugger environment.A static testing involves verification whereas dynamic testing involves validation. Together they help to improve software quality.Other methods of software testing:The box approachVisual testing


Is there a website that provides information on personal software testing?

Yes there are websites that provide information on personal software testing. Some of these websites are 'Software-Testing', 'Wikipedia' and 'Software Testing Fundamentals'.


What is diff between testing and software testing?

Testing is making sure something works rihgt. Software testing is making sure software works right.


What are the legal consequences of forging a W-2?

Forging a W-2 form is illegal and can result in serious consequences, such as criminal charges, fines, and imprisonment. It is considered fraud and can lead to penalties from both the IRS and legal system. It is important to always provide accurate and truthful information on tax documents.


What is a test driver in software testing?

Test Driver or stubs are used for integration testing. So you have 3 modules say A, B and C in your application. The A and C is ready but the bridge between A to C is B is not ready so how you can test the whole system A, B and C together. Here you need to use some dummy system which would take the input and pass it to C. It is not the complete B system but still will serve the purpose to have a path between A and C. This is called stub and driver.


What are the differences between object oriented testing of software and convectional software testing?

Compare and contrast the testing strategies for object oriented software and non object oriented software


Who offers software testing certifications?

ASTQB (American Software Testing Qualification Board) offers a test that can qualify someone to test software. There is also a software testing qualification called the ISQTB.


What is software training What is software testing Why Software testing important?

Software training means how do we create a Software and how a software work . And software testing is a process of evaluating and verifying the software. It assure the quality of the product and satisfying the customers as well as users . Why we choose Excellence Technology software training testing Chandigarh . Excellence technology provides best software testing training in Chandigarh tricity which helps you to reboot your professional career to excellent point to achieve your goal.


Fancy team names for software testing?

Software testing is evaluating the performance of a software program. Fancy teams for software testing might be the Integrated Development Examiners or the Warez (catchall slang term for software) Evaluators.


Training in software testing?

Software testing training is a part of IT training. There are two way to test a software:automatic testingmanual testingThere are various methodologies use to test a software - white box testing, Black box testing, grey box testing.


What are some common software testing techniques used by software testing services company?

Software testing services companies use a variety of testing techniques to verify and validate software products, ensuring that they meet the user requirements, are of high quality, perform optimally, and are free of bugs and defects. Here are some of the common software testing techniques used by these companies: Functional Testing: Functional testing is one of the most important testing techniques used in software testing services company to ensure that the software meets the user requirements. This technique involves testing the individual functions of the software to ensure that they perform as expected and that the software's overall functionality is satisfactory. This testing technique involves testing the software's features, such as input validation, data manipulation, and output generation. Performance Testing: Performance testing is the process of testing the software's performance under different loads and stress conditions to ensure that it performs optimally. This testing technique involves testing the software's speed, scalability, and stability. Security Testing: Security testing is the process of identifying and eliminating potential security threats and vulnerabilities in the software product. This testing technique involves testing the software's resistance to hacking, viruses, and other security threats. Usability Testing: Usability testing is the process of testing the software's usability to ensure that it is user-friendly and easy to use. This testing technique involves testing the software's user interface, navigation, and ease of use. Regression Testing: Regression testing is the process of testing the software product after making changes to ensure that the changes do not introduce new defects or problems. This testing technique involves testing the software's existing functionality to ensure that it still works correctly. Automated Testing: Automated testing is the process of using software tools to automate the testing process. This testing technique involves writing scripts to automate the testing process, which helps speed up the testing process and minimize the risk of human error. By using these testing techniques, software testing services companies can ensure that software products are of high quality, perform optimally, and are free of bugs and defects. These companies use advanced testing tools and techniques to identify and eliminate potential issues in the software product, resulting in better user experience, increased customer satisfaction, and ultimately, business success.