Non Functional Testing Non-Functional Testing is defined as a type of Software testing to check non-functional aspects (performance, usability, reliability, etc) of a software application. Following are the most common Types of Non Functional Testing: Performance Testing Load Testing Failover Testing Compatibility Testing Usability Testing Stress Testing Maintainability Testing Scalability Testing Volume Testing Security Testing Disaster Recovery Testing Compliance Testing Portability Testing Efficiency Testing Reliability Testing Baseline Testing Endurance Testing Documentation Testing Recovery Testing Internationalization Testing Localization Testing 1) Security: The parameter defines how a system is safeguarded against deliberate and sudden attacks from internal and external sources. This is tested via Security Testing. 2) Reliability: The extent to which any software system continuously performs the specified functions without failure. This is tested by R...
Continuous Integration (CT), continuous Testing (CT) and continuous Delivery (CD) accelerate the code release process and are thus crucial to DevOps. These processes are often referred to as a CI/CD pipeline or a DevOps pipeline. Continuous integration. In the CI stage, developers write a feature, update or fix, then commit the code to a central code repository. Organizations often use version control tools like GitHub and Atlassian Bitbucket. These tools enable developers to write or modify code without interrupting another developer's progress. Once the code commits to the repo, Continuous Testing (CT) begins to shine. In the initial stage of the pipeline, static code analysis can check for syntax issues and common vulnerabilities. Use plugins in the CI server to configure static code analysis with a tool. Static code analysis is an initial test of the code. If the code passes, the unit test stage comes next, unless these tests wer...
A simple cloud server definition is cloud servers are virtual (not physical) servers running in a cloud computing environment that can be accessed on demand by unlimited users. Cloud servers work just like physical servers, and they perform similar functions like storing data and running applications. Because cloud services are hosted by third-party providers, they deliver computing resources over a network, most often through the internet. The primary difference between a cloud server and a traditional server is that a cloud server can be shared among many users over an accessible platform, often through a network such as the internet. Cloud servers are remotely accessed, they're generally more stable and secure than traditional servers. Examples : Google Drive Microsoft Azure Amazon Elastic Compute Cloud (EC2) instances
Comments
Post a Comment