Category: YII

What is Software Testing Life Cycle (STLC)?

Software Testing Life Cycle (STLC) is a sequence of different activities performed during the software testing process.

Phases of STLC:

  1. Requirement Analysis:
    Requirement Analysis is the first step of Software Testing Life Cycle (STLC). In this phase quality assurance team understands the requirements like what is to be tested. If anything is missing or not understandable then quality assurance team meets with the stakeholders to better understand the detail knowledge of requirement.
  2. Test Planning:
    Test Planning is most efficient phase of software testing life cycle where all testing plans are defined. In this phase manager of the testing team calculates estimated effort and cost for the testing work. This phase gets started once the requirement gathering phase is completed.
  3. Test Case Development:
    The test case development phase gets started once the test planning phase is completed. In this phase testing team note down the detailed test cases. Testing team also prepare the required test data for the testing. When the test cases are prepared then they are reviewed by quality assurance team.
  4. Test Environment Setup:
    Test environment setup is the vital part of the STLC. Basically test environment decides the conditions on which software is tested. This is independent activity and can be started along with test case development. In this process the testing team is not involved. either the developer or the customer creates the testing environment.
  5. Test Execution:
    After the test case development and test environment setup test execution phase gets started. In this phase testing team start executing test cases based on prepared test cases in the earlier step.
  6. Test Closure:
    This is the last stage of STLC in which the process of testing is analyzed.

What is the server requirements for YII 2?

  • Linux Server Hosting
  • PHP version – PHP 5.4.0 or higher is required.
  • Reflection extension is required.
  • PCRE extension is required.
  • SPL extension is required.
  • Ctype extension is required.
  • MBString extension is required.
  • GDextension is required.
  • OpenSSL extension – Required by encrypt and decrypt methods.
  • Intl extension – HP Intl extension 1.0.2 or higher is required
  • ICU version – ICU 49.0 or higher is required
  • ICU Data version – ICU Data 49.1 or higher is required
  • Fileinfo extension – Required for files upload to detect correct file mime-types.
  • DOM extension – Required for REST API to send XML responses via yii\web\XmlResponseFormatter.
  • IPv6 support – PHP must support IPv6 protocol stack.