Test
whether the new functionality is not impacting the other functionality of the
software
UAT Testing
What
is UAT testing?
a type of
testing performed by the
end user or the client to verify/accept the software system before
moving the software application to the production environment. UAT is done in
the final phase of testing
after functional, integration and system testing is done.
Smoke Testing
What
is Smoke Testing ?
Smoke
Testing is a software testing process that determines whether the deployed software build is stable
or not. Smoke testing is a confirmation for QA team to proceed with further software testing.
It consists of a minimal set of tests run on each build to test software
functionalities. Smoke testing is also known as "Build Verification
Testing" or “Confidence Testing.”
Regeration testing
Test
whether the new functionality is not impacting the other functionality of the
software
Shortcuts :
commands
for flutter - vs terminal
flutter
pub get - replace new changes
Flutter
clean - clean the terminal
Basic
Flutter :
What is
flutter ?
It is a
tool that allows you to build native cross-platform (android or ios ) apps with
one programming language and codebase.
What is
Dart ?
Dart is a
programming language developed by google.
Dart
focused on frontend (mobile apps , web) user interface (ui) Development.
How to
create a flutter project ?
Open
Flutter tool > File > New > New Flutter project
Run
the project
Source
for the training : Flutter Crash
Course for Beginners 2021 - Build a Flutter App with Google's Flutter &
Dart
Skills:
1.
How to create project in flutter ?
Comments
Post a Comment