List four objectives of testing.

1 Answer

Answer :

List of 4 objectives of testing
1. Testing is a process of executing a program with the intent of finding an error.
2. A good test case is one that has a high probability of finding an as-yet undiscovered
error.
3. A successful test is one that uncovers an as-yet-undiscovered error
4. All tests should be traceable to customer requirements.
5. A good test has a high probability of finding an error.
6. A good test is not redundant.
7. A good test should be ―best of breed.
8. A good test should be neither too simple nor too complex.
OR
1. Finding programming defects.
2. Gaining confidence in and providing information about the level of quality.
3. To make sure that the end result meets the business and user requirements.
4. To ensure that it satisfies SRS that is System Requirement Specifications.

Related questions

Description : What is alpha-beta testing?

Last Answer : Alpha Testing: -The alpha test is conducted at the developer's site by a customer. The software is used in a natural setting with the developer "looking over the shoulder" of the user ... engineers make modifications and then prepare for release of the software product to the entire customer base.

Description : Explain briefly unit testing.

Last Answer : (a) Unit Testing is a level of the software testing process where individual units/components of a software/system are tested. (b) The purpose is to validate that each unit of the software performs ... at higher levels, changes made over the span of several days/weeks/months need to be debugged.

Description : Explain Deployment principles.

Last Answer : Deployment principle: 1. Principle 1: Manage customer's expectations. It always happens that customer wants more than he has started earlier as his requirements. It may be the case that customer ... software to the customer by giving assurance that the defects will be removed in next increment.

Description : Explain about software quality assurance

Last Answer : Software quality assurance (SQA) is a process that ensures that developed software meets and complies with defined or standardized quality specifications. SQA is an ongoing process within ... methods and measures, conducting formal technical reviews, and performing well-planned software testing.

Description : Describe behavioral model.

Last Answer : Behavioral models are used to describe the overall behavior of a system. The behavioral model indicates how software will respond to external events or stimuli. To create the model, you should perform ... another. State charts, An integral part of the UML are used to represent state machine models

Description : Explain SCM.

Last Answer : Software configuration management (SCM), also called change management, is a set of activities designed to manage change by identifying the work products that are likely to change, establishing ... of a software application  To Ensure that software quality is maintained as configuration evolves.

Description : Explain the waterfall model.

Last Answer : The waterfall model is a traditional method, sometimes called the classic life cycle. This is one of the initial models. As the figure implies stages are cascaded and shall be developed one ... useful in situation where the requirements are fixed and work proceeds to completion in a linear manner.

Description : Explain analysis modeling.

Last Answer : The analysis model and requirements specification provide a means for assessing quality once the software is built. Requirements analysis results in the specification of software s operational characteristics. ... no new information.  Only modeling elements that have values should be implemented.

Description : Describe six sigma for software engineering.

Last Answer : Six Sigma is the most widely used strategy for statistical quality assurance in industry today. Originally popularized by Motorola in the 1980s, the Six Sigma strategy -is a rigorous and disciplined ... variation is sometimes called the DMADV (define, measure, analyze, design, and verify) method.

Description : What are communication principles? Explain their meaning.

Last Answer : Principle 1. Listen. Try to focus on the speaker's words, rather than formulating your response to those words. Ask for clarification if something is unclear, but avoid constant interruptions. Never ... well, all parties have a common goal. Still, negotiation will demand compromise from all parties.

Description : Explain changing nature of software.

Last Answer : Changing Nature of Software: - Whenever one starts with the software implementation changes can occur any time. The software can be change due to any reason. But while implementing software one should ... a system succeeds, but they can also pose huge problems for those who build complex systems.

Description : What is better computer engineering or software engineering?

Last Answer : Computer Engineering have many parts in which one is software engineering, if your interest in software development then choose software engineering

Description : Enlist objectives of software testing.

Last Answer : Objectives of software testing are as follows: 1. Finding defects which may get created by the programmer while developing the software. 2. Gaining confidence in and providing information about the level ... . 6. To gain the confidence of the customers by providing them a quality product. 

Description : List properties of Fuels

Last Answer : Properties of fuels: 1. It should possess high calorific value. 2. It should have proper ignition temperature. The ignition temperature of the fuel should either be neither too low nor too high. 3. It ... moisture content. 9. It should be cheap. 10. It should be easy to handle and transport. 

