1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
wlad13 [49]
3 years ago
12

Software testing occurs near the end of the programming process. Because of this, if a project falls behind schedule, testing ti

me is often reduced. What are the possible impacts of less-than-thorough testing? Topics might include company reputation, customer dissatisfaction, the company’s ability to sell new or updated products, etc. Which is worse: A company can release product late or release it on time without fully testing it. Which one do you think it's worse?
Computers and Technology
1 answer:
anyanavicka [17]3 years ago
5 0

Answer:

it seems that the company is following the old waterfall model, and in this first, the development work is completed, and finally, the testing process is being executed. And it seems there is no planning done here as well. Software engineering teaches us the Agile method, and in this after every phase, the testing is done, and that too by the testers of the company, sometimes team leader and project managers as well, and also by the client. And by all the bug is being reported immediately, and details are sent to the developer, who fixes it immediately. However, in the waterfall model, the testing is done at the last, after completion of all processes, and if now the bug is found, it needs to be checked thoroughly the whole software. And this is impossible to complete in time on most of the occasions. And in such cases its better to release products late after complete testing. The worse is certainly to release it on time without fully testing it. And suppose you release and the company loses, 1 billion dollars due to a security bug. It can be deadly, and hence no software company can afford it. Complete testing is a must before the launch. And also it's important to not use the waterfall model, and use the Agile approach for software development. The waterfall model threatens company reputation, and also raises issues like company dissatisfaction. And it also puts the question mark on the company's ability to sell the new or updated products etc.

Explanation:

Please check the answer section.

You might be interested in
Which of the following is part of the 6-by-6 rule?<br><br> i need help!!!!!
Digiron [165]
No more than six lines, and no more than six words in a 6 by 6 rule.
5 0
2 years ago
Tamera was responding to a complaint that one of the employees is having problems with the wired network connection on their lap
WARRIOR [948]

Answer:

tamera like from sister sister hehe

Explanation:

sorry i dont know the awnser

3 0
3 years ago
Define a method printAll() for class PetData that prints output as follows with inputs "Fluffy", 5, and 4444. Hint: Make use of
QveST [7]

Answer:

public void printAll(){  // member function petAll()

   super.printAll();  //  calls printAll() method of the superclass (base class) AnimalData using super keyword

   System.out.print(", ID: " + idNum);} // prints the ID stored in the idNum data member of the PetData class

Explanation:

Here is the complete PetData class:

public class PetData extends AnimalData {  //

private int idNum;

public void setID(int petID) {

idNum = petID;  }

// FIXME: Add printAll() member function

/* Your solution goes here */

public void printAll(){

   super.printAll();

   System.out.print(", ID: " + idNum);}  }

PetData class is a subclass which is inherited from the base class AnimalData.

This class has a private data member which is the variable idNum which is used to store the ID value.

It has a member function setID with parameter petID which is the idNum. This method basically acts as a mutator and sets the user ID.

This class has another method printAll() that uses super keyword to access the method printAll() of the base class which is AnimalData

super basically refers to the base class objects.

Here the super keyword is used with the method name of subclass PetData in order to eliminate the confusion between the method printAll() of AnimalData and PetData since both have the same method name.

In the main() method the use is prompted to enter values for userName, UserAge and UserID. Lets say user enters Fluffy as user name, 5 as user age and 4444 as userID. Then the statement userPet.printAll(); calls printAll() method of PetData class as userPet is the object of PetData class.

When this method is called, this method calls printAll() of AnimalData class which prints the Name and Age and printAll() of PetData class prints the ID. Hence the program gives the following output:

Name: Fluffy, Age: 5, ID: 4444    

8 0
3 years ago
2. Which of the following is not one of the guidelines for using instant messaging?A.You can use in place of all face-to-face co
Alexxandr [17]

Answer:

A. You can use in place of all face-to-face communication.

Explanation:

Hope this helps

6 0
3 years ago
What are some areas in Computer Science that make use of multivariate statistical testing or MCM methods? Explain why they are u
Nikolay [14]

Explanation:

Computational modeling is one of the areas of Computer Science that uses mathematical systems to perform multivariate statistical tests to solve highly complex problems in multidisciplinary areas, such as medicine, engineering, science, etc.

An example of the use of multivariate statistical tests is social development research in social science, which uses multiple variables to find more hypotheses and greater coverage between variables.

Multivariate statistical tests have the benefit of making research more effective and providing a more systematic and real view of the study.

6 0
3 years ago
Other questions:
  • A program to add two numbers in C++
    15·1 answer
  • What does a graphic organizer do
    6·1 answer
  • ____ is typically used with lans that have a star topology and can be used in conjunction with twisted-pair, coaxial, or fiber-o
    12·1 answer
  • Write a paragraph on the following topic.
    14·1 answer
  • Why is the ketboard calledQWERTY
    11·2 answers
  • What is the effect of persistence of game worlds in social video games?
    14·2 answers
  • What is the way to discover requirments for software projects ?
    14·1 answer
  • Write a program that reads a list of integers, and outputs the two smallest integers in the list, in ascending order. The input
    5·1 answer
  • with the current computer development, explain 5th areas where computer is applied for the social economic dwvelopment in societ
    11·1 answer
  • Write a q basic program to find the sum of all the even numbers from 1 to 50​
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!