Posts

Task 3

Image
  1) Difference between system testing, integration testing and End to End  testing? system testing : System testing done by a professional testing agent on the completed software product before it is introduced to the market. It is a black box technique Different Types of System Testing: usability testing regression testing load testing  recovery testing  Integration testing: INTEGRATION TESTING  is a level of software testing where individual units / components are combined and tested as a group. The purpose of this level of testing is to expose faults in the interaction between integrated units.  It is a white box testing technique. End to End testing: It test from beginning to ending   End-to-End testing is also called  Chain Testing . End to End Testing is usually executed after functional and system testing The following diagram gives an overview of the End to End testing process. 2)    Difference between regression, sanity an...

TASK 1

Image
  1)   Difference between Client and Server? client is a software that know how to makes a request to the server  when server receives  a request  it does something is done and returns a response    2) what is Cloud-based Software? It  is the on-demand availability of  c omputer  system resources    especially data storage  and  c omputing power , without direct active management by the user.  Large clouds often have functions  distributed  over multiple locations,  typically using a "pay-as-you-go" model which can help in reducing cost . 3) What are the different environments in a software development team? There are 4 different environments in a software development team are shown below: Development environment Testing environment Staging environment Production environment 4)  What is a Use case? The use case is made up of a set of possible sequences of interactions between ...

SDLC

Image
  TASK 2  February 18, 2022 1) Explain SDLC with an example? the purpose of software development life cycle (SDLC) is to deliver a high quality product which is as per customer requirements. It must be completed in predefined timeframe and cost it contains of detailed plan how to plan, build and maintain . For Example ,  A software has to be developed and a team is divided to work on a feature of the product and is allowed to work as they want. One of the developers decides to design first whereas the other decides to code first and the other on the documentation part. This will lead to project failure because of which it is necessary to have a good knowledge and understanding among the team members to deliver an expected product SDLC Cycle SDLC Cycle represents the process of developing software. SDLC Phases 1) Requirement Gathering and Analysis During this phase, all the relevant information is collected from the customer to develop a product as per ...