Saturday, June 29, 2019

Flutter Commands

1. Create a new project
   flutter create [project name]

2. check my error
     flutter doctor

3. run flutter application
     flutter run

Friday, June 28, 2019

GIT commands


1. git init [repository name]- This command used to start a new repository

2. git clone [url] - This command used download a repository from the existing URL

3. git pull - This command mage your local repository with your remote severs.

4. git status - This command will list down all files you have to be committed

Sunday, December 30, 2018

What is Software Testing?

Software testing is a process to identify defects or missing requirements in the software system in order to produce the quality product. It is also process of validating and verifying that software program or application or product meets the client requirements.

Testing can be either done manual or using automated tools.

Definition:

According to ANSI/IEEE 1059 standard – A process of analyzing a software item to detect the differences between existing and required conditions (i.e., defects) and to evaluate the features of the software item.