Functional Vs Non-functional testing
Thread Tags
Adobe Illustrator Adobe InDesign Adobe Photoshop Android Development Android Programming Android Studio Automation Testing C / C++ Programming Career Options College Lounge css designed Design layout digital marketing Digital Marketing / SEO Fireworks Graphic Design Graphic designing Graphics Design Graphics Designing HTML? Illustrator Internship Training logo Design logo designing mobile phones Photoshop QA react-native Scroll Website SEO Single Page Website Testing Typography UI UI/UX Development UI Design UI Designing UI development User Interface UX Design Viewport Web Designing web pages Website DesignRegister for free!
Registration at Smart Mentors is completely free and takes only a few seconds. By registering you’ll gain:
- Full Posting Privileges.
- Access to Private Messaging.
- Optional Email Notification.
- Ability to Fully Participate.
Register Now, or check out the Site Tour and find out everything Smart Mentors has to offer.
Tagged: Testing
This thread contains 1 reply, has 2 voices, and was last updated by Urvish 2 years, 3 months ago.
- Author Replies
- December 31, 2018 at 11:00 am #51036
Hello Aman,
Functional testing deals with the functional aspect of the application. This technique tests that the system is behaving as per the requirement and specification.
These are directly linked with customer demand. We validate the test cases against the specified needs and make the test pass or failed accordingly.
Example of functional requirement:
– A system must send an email whenever a specific condition is met (e.g. an order is placed, a customer signs up, etc).Nonfunctional testing – on the other hand, tests the Nonfunctional aspect of the application. It tests NOT the requirement, but the environmental factors like performance, load, and stress.
Example of non-functional requirement:
– Emails should be sent with a latency of no greater than 12 hours from such an activity.These are not explicitly specified in the requirement but are prescribed in the quality standards. So as QA we have to make sure that these testing are also given sufficient time and priority.
- AuthorPosts
You must be logged in to reply to this thread.Please login or register. Registration is 100% free.