Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge.
Describe the two levels of testing? List various testing activities?
There are mainly four Levels of Testing in software testing : 1. Unit Testing : checks if software components are fulfilling functionalities or not. 2. Integration Testing : checks the data flow from one module to other modules. 3. System Testing : evaluates both functional and non-functional needsRead more
There are mainly four Levels of Testing in software testing :
1. Unit Testing : checks if software components are fulfilling functionalities or not.
2. Integration Testing : checks the data flow from one module to other modules.
3. System Testing : evaluates both functional and non-functional needs for the testing.
4. Acceptance Testing : checks the requirements of a specification or contract are met as per its delivery.
1) Unit testing:
A Unit is a smallest testable portion of system or application which can be compiled, liked, loaded, and executed. This kind of testing helps to test each module separately.The aim is to test each part of the software by separating it. It checks that component are fulfilling functionalities or not. This kind of testing is performed by developers.
2) Integration testing:
Integration means combining. For Example, In this testing phase, different software modules are combined and tested as a group to make sure that integrated system is ready for system testing.
Integrating testing checks the data flow from one module to other modules. This kind of testing is performed by testers.
3) System testing:
System testing is performed on a complete, integrated system. It allows checking system’s compliance as per the requirements. It tests the overall interaction of components. It involves load, performance, reliability and security testing.
System testing most often the final test to verify that the system meets the specification. It evaluates both functional and non-functional need for the testing.
4) Acceptance testing:
Acceptance testing is a test conducted to find if the requirements of a specification or contract are met as per its delivery. Acceptance testing is basically done by the user or customer. However, other stockholders can be involved in this process.
Other Types of Testing:
Write a design document for the following scenario The software …
Follow the below Link for answer: https://sikshapath.in/question/write-a-design-document-for-the-following-scenario-the-software-2/
Follow the below Link for answer:
See lessWrite a design document for the following scenario The software …
Download Below Attachment for Answer:
Download Below Attachment for Answer:
See lessHighlight the various types of software maintenance.
Software Maintenance is the process of modifying a software product after it has been delivered to the customer. The main purpose of software maintenance is to modify and update software applications after delivery to correct faults and to improve performance. Software Maintenance must be performedRead more
Software Maintenance is the process of modifying a software product after it has been delivered to the customer. The main purpose of software maintenance is to modify and update software applications after delivery to correct faults and to improve performance.
Software Maintenance must be performed in order to:
Correct faults.
Improve the design.
Implement enhancements.
Interface with other systems.
Accommodate programs so that different hardware, software, system features, and telecommunications facilities can be used.
Migrate legacy software.
Retire software.
Maintenance can be divided into the following:
Corrective maintenance: Corrective maintenance of a software product may be essential either to rectify some bugs observed while the system is in use, or to enhance the performance of the system.
Adaptive maintenance: This includes modifications and updation when the customers need the product to run on new platforms, on new operating systems, or when they need the product to interface with new hardware and software.
Perfective maintenance: A software product needs maintenance to support the new features that the users want or to change different types of functionalities of the system according to the customer demands.
Preventive maintenance: This type of maintenance includes modifications and updations to prevent future problems of the software. It goals to attend problems, which are not significant at this moment but may cause serious issues in future.
See lessWhat do you mean by Backpropagation in ANN?
Follow below link for answer: https://sikshapath.in/question/what-do-you-mean-by-backpropagation-in-ann/
Follow below link for answer:
What do you mean by Backpropagation in ANN?
Answer: Backpropagation is the essence of neural network training. It is the method of fine-tuning the weights of a neural network based on the error rate obtained in the previous epoch (i.e., iteration). Proper tuning of the weights allows you to reduce error rates and make the model reliablRead more
Answer:
Backpropagation is the essence of neural network training. It is the method of fine-tuning the weights of a neural network based on the error rate obtained in the previous epoch (i.e., iteration). Proper tuning of the weights allows you to reduce error rates and make the model reliable by increasing its generalization.
Backpropagation in neural network is a short form for “backward propagation of errors.” It is a standard method of training artificial neural networks. This method helps calculate the gradient of a loss function with respect to all the weights in the network.
Back propagation algorithm:
The Back propagation algorithm in neural network computes the gradient of the loss function for a single weight by the chain rule. It efficiently computes one layer at a time, unlike a native direct computation. It computes the gradient, but it does not define how the gradient is used. It generalizes the computation in the delta rule.
Advantages of Backpropagation :
Most prominent advantages of Backpropagation are:
Types of Backpropagation :
Two Types of Backpropagation Networks are:
Static back-propagation:
It is one kind of backpropagation network which produces a mapping of a static input for static output. It is useful to solve static classification issues like optical character recognition.
Recurrent Backpropagation:
Recurrent Back propagation in data mining is fed forward until a fixed value is achieved. After that, the error is computed and propagated backward.
The main difference between both of these methods is: that the mapping is rapid in static back-propagation while it is nonstatic in recurrent backpropagation.
See lessList down the names of some popular Activation Functions used …
Follow below link for answer: https://sikshapath.in/question/list-down-the-names-of-some-popular-activation-functions-used/
Follow below link for answer:
Question 1 List and explain different types of testing done …
Question 1 List and explain different types of testing done during the testing phase. Answer: Follow below link for answer: https://sikshapath.in/question/forward-engineering-is-not-necessary-if-an-existing-software-product/ Question 2 Analyze the role of testing tools in maintaining tRead more
Question 1
List and explain different types of testing done during the testing phase.
Answer:
Follow below link for answer:
Question 2
Analyze the role of testing tools in maintaining the quality of software. Describe the mechanism to select testing tools for software
Answer:
Follow below link for answer:
See lessFind the smaller number in an data array. Write 8085 …
Vote up Answer! Download the below docx file for the answer.
Vote up Answer!
Download the below docx file for the answer.
See lessThe theory predicts the proportions of beans in the four …
Answer is attached in pdf form
Answer is attached in pdf form
See less