Description : List down the uses of compressed air

Last Answer : Application of compressed air:  1. Operating tools in factories 2. Operating drills and hammers in road building 3. Starting diesel engines 4. Operating brakes on buses, trucks and trains 5. Spray painting 6. Excavating 7. To clean the large workshops Etc.

Description : List different types of ideal gas processes

Last Answer : Following are the different types of ideal gas processes  1. Isochoric (constant volume process) 2. Isobaric (constant pressure process) 3. Isothermal (constant temperature process) 4. Isentropic (constant entropy process) 5. Polytropic process 

Description : Detailed energy auditing is carried out in _______phases a. One b. Two c. Three d. Four

Last Answer : Ans:- c. Three

Description : VM Player, longevity of testing software (30days)?

Last Answer : vorsprung durch technik

Description : With respect to GUI testing write the test cases for Amazon login form.

Last Answer : Test case ID Test case objective Input data Expected result Actual result Status TC1 Check cursor position at email or mobile number field Click on email or mobile number ... should redirect to respective page on click Cursor changed and redirects to other page. Pass

Description : State the testing approaches that are considered during client server testing.

Last Answer : Testing approaches of client server system: Component Testing: One need to define the approach and test plan for testing client and server individually. When server is tested there is need of a ... testing and compliance testing may be involved if needed, as per testing and type of system.

Description : Describe object oriented metrics in testing. 

Last Answer : Object oriented metrics in testing: OBJECT-ORIENTED METRICS AND MEASURES As object-oriented approach emerged to support major applications, the effectiveness of applying traditional software metrics ... within the hierarchy, the more methods the class can inherit, increasing its complexity.

Description : Differentiate between alpha and beta testing.

Last Answer : Alpha Testing Beta Testing Alpha testing performed by Testers who are usually internal employees of the organization. Beta testing is performed by Clients or End Users who are not employees of ... input on the product and ensures that the product is ready for real time users. 

Description : Enlist factors considered for selecting a testing tool for test automation.

Last Answer : The following factors are important during tool selection: i. Assessment of the organization's maturity (e.g. readiness for change); ii. Identification of the areas within the organization where ... the tool is another important point to be considered while selecting and deploying the test tool.

Description : Describe the use of decision table in black box testing with the help of suitable example.

Last Answer : I.Decision table testing is black box test design technique to determine the test scenarios for complex business logic. ii. Decision tables provide a systematic way of stating complex business rules, which is useful for ... when conditions are missed, it is easy to see.  Example : 

Description : State any eight limitations of manual testing.

Last Answer : 1. Manual testing is slow and costly. 2. It is very labor intensive; it takes a long time to complete tests. 3. Manual tests don't scale well. As the complexity of the ... Comparing large amount of data is impractical. 10. Processing change requests during software maintenance takes more time. 

Description : State any two examples of integration testing.

Last Answer : 1. Verifying the interface link between the login page and the home page i.e. when a user enters the credentials and logs it should be directed to the homepage 2. Check the interface link between the ... the interface link between the home page and the profile page i.e. profile page should open up. 

Description : Define static and dynamic testing. 

Last Answer : Static testing: In static testing code is not executed. Rather it manually checks the code, requirement documents, and design documents to find errors. Main objective of this testing is to ... this testing is to confirm that the software product works in conformance with the business requirements.

Description : Please ripley me due to emergency

Last Answer : To calculate the flux density in the ring, you need to use the following formula: B = (μ * I * N) / (2 * π * r) where: B is the flux density in the ring (in teslas) μ is the relative permeability ... 2 * π * 0.127 m) = 0.53 T So the flux density in the ring would be approximately 0.53 teslas.

Description : Is not asked

Last Answer : In manual feed turning, the operator manually controls the feed rate of the cutting tool by turning a handwheel or other manual feed mechanism. This allows the operator to adjust the feed rate ... hand, is generally faster and more consistent, but it requires more complex equipment and programming.

Description : Can a Schizophrenic study Engineering?

Last Answer : You can ask the university’s disability counselor. You might get an accommodation as a special student or take fewer classes, and go part time. Congratulations on improving your situation.

