Deprecated: Optional parameter $meta_key declared before required parameter $meta_value is implicitly treated as a required parameter in /home/sharptes/public_html/wp-content/themes/educare-champtheme/libs/cs-framework/functions/fallback.php on line 31
Warning: Cannot modify header information - headers already sent by (output started at /home/sharptes/public_html/wp-content/themes/educare-champtheme/libs/cs-framework/functions/fallback.php:31) in /home/sharptes/public_html/wp-includes/feed-rss2.php on line 8 Free Courses – SharpTester
https://sharptester.com
A hub for all testersMon, 28 Aug 2017 13:59:53 +0000en-US
hourly
1 https://wordpress.org/?v=6.9.4https://sharptester.com/wp-content/uploads/2017/09/NewSharptesterLogo-150x150.jpgFree Courses – SharpTester
https://sharptester.com
3232What is Software Testing
https://sharptester.com/course/software-testing-definition/
Wed, 07 Dec 2016 09:52:47 +0000http://dev.champtheme.net/educare/?post_type=course&p=399Testing can be described as the process of evaluating a system or its component(s) with the purpose to find whether it meets the specified requirements or not. Simply, testing is executing a system with an intention to identify any possible errors, gaps, or missing requirements in contradiction with the current requirements. We can also describe Testing as the verification and validation of a…
]]>399Testing Types
https://sharptester.com/course/types-of-software-testing/
Wed, 07 Dec 2016 09:50:05 +0000http://dev.champtheme.net/educare/?post_type=course&p=397Software Testing Types: Black box testing – This type of testing involves validatin the functional requirement of a system. The internal design(codes) are not considered in black box testing. Example is validating the the registration form captures all required fields and details can be saved to the database. White box testing – This testing is based on knowledge of the internal logic of an…
]]>397Seven(7) Testing Principles
https://sharptester.com/course/7principles-of-testing/
Wed, 07 Dec 2016 09:32:46 +0000http://dev.champtheme.net/educare/?post_type=course&p=391Principle 1 – Testing shows presence of defects Testing can show that defects are present, but cannot prove that there are no defects. Testing reduces the probability of undiscovered defects remaining in the software but, even if no defects are found, it is not a proof of correctness. Principle 2 – Exhaustive testing is impossible Testing everything (all combinations of inputs and…
]]>391Fundamental Test Process
https://sharptester.com/course/fundamental-test-process/
Wed, 07 Dec 2016 09:26:06 +0000http://dev.champtheme.net/educare/?post_type=course&p=390Fundamental Test Process The most visible part of testing is test execution. But to be effective and efficient, test plans should also include time to be spent on planning the tests, designing test cases, preparing for execution and evaluating results. The fundamental test process consists of the following main activities: Although logically sequential, the activities in the process may…