Description : Mechanical engineers: how should one think about using an electric motor actuator vs a hydraulic actuator powered by an electric pump?

Last Answer : Too much wear on gears (and they would have to be huge), much more power advantage with hydraulics. Less parts. And more cost effective. And take up less space.

Description : How long is the longest rope ever manufactured?

Description : Is it clear what a flying car is from the images in the following page?

Last Answer : Yeah. Why? And, I don’t know. If you’ve seen the ‘Blade Runner’, and some other science fictions series and films, it just looks neat. But I doubt we’ll have much of those things until the relatively distant future… if then.

Description : Does anyone have advice about building a new pole barn on my property?

Last Answer : So you intend to keep the current concrete floor?

Description : Do the new digital thermometers stay in your mouth when you use them?

Last Answer : They pop out of my mouth too. Yes, they need redesigned. I went back to the old fashion thermometers with mercury.

Description : Which College is best for Marine Engineering?

Last Answer : The Merchant Marine Academy

Description : Why is engineering so hard to get into?

Last Answer : Because even top students flunk out. If you don’t have “the knack” and good academic discipline then understanding the core curriculum simply will not happen. It’s no picnic, it’s more like the revenant.

Description : Where do you find buildings that are both earthquake proof as well as flood proof?

Last Answer : California.

Description : Fluther engineers, can you reproduce the technology in an food assembly line?

Last Answer : answer:If the world collapses there will be bigger problems than restoring food processing and packaging on assembly lines. One of the bigger problems will be finding people willing to raise food crops ... not going to be one of the first industries to re-emerge from a collapse of civilization.

Description : What is computer engineering like when compared to working at McDonalds?

Last Answer : answer:McDonalds you just take shit from your boss, and from customers while working a shit wage. My buddy describes his engineering job like hanging out in the college library working out a problem. ... those who feel their skills makes them a better human being/deserving of a higher wage.

Description : What types of non-physics/math based engineers are there?

Last Answer : Choo-choo train. You get to choose your scale rather than your degree.

Description : How can I introduce teaching code to my soon to be 2 year old son?

Last Answer : Building with blocks, making mud pies, playing with Thomas the Tank Engine and making the tracks fit. Don’t worry about specific skill preparation; all creative play is good. Your son might decide he wants to be a ballerina!

Description : What is the max square feet or cubic feet for residential air conditioners?

Last Answer : JLeslie This Link seems to keep is simple and I like that it is tabled by temp zones.

Description : What calculator do engineers use?

Last Answer : pen and paper, yeaaaaaah

Description : Why do many people hate on excellence and claim that, without exception, the elevated cost is created artificially for vanity alone?

Last Answer : answer:Do they? Is this a thing? I could take a stab at this, but it would be from a different angle. Some people might see a $1.5M price tag and chuckle - not because they don't think ... data. Instead, it's shit animated graphics and designed for people who apparently do not care about the data.

Description : Calling all engineers! Would it be possible to make a continuous, running loop out of my stream?

Last Answer : Call a pond or water feature pump company. Yes it is possible and could be done with simple switches and floats in the pond. The overflow would be a high level drain (top of water) and pump would shut off on high water. Some ponds at town and large public gardens are set-up that way.

Description : How do you integrate (x-x^2)e^x?

Last Answer : answer:Yep, you'll need integration by parts! Two rounds of it. Lucky you :P Start by choosing one term to be u and one term to be dv. You'll have to take the derivative of u and integrate dv. The important thing is to always choose ... xe^x - x^2e^x - e^x + 2xe^x - 2e^x -x^2e^x + 3xe^x -3e^x Done!

Description : Could someone give a simple high level explanation of what is meant by AM and FM?

Last Answer : Well, have a look at this picture

Description : I need a career change. I really enjoy math. Should I consider engineering?

Last Answer : answer:While math is a big part of engineering, design and insight are a big part of it. Do you have interest in designing things? And what kind of engineering are you thinking of? Civil, ... to keep asking questions and not giving you answers, but these are things you need to think through.

Description : Are all GMO plants bad?

Last Answer : The problem is that No long term studies have been done on how Genetically Altered food will affect us. Our Metabolism slows down to process unknown substances. This promotes a Metabolic Disturbance which can ... contains unnatural substances. You can find more on droz.com and Dr Mark Hyman's